From bc001aba21f73a503a456e081a6d73b30b9af2e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 04:06:17 +0000 Subject: [PATCH] chore(deps): bump itsdangerous from 2.1.2 to 2.2.0 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 011f44b..4dd20aa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ MarkupSafe==2.1.2 Click==8.1.3 -itsdangerous==2.1.2 +itsdangerous==2.2.0 Flask==2.2.3 Jinja2==3.1.2 pandas==1.5.3