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.
1 parent 836707d commit 0471834Copy full SHA for 0471834
.pre-commit-config.yaml
@@ -105,7 +105,7 @@ repos:
105
- pyyaml
106
107
- repo: https://github.com/pre-commit/mirrors-mypy.git
108
- rev: v1.17.1
+ rev: v1.18.1
109
hooks:
110
- id: mypy
111
additional_dependencies:
pyproject.toml
@@ -93,7 +93,7 @@ container = [
93
"ansible-pylibssh==1.2.2"
94
]
95
server = [
96
- "django>4.1,<5.2",
+ "django>5.2,<6",
97
"gunicorn>=23.0.0",
98
"openapi-core>=0.19.1"
99
0 commit comments