Skip to content

Commit

Permalink
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# if you are add a new feature which requires dependencies they should be in a separate requirements_<feature>.in file
#
cryptography
Django>=4.2.5,<4.3.0
Django>=4.2.16,<4.3.0 # CVE-2024-45230
djangorestframework
django-crum
django-split-settings
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ defusedxml==0.8.0rc2
# via
# python3-openid
# social-auth-core
django==4.2.11
django==4.2.16
# via
# -r requirements/requirements.in
# channels
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ansible # Used in build process to generate some configs
build
Django>=4.2.5,<4.3.0
Django==4.2.16
django-debug-toolbar
django-extensions
djangorestframework
Expand Down

0 comments on commit b082f48

Please sign in to comment.