From b2310bd24ebf7f8b3e3ea48224fb86821d5c0275 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Apr 2024 09:22:32 +0100 Subject: [PATCH] chore(pip-prod)(deps): bump itsdangerous from 2.1.2 to 2.2.0 (#88) Bumps [itsdangerous](https://github.com/pallets/itsdangerous) from 2.1.2 to 2.2.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.1.2...2.2.0) --- updated-dependencies: - dependency-name: itsdangerous dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6c8024d..1035dc0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ click==8.1.7 Flask==3.0.3 Flask-WTF==1.2.1 idna==3.7 -itsdangerous==2.1.2 +itsdangerous==2.2.0 Jinja2==3.1.3 MarkupSafe==2.1.5 requests==2.31.0