From 1d0b2e06eecf538d6dfb7a7f5942b96292714999 Mon Sep 17 00:00:00 2001 From: Jonathan Green Date: Wed, 4 Oct 2023 10:21:02 -0300 Subject: [PATCH 1/3] Bump poetry version --- .github/workflows/lint.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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: | From b548ed65a7d4efdda7b40ec602bc5096188bbb07 Mon Sep 17 00:00:00 2001 From: Jonathan Green Date: Wed, 4 Oct 2023 10:21:18 -0300 Subject: [PATCH 2/3] Sync dependabot config --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) 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: "/" From d8421989f5fd450c7fa3452b622c9e6dd9f20f58 Mon Sep 17 00:00:00 2001 From: Jonathan Green Date: Wed, 4 Oct 2023 10:22:22 -0300 Subject: [PATCH 3/3] Bump all our pre-commit linters. --- .pre-commit-config.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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: