Skip to content

Commit

Permalink
Upgrade itsdangerous
Browse files Browse the repository at this point in the history
Version 1.1.0 has reverted the breaking change (moving from sha1 to
sha256) that was introduced in version 1.0.0.

Upgrading now so that we can take advantage of this bug fix:
pallets/itsdangerous#46
  • Loading branch information
quis committed Feb 19, 2020
1 parent 8a91068 commit d4a173c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
4 changes: 1 addition & 3 deletions requirements-app.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ notifications-python-client==5.5.1

# PaaS
awscli-cwlogs>=1.4,<1.5

# Putting upgrade on hold due to v1.0.0 using sha512 instead of sha1 by default
itsdangerous==0.24 # pyup: <1.0.0
itsdangerous==1.1.0

git+https://github.com/alphagov/notifications-utils.git@36.6.0#egg=notifications-utils==36.6.0
git+https://github.com/alphagov/govuk-frontend-jinja.git@v0.5.1-alpha#egg=govuk-frontend-jinja==0.5.1-alpha
8 changes: 3 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,16 @@ notifications-python-client==5.5.1

# PaaS
awscli-cwlogs>=1.4,<1.5

# Putting upgrade on hold due to v1.0.0 using sha512 instead of sha1 by default
itsdangerous==0.24 # pyup: <1.0.0
itsdangerous==1.1.0

git+https://github.com/alphagov/notifications-utils.git@36.6.0#egg=notifications-utils==36.6.0
git+https://github.com/alphagov/govuk-frontend-jinja.git@v0.5.1-alpha#egg=govuk-frontend-jinja==0.5.1-alpha

## The following requirements were added by pip freeze:
awscli==1.17.15
awscli==1.18.2
bleach==3.1.0
boto3==1.10.38
botocore==1.14.15
botocore==1.15.2
certifi==2019.11.28
chardet==3.0.4
Click==7.0
Expand Down

0 comments on commit d4a173c

Please sign in to comment.