From 814d4d4cbfedc8aeacf0dd65b6acbc226e38f078 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 22:40:57 +0000 Subject: [PATCH] Update dependency itsdangerous to v2.2.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1dfc1d8..f8c67fb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ greenlet==3.0.3 ; python_version >= "3.10" and python_version < "4.0" and (platf gunicorn==21.2.0 ; python_version >= "3.10" and python_version < "4.0" idna==3.7 ; python_version >= "3.10" and python_version < "4.0" isort==5.13.2 ; python_version >= "3.10" and python_version < "4.0" -itsdangerous==2.1.2 ; python_version >= "3.10" and python_version < "4.0" +itsdangerous==2.2.0 ; python_version >= "3.10" and python_version < "4.0" jinja2==3.1.3 ; python_version >= "3.10" and python_version < "4.0" jsmin==3.0.1 ; python_version >= "3.10" and python_version < "4.0" lesscpy==0.15.1 ; python_version >= "3.10" and python_version < "4.0"