From 03938aa9d965a8bcf4ea72e8f2fd9ca50d965073 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Mar 2022 10:30:59 +0000 Subject: [PATCH] Bump itsdangerous from 0.24 to 2.1.1 Bumps [itsdangerous](https://github.com/pallets/itsdangerous) from 0.24 to 2.1.1. - [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/0.24...2.1.1) --- updated-dependencies: - dependency-name: itsdangerous dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9ab7b31..21ac87b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ cffi==1.7.0 click==6.6 Flask==0.12.4 Flask-SQLAlchemy==2.1 -itsdangerous==0.24 +itsdangerous==2.1.1 Jinja2==2.10.1 jsonpickle==0.9.3 MarkupSafe==0.23