diff options
author | John Westcott IV <john.westcott.iv@redhat.com> | 2022-12-02 14:27:32 +0100 |
---|---|---|
committer | John Westcott IV <john.westcott.iv@redhat.com> | 2022-12-02 14:27:32 +0100 |
commit | ec7e2284df80ea68276660d648a41b0d93aae99c (patch) | |
tree | f7ef8c4496ed4f419cc9174e451359167cdc069e /requirements/requirements.in | |
parent | Merge pull request #13266 from shanemcd/leave-lang-alone (diff) | |
download | awx-ec7e2284df80ea68276660d648a41b0d93aae99c.tar.xz awx-ec7e2284df80ea68276660d648a41b0d93aae99c.zip |
Pinning django-split-settings per build issue
Diffstat (limited to 'requirements/requirements.in')
-rw-r--r-- | requirements/requirements.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements/requirements.in b/requirements/requirements.in index 26b75f596e..bb0b915ff7 100644 --- a/requirements/requirements.in +++ b/requirements/requirements.in @@ -20,7 +20,7 @@ django-polymorphic django-pglocks django-redis django-solo -django-split-settings +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-taggit djangorestframework==3.13.1 djangorestframework-yaml |