From 165c981a75370015cd84fb03803a218b3928800e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Feb 2022 23:03:20 +0000 Subject: [PATCH] Bump itsdangerous from 2.0.1 to 2.1.0 Bumps [itsdangerous](https://github.com/pallets/itsdangerous) from 2.0.1 to 2.1.0. - [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/2.0.1...2.1.0) --- updated-dependencies: - dependency-name: itsdangerous dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9f4a2b4..2eac7c6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ click==8.0.1 Flask==2.0.2 Flask-SQLAlchemy==2.5.1 gunicorn==20.1.0 -itsdangerous==2.0.1 +itsdangerous==2.1.0 Jinja2==3.0.1 MarkupSafe==2.0.1 SQLAlchemy==1.4.25