Skip to content

Commit

Permalink
Bump itsdangerous from 2.0.1 to 2.1.2
Browse files Browse the repository at this point in the history
Bumps [itsdangerous](https://github.com/pallets/itsdangerous) from 2.0.1 to 2.1.2.
- [Release notes](https://github.com/pallets/itsdangerous/releases)
- [Changelog](https://github.com/pallets/itsdangerous/blob/main/CHANGES.rst)
- [Commits](pallets/itsdangerous@2.0.1...2.1.2)

---
updated-dependencies:
- dependency-name: itsdangerous
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 11, 2022
1 parent c68f738 commit 219d956
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements-docs.in
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ flask_replicated
gunicorn
hvac # required for the vault destination plugin
inflection
itsdangerous < 2.1.0 # requires Flask 2.0.3
itsdangerous < 2.2.0 # requires Flask 2.0.3
josepy
logmatic-python
marshmallow-sqlalchemy == 0.23.1 #related to the marshmallow issue (to avoid conflicts, as newer versions require marshmallow>=3.0.0)
Expand Down
2 changes: 1 addition & 1 deletion requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ iniconfig==1.1.1
# via
# -r requirements-tests.txt
# pytest
itsdangerous==2.0.1
itsdangerous==2.1.2
# via
# -r requirements-docs.in
# -r requirements-tests.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements-tests.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fakeredis
flask <= 1.1.2 # similar to Flask-Migrate
flask-migrate <= 2.7.0 #mirgration to Flask CLI required, https://github.com/miguelgrinberg/Flask-Migrate/issues/407
freezegun
itsdangerous < 2.1.0 # requires Flask 2.0.3
itsdangerous < 2.2.0 # requires Flask 2.0.3
jinja2 < 3.1.0 # requires a newer version of Flask
marshmallow-sqlalchemy == 0.23.1 #related to the marshmallow issue (to avoid conflicts)
marshmallow<2.20.5 #schema duplicate issues https://github.com/marshmallow-code/marshmallow-sqlalchemy/issues/121
Expand Down
2 changes: 1 addition & 1 deletion requirements-tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ idna==3.3
# requests
iniconfig==1.1.1
# via pytest
itsdangerous==2.0.1
itsdangerous==2.1.2
# via
# -r requirements-tests.in
# flask
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ future
gunicorn
hvac # required for the vault destination plugin
inflection
itsdangerous < 2.1.0 # requires Flask 2.0.3
itsdangerous < 2.2.0 # requires Flask 2.0.3
jinja2 < 3.1.0 # requires a newer version of Flask
lockfile
logmatic-python
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ idna==3.3
# via requests
inflection==0.5.1
# via -r requirements.in
itsdangerous==2.0.1
itsdangerous==2.1.2
# via
# -r requirements.in
# flask
Expand Down

0 comments on commit 219d956

Please sign in to comment.