From 6eb3b411a79d620f702c4a3cfa19c5af02b91082 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 14:45:18 +0000 Subject: [PATCH] Bump fastapi-csrf-protect from 0.3.7 to 1.0.0 Bumps [fastapi-csrf-protect](https://github.com/aekasitt/fastapi-csrf-protect) from 0.3.7 to 1.0.0. - [Commits](https://github.com/aekasitt/fastapi-csrf-protect/commits) --- updated-dependencies: - dependency-name: fastapi-csrf-protect dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bee46da05..bfe8d964f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ click==8.1.8 cryptography==44.0.0 dnspython==2.7.0 fastapi==0.115.6 -fastapi-csrf-protect==0.3.7 +fastapi-csrf-protect==1.0.0 freezegun==1.5.1 h11==0.14.0 idna==3.10