mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 19:03:30 -05:00
Bump itsdangerous to the latest version
We were blocked on using the very latest version of itsdangerous because it was only compatible with versions of Flask greater than 2. Now that we’re using the latest version of Flask we can also keep this dependency up to date.
This commit is contained in:
@@ -27,7 +27,7 @@ pyproj==3.3.1
|
||||
|
||||
# PaaS
|
||||
awscli-cwlogs>=1.4,<1.5
|
||||
itsdangerous==2.0.1 # pyup: <2.1.0 Release 2.1.0 introduced a change that is not compatible with Flask 1.x
|
||||
itsdangerous==2.1.2
|
||||
notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@56.0.0
|
||||
govuk-frontend-jinja @ git+https://github.com/alphagov/govuk-frontend-jinja.git@v0.5.8-alpha
|
||||
|
||||
|
||||
@@ -91,7 +91,7 @@ idna==3.3
|
||||
# via requests
|
||||
importlib-metadata==4.11.4
|
||||
# via flask
|
||||
itsdangerous==2.0.1
|
||||
itsdangerous==2.1.2
|
||||
# via
|
||||
# -r requirements.in
|
||||
# flask
|
||||
|
||||
Reference in New Issue
Block a user