Skip to content

Commit e8ddfd7

Browse files
committed
fix: avoid unsafe versions of django
Related: CVE-2025-59681 CVE-2025-59682 Related: AAP-57251 Related: AAP-54733 AAP-54730 AAP-54677 AAP-54673
1 parent 2d6e12e commit e8ddfd7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ adt = "ansible_dev_tools.cli:main"
4949
[project.optional-dependencies]
5050
# https://github.com/ansible/pylibssh/issues/699
5151
container = ["ansible-pylibssh==1.3.0; platform_system == 'Linux'"]
52-
server = ["django>5.2,<6", "gunicorn>=23.0.0", "openapi-core>=0.19.1"]
52+
server = ["django>=5.2.7,<6", "gunicorn>=23.0.0", "openapi-core>=0.19.1"]
5353

5454
[dependency-groups]
5555
dev = [

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)