From 2304a29e7c2138621beefda575b4cb36198cb620 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 18:44:21 +0000 Subject: [PATCH] Bump itsdangerous from 0.24 to 2.1.2 Bumps [itsdangerous](https://github.com/pallets/itsdangerous) from 0.24 to 2.1.2. - [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.2) --- 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 2feba60..dee68fb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ cryptography==37.0.2 Flask==2.1.2 -itsdangerous==0.24 +itsdangerous==2.1.2 Jinja2==3.1.2 MarkupSafe==1.1.1 redis==4.3.3