Skip to content

Commit 2e6e8e1

Browse files
Bump itsdangerous from 0.24 to 1.1.0
Bumps [itsdangerous](https://github.com/pallets/itsdangerous) from 0.24 to 1.1.0. - [Release notes](https://github.com/pallets/itsdangerous/releases) - [Changelog](https://github.com/pallets/itsdangerous/blob/main/CHANGES.rst) - [Commits](pallets/itsdangerous@0.24...1.1.0) --- updated-dependencies: - dependency-name: itsdangerous dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8e4d3ba commit 2e6e8e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Flask-pyoidc~=1.3.0
1111
Flask-SQLAlchemy~=2.3.2
1212
gunicorn~=20.1.0
1313
isort~=4.3.4
14-
itsdangerous~=0.24
14+
itsdangerous~=1.1
1515
Jinja2~=2.10
1616
lazy-object-proxy~=1.4.0
1717
Mako~=1.0.7

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ isort==4.3.21
7575
# via
7676
# -r requirements.in
7777
# pylint
78-
itsdangerous==0.24
78+
itsdangerous==1.1.0
7979
# via
8080
# -r requirements.in
8181
# flask

0 commit comments

Comments
 (0)