From 286d77884031f3637299c2ebee18bbcc98af9e24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 11:03:14 +0000 Subject: [PATCH] Bump itsdangerous from 1.1.0 to 2.2.0 in /dash Bumps [itsdangerous](https://github.com/pallets/itsdangerous) from 1.1.0 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/1.1.0...2.2.0) --- updated-dependencies: - dependency-name: itsdangerous dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- dash/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dash/requirements.txt b/dash/requirements.txt index 1666327..cb163f6 100644 --- a/dash/requirements.txt +++ b/dash/requirements.txt @@ -7,7 +7,7 @@ dash-table==5.0.0 Flask==3.1.3 Flask-Compress==1.4.0 future==0.18.2 -itsdangerous==1.1.0 +itsdangerous==2.2.0 Jinja2==3.1.6 MarkupSafe==1.1.1 numpy==2.4.3