diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index 597ed1662..042b6a280 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -42,7 +42,7 @@ jobs: pr-dotenv-linter: runs-on: ubuntu-latest steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: submodules: "recursive" fetch-depth: 0 diff --git a/.python-version b/.python-version index 92536a9e4..9ac380418 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.12.0 +3.11.5 diff --git a/renovate.json b/renovate.json index ce0e09de5..dee312c44 100644 --- a/renovate.json +++ b/renovate.json @@ -3,6 +3,12 @@ "github>dev-hato/renovate-config" ], "packageRules": [ + { + "matchPackageNames": [ + "flask" + ], + "allowedVersions": "<3.0.0" + }, { "matchPackageNames": [ "postgres"