Skip to content

Commit

Permalink
Merge pull request #10564 from sarabrajsingh/bump-django-to-2.2.20
Browse files Browse the repository at this point in the history
bumped django version to 2.2.20 in devel

SUMMARY


Bumped Django version from 2.2.16 -> 2.2.20 for the devel environment. All builds, tests and tests consuming the AWX_USE_FIPS flag passed in Jenkins.
AWX Issue - ansible/tower#4930
ISSUE TYPE


Feature Pull Request

COMPONENT NAME


API

AWX VERSION

awx: 19.2.2

Reviewed-by: Alan Rominger <arominge@redhat.com>
  • Loading branch information
2 parents f88b380 + 46cd62f commit be93178
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions requirements/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ then run the script:
NOTE: `./updater.sh` uses /usr/bin/python3.6, to match the current python version
(3.6) used to build releases.

##### Note - watch out for the updater script, using paths local to your machine instead of generalized paths; ie
```bash
# via -r /awx_devel/requirements/requirements.in <-RIGHT
# via -r /home/foo/bar/awx/requirements/requirements.in <-WRONG
```

#### Upgrading Unpinned Dependency

If you require a new version of a dependency that does not have a pinned version
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cryptography<3.0.0
Cython<3 # Since the bump to PyYAML 5.4.1 this is now a mandatory dep
daphne
distro
django==2.2.16 # see UPGRADE BLOCKERs
django==2.2.20 # see UPGRADE BLOCKERs
django-auth-ldap
django-cors-headers>=3.5.0
django-crum
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ dictdiffer==0.8.1
# via openshift
distro==1.5.0
# via -r /awx_devel/requirements/requirements.in
django==2.2.16
django==2.2.20
# via
# -r /awx_devel/requirements/requirements.in
# channels
Expand Down

0 comments on commit be93178

Please sign in to comment.