Skip to content

Commit 7779089

Browse files
committed
chore: bump ci dev dependency due to affected CVE
1 parent 05fae9c commit 7779089

3 files changed

Lines changed: 100 additions & 35 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Python
1919
uses: actions/setup-python@v6
2020
with:
21-
python-version: "3.11"
21+
python-version: "3.13"
2222

2323
- name: Install Poetry
2424
uses: snok/install-poetry@v1
@@ -45,7 +45,7 @@ jobs:
4545
strategy:
4646
fail-fast: false
4747
matrix:
48-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
48+
python-version: ["3.10", "3.11", "3.12", "3.13"]
4949
poetry-version: ["1.8.2"]
5050

5151
steps:

poetry.lock

Lines changed: 97 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ joserfc = ">=1.6.3,<2.0"
2525

2626
[tool.poetry.dev-dependencies]
2727
pytest = "^8.3.5"
28-
black = "^24.8.0"
28+
black = "^26.3.1"
2929
pytest-cov = "^5.0.0"
3030
pytest-mock = "^3.14.1"
3131
tox = "^4.25.0"

0 commit comments

Comments
 (0)