Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #882 from uktrade/release
Browse files Browse the repository at this point in the history
UAT/Prod Release
  • Loading branch information
Miriam Forner authored Sep 22, 2022
2 parents c0dcd21 + 15b2620 commit 683f3cd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- GLS-435 - Remove emergency banner

### Fixed bugs
- GLS-436 - Upgrade Whitenoise to 6.2.0

### Implemented enhancements

Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ sentry-sdk==0.13.4
sorl-thumbnail==12.9.0
urllib3>=1.24.2,<2.0.0
waitress==2.1.2
whitenoise==4.1.3
whitenoise==6.2.0
gunicorn==20.1.0
psycogreen==1.0.2
psycopg2==2.8.5
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ botocore==1.20.112
# via
# boto3
# s3transfer
certifi==2022.6.15.1
certifi==2022.9.14
# via
# elastic-apm
# requests
Expand Down Expand Up @@ -189,7 +189,7 @@ w3lib==2.0.1
# via directory-client-core
waitress==2.1.2
# via -r requirements.in
whitenoise==4.1.3
whitenoise==6.2.0
# via -r requirements.in
wrapt==1.14.1
# via deprecated
Expand Down
6 changes: 3 additions & 3 deletions requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ botocore==1.20.112
# s3transfer
build==0.8.0
# via pip-tools
certifi==2022.6.15.1
certifi==2022.9.14
# via
# elastic-apm
# requests
Expand Down Expand Up @@ -241,7 +241,7 @@ soupsieve==2.3.2.post1
# via beautifulsoup4
sqlparse==0.4.2
# via django
termcolor==1.1.0
termcolor==2.0.1
# via pytest-sugar
tomli==2.0.1
# via
Expand All @@ -266,7 +266,7 @@ waitress==2.1.2
# via -r requirements.in
wheel==0.37.1
# via pip-tools
whitenoise==4.1.3
whitenoise==6.2.0
# via -r requirements.in
wrapt==1.14.1
# via deprecated
Expand Down

0 comments on commit 683f3cd

Please sign in to comment.