diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c1b9534..14cc274 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,7 @@ updates: directory: "/" schedule: interval: "daily" + versioning-strategy: increase-if-necessary - package-ecosystem: "github-actions" directory: "/" diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index dbcc8dd..f358645 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -21,7 +21,7 @@ jobs: - name: Install Poetry uses: ThePalaceProject/circulation/.github/actions/poetry@main with: - version: "1.3.2" + version: "1.6.1" - name: Install Pre-commit run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3acef92..f87fdc6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: - name: Setup Poetry 🔧 uses: ThePalaceProject/circulation/.github/actions/poetry@main with: - version: "1.3.2" + version: "1.6.1" - name: Install Dunamai 🏗 run: | diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 859a5b4..3af0c30 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,7 +28,7 @@ jobs: - name: Setup Poetry 🔧 uses: ThePalaceProject/circulation/.github/actions/poetry@main with: - version: "1.3.2" + version: "1.6.1" - name: Install dependencies run: | diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e713b85..34f7463 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,14 +17,14 @@ repos: - id: mixed-line-ending - repo: https://github.com/asottile/pyupgrade - rev: v3.3.1 + rev: v3.14.0 hooks: - id: pyupgrade args: - --py38-plus - repo: https://github.com/myint/autoflake - rev: v2.0.0 + rev: v2.2.1 hooks: - id: autoflake args: @@ -33,32 +33,32 @@ repos: - --ignore-init-module-imports - repo: https://github.com/psf/black - rev: 22.10.0 + rev: 23.9.1 hooks: - id: black name: Run black - repo: https://github.com/PyCQA/isort - rev: 5.11.5 + rev: 5.12.0 hooks: - id: isort name: Run isort - repo: https://github.com/sirosen/check-jsonschema - rev: 0.19.2 + rev: 0.27.0 hooks: - id: check-github-workflows - id: check-github-actions - repo: https://github.com/pappasam/toml-sort - rev: v0.22.1 + rev: v0.23.1 hooks: - id: toml-sort args: [] files: pyproject.toml - repo: https://github.com/jackdewinter/pymarkdown - rev: v0.9.8 + rev: v0.9.13.4 hooks: - id: pymarkdown args: