Skip to content

Commit 0471834

Browse files
chore(deps): update all dependencies
1 parent 836707d commit 0471834

File tree

3 files changed

+319
-277
lines changed

3 files changed

+319
-277
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ repos:
105105
- pyyaml
106106

107107
- repo: https://github.com/pre-commit/mirrors-mypy.git
108-
rev: v1.17.1
108+
rev: v1.18.1
109109
hooks:
110110
- id: mypy
111111
additional_dependencies:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ container = [
9393
"ansible-pylibssh==1.2.2"
9494
]
9595
server = [
96-
"django>4.1,<5.2",
96+
"django>5.2,<6",
9797
"gunicorn>=23.0.0",
9898
"openapi-core>=0.19.1"
9999
]

0 commit comments

Comments
 (0)