Skip to content

Commit 3a8f762

Browse files
authored
Merge branch 'master' into fix/racing-condition
2 parents cdb658e + 15eed03 commit 3a8f762

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ repos:
1515
args: ["--py39-plus"]
1616

1717
- repo: https://github.com/adamchainz/django-upgrade
18-
rev: "1.23.1"
18+
rev: "1.24.0"
1919
hooks:
2020
- id: django-upgrade
2121
args: [--target-version, "4.2"]
2222

2323
- repo: https://github.com/PyCQA/flake8
24-
rev: 7.1.2
24+
rev: 7.2.0
2525
hooks:
2626
- id: flake8
2727
additional_dependencies:

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ docutils==0.21.2
3030
# via sphinx
3131
furo==2024.8.6
3232
# via -r requirements.in
33-
h11==0.14.0
33+
h11==0.16.0
3434
# via uvicorn
3535
idna==3.10
3636
# via

0 commit comments

Comments
 (0)