Skip to content

Commit b581c35

Browse files
authored
AAP-46640 Update pkgs to clear dependabot issues (#730)
1 parent aa5811c commit b581c35

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

requirements/requirements.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
# if you are add a new feature which requires dependencies they should be in a separate requirements_<feature>.in file
44
#
55
cryptography
6-
Django>=4.2.16,<4.3.0 # CVE-2024-45230
6+
Django>=4.2.21,<4.3.0 # CVE-2024-45230, CVE-2024-56374
77
djangorestframework
88
django-crum
99
inflection
1010
sqlparse>=0.5.2 # https://github.com/ansible/django-ansible-base/security/dependabot/9
11-
dynaconf>=3.2.10,<4.0.0 # Dynaconf 4.0.0 is expected to be a major release with breaking changes
11+
dynaconf>=3.2.10,<4.0.0 # Dynaconf 4.0.0 is expected to be a major release with breaking changes

requirements/requirements_all.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ channels==4.2.0
1515
# via -r requirements/requirements_channels.in
1616
charset-normalizer==3.4.0
1717
# via requests
18-
cryptography==44.0.0
18+
cryptography==44.0.1
1919
# via
2020
# -r requirements/requirements.in
2121
# jwcrypto
@@ -24,7 +24,7 @@ defusedxml==0.8.0rc2
2424
# via
2525
# python3-openid
2626
# social-auth-core
27-
django==4.2.17
27+
django==4.2.21
2828
# via
2929
# -r requirements/requirements.in
3030
# channels

requirements/requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ansible # Used in build process to generate some configs
22
black==25.1.0 # Linting tool, if changed update pyproject.toml as well
33
build
4-
django==4.2.17
4+
django==4.2.21
55
django-debug-toolbar
66
django-extensions
77
djangorestframework

0 commit comments

Comments
 (0)