summaryrefslogtreecommitdiffstats
path: root/requirements
diff options
context:
space:
mode:
authorjessicamack <jmack@redhat.com>2024-08-17 00:54:59 +0200
committerGitHub <noreply@github.com>2024-08-17 00:54:59 +0200
commit6b462cdfdb44dc70b9785f35d2c853f415657475 (patch)
tree7887c486a5123325351224a0bfa9d41b2fd26f0f /requirements
parentUnpin django-split-settings (#15379) (diff)
downloadawx-6b462cdfdb44dc70b9785f35d2c853f415657475.tar.xz
awx-6b462cdfdb44dc70b9785f35d2c853f415657475.zip
Unpin django-guid and update license (#15381)
unpin django-guid and update license there's no reason listed for the pin and the changelog doesn't describe any changes that should block a full upgrade. they changed licenses to MIT
Diffstat (limited to 'requirements')
-rw-r--r--requirements/requirements.in2
-rw-r--r--requirements/requirements.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/requirements/requirements.in b/requirements/requirements.in
index 43d5a67f3a..aa5b4116dc 100644
--- a/requirements/requirements.in
+++ b/requirements/requirements.in
@@ -17,7 +17,7 @@ django-auth-ldap
django-cors-headers
django-crum
django-extensions
-django-guid==3.2.1
+django-guid
django-oauth-toolkit<2.0.0 # Version 2.0.0 has breaking changes that will need to be worked out before upgrading
django-polymorphic
django-pglocks
diff --git a/requirements/requirements.txt b/requirements/requirements.txt
index e6a71434ea..1329fce4b1 100644
--- a/requirements/requirements.txt
+++ b/requirements/requirements.txt
@@ -150,7 +150,7 @@ django-crum==0.7.9
# django-ansible-base
django-extensions==3.2.3
# via -r /awx_devel/requirements/requirements.in
-django-guid==3.2.1
+django-guid==3.5.0
# via -r /awx_devel/requirements/requirements.in
django-oauth-toolkit==1.7.1
# via -r /awx_devel/requirements/requirements.in