Skip to content

Commit

Permalink
AAP-38703: Upgrade Django to fix known vulnerability (#1495)
Browse files Browse the repository at this point in the history
Signed-off-by: romartin <[email protected]>
  • Loading branch information
romartin authored Jan 15, 2025
1 parent e3828b7 commit 804613e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies = [
'ansible-risk-insight~=0.2.7',
'ansible-lint~=24.2.2',
'boto3~=1.26.84',
'Django~=4.2.11',
'Django~=4.2.18',
'django-deprecate-fields~=0.1.1',
'django-extensions~=3.2.1',
'django-health-check~=3.17.0',
Expand Down
2 changes: 1 addition & 1 deletion requirements-aarch64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ defusedxml==0.8.0rc2
# social-auth-core
diff-match-patch==20230430
# via django-import-export
django==4.2.17
django==4.2.18
# via
# -r requirements.in
# django-allow-cidr
Expand Down
2 changes: 1 addition & 1 deletion requirements-x86_64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ defusedxml==0.8.0rc2
# social-auth-core
diff-match-patch==20230430
# via django-import-export
django==4.2.17
django==4.2.18
# via
# -r requirements.in
# django-allow-cidr
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ boto3==1.26.84
black==24.3.0
certifi@git+https://github.com/ansible/system-certifi@5aa52ab91f9d579bfe52b5acf30ca799f1a563d9
cryptography==43.0.1
Django==4.2.17
Django==4.2.18
django-deprecate-fields==0.1.1
django-extensions==3.2.1
django-health-check==3.17.0
Expand Down

0 comments on commit 804613e

Please sign in to comment.