Skip to content

Commit 8569006

Browse files
authored
Merge branch 'main' into MAINT_add_back_313_classifier
2 parents eb448f4 + 8a834a2 commit 8569006

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: "v0.6.1"
3+
rev: "v0.6.2"
44
hooks:
55
- id: ruff
66
args: ["--fix"]
@@ -21,7 +21,7 @@ repos:
2121
hooks:
2222
- id: python-use-type-annotations
2323
- repo: https://github.com/pre-commit/mirrors-mypy
24-
rev: v1.11.1
24+
rev: v1.11.2
2525
hooks:
2626
- id: mypy
2727
files: ^(src/|testing/|scripts/)

doc/en/broken-dep-constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
# Pin towncrier temporarily due to incompatibility with sphinxcontrib-towncrier:
55
# https://github.com/sphinx-contrib/sphinxcontrib-towncrier/issues/92
6-
towncrier!=24.7.0,!=24.7.1
6+
towncrier<24.7

testing/plugins_integration/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
anyio[curio,trio]==4.4.0
22
django==5.1
3-
pytest-asyncio==0.23.8
3+
pytest-asyncio==0.24.0
44
pytest-bdd==7.2.0
55
pytest-cov==5.0.0
66
pytest-django==4.8.0

0 commit comments

Comments
 (0)