fix CVE-2024-21520 (#6687)

This commit is contained in:
Jake Jackson
2024-09-16 16:04:11 -04:00
committed by GitHub
parent b62d0ff8e6
commit bcd18e161c
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ django-pglocks
django-radius django-radius
django-solo django-solo
django-split-settings==1.0.0 # We hit a strange issue where the release process errored when upgrading past 1.0.0 see UPGRADE BLOCKERS django-split-settings==1.0.0 # We hit a strange issue where the release process errored when upgrading past 1.0.0 see UPGRADE BLOCKERS
djangorestframework>=3.15.0 djangorestframework>=3.15.2
djangorestframework-yaml djangorestframework-yaml
filelock filelock
GitPython>=3.1.37 # CVE-2023-41040 GitPython>=3.1.37 # CVE-2023-41040

View File

@@ -166,7 +166,7 @@ django-split-settings==1.0.0
# via # via
# -r /awx_devel/requirements/requirements.in # -r /awx_devel/requirements/requirements.in
# django-ansible-base # django-ansible-base
djangorestframework==3.15.1 djangorestframework==3.15.2
# via # via
# -r /awx_devel/requirements/requirements.in # -r /awx_devel/requirements/requirements.in
# django-ansible-base # django-ansible-base