Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade itsdangerous #3314

Merged
merged 2 commits into from
Apr 1, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions requirements-app.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,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/[email protected]#egg=notifications-utils==36.9.1
git+https://github.com/alphagov/[email protected]#egg=govuk-frontend-jinja==0.5.1-alpha
4 changes: 1 addition & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,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/[email protected]#egg=notifications-utils==36.9.1
git+https://github.com/alphagov/[email protected]#egg=govuk-frontend-jinja==0.5.1-alpha
Expand Down