aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-06-03 20:55:03 +0000
committerGlandos <bugs-github@antipoul.fr>2021-06-03 23:11:48 +0200
commiteff871e83c5a82d17f48d148257e6ac95c8470d3 (patch)
tree44259948548adc9be8b4f4341c5aff1824b6da0f
parent63fe3ed45b6c4aedff53d1320f8e7fcf3a5345e6 (diff)
downloadihatemoney-mirror-eff871e83c5a82d17f48d148257e6ac95c8470d3.zip
ihatemoney-mirror-eff871e83c5a82d17f48d148257e6ac95c8470d3.tar.gz
ihatemoney-mirror-eff871e83c5a82d17f48d148257e6ac95c8470d3.tar.bz2
Update itsdangerous requirement from ~=1.1 to >=1.1,<3.0
Updates the requirements on [itsdangerous](https://github.com/pallets/itsdangerous) to permit the latest version. - [Release notes](https://github.com/pallets/itsdangerous/releases) - [Changelog](https://github.com/pallets/itsdangerous/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/itsdangerous/compare/1.1.0...2.0.1) Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index b7dc04b..8446f90 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -37,7 +37,7 @@ install_requires =
Flask-WTF~=0.14,>=0.14.3 # See b76da172652da94c1f9c4b2fdd965375da8a2c3f
WTForms~=2.2.1,<2.3 # See #567
Flask>=1.1,<3.0
- itsdangerous~=1.1
+ itsdangerous>=1.1,<3.0
Jinja2~=2.11
requests~=2.22
SQLAlchemy-Continuum~=1.3