Skip to content

Commit 2b06fd8

Browse files
author
Ferran Jovell
committed
Update dependencies
1 parent 8193db9 commit 2b06fd8

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ repos:
99
- id: check-added-large-files
1010
- id: check-merge-conflict
1111
- repo: https://github.com/PyCQA/autoflake
12-
rev: v2.3.1
12+
rev: v2.3.3
1313
hooks:
1414
- id: autoflake
1515
args: [-r, -i, --remove-all-unused-imports, --remove-duplicate-keys]
1616
- repo: https://github.com/psf/black
17-
rev: 25.12.0
17+
rev: 26.3.1
1818
hooks:
1919
- id: black
2020
args: [-l, "99", -t, py314]
@@ -23,11 +23,11 @@ repos:
2323
hooks:
2424
- id: reorder-python-imports
2525
- repo: https://github.com/adamchainz/djade-pre-commit
26-
rev: "1.7.0"
26+
rev: "1.9.0"
2727
hooks:
2828
- id: djade
2929
- repo: https://github.com/pre-commit/mirrors-mypy
30-
rev: v1.19.1
30+
rev: v1.20.0
3131
hooks:
3232
- id: mypy
3333
args: [--ignore-missing-imports, --exclude, tests, --exclude, .venv]
@@ -36,7 +36,7 @@ repos:
3636
hooks:
3737
- id: pyupgrade
3838
- repo: https://github.com/adamchainz/django-upgrade
39-
rev: "1.29.1"
39+
rev: "1.30.0"
4040
hooks:
4141
- id: django-upgrade
4242
- repo: https://github.com/PyCQA/flake8

test-requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,9 @@ pygments==2.20.0 \
140140
--hash=sha256:6757cd03768053ff99f3039c1a36d6c0aa0b263438fcab17520b30a303a82b5f \
141141
--hash=sha256:81a9e26dd42fd28a23a2d169d86d7ac03b46e2f8b59ed4698fb4785f946d0176
142142
# via pytest
143-
pytest==9.0.2 \
144-
--hash=sha256:711ffd45bf766d5264d487b917733b453d917afd2b0ad65223959f59089f875b \
145-
--hash=sha256:75186651a92bd89611d1d9fc20f0b4345fd827c41ccd5c299a868a05d70edf11
143+
pytest==9.0.3 \
144+
--hash=sha256:2c5efc453d45394fdd706ade797c0a81091eccd1d6e4bccfcd476e2b8e0ab5d9 \
145+
--hash=sha256:b86ada508af81d19edeb213c681b1d48246c1a91d304c6c81a427674c17eb91c
146146
# via
147147
# awesome-python-project (pyproject.toml)
148148
# pytest-cov

0 commit comments

Comments
 (0)