From 6370274770b8699629a787d1a1cc2767c832bf35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 13:43:27 +0000 Subject: [PATCH] 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] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 1c7cd3a..657379d 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -10,7 +10,7 @@ Flask==3.0.3 Flask-Cors==4.0.0 idna==3.7 importlib-metadata==7.1.0 -itsdangerous==2.1.2 +itsdangerous==2.2.0 Jinja2==3.1.3 MarkupSafe==2.1.5 pi==0.1.2