We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cdb658e + 15eed03 commit 3a8f762Copy full SHA for 3a8f762
.pre-commit-config.yaml
@@ -15,13 +15,13 @@ repos:
15
args: ["--py39-plus"]
16
17
- repo: https://github.com/adamchainz/django-upgrade
18
- rev: "1.23.1"
+ rev: "1.24.0"
19
hooks:
20
- id: django-upgrade
21
args: [--target-version, "4.2"]
22
23
- repo: https://github.com/PyCQA/flake8
24
- rev: 7.1.2
+ rev: 7.2.0
25
26
- id: flake8
27
additional_dependencies:
docs/requirements.txt
@@ -30,7 +30,7 @@ docutils==0.21.2
30
# via sphinx
31
furo==2024.8.6
32
# via -r requirements.in
33
-h11==0.14.0
+h11==0.16.0
34
# via uvicorn
35
idna==3.10
36
# via
0 commit comments