From 1df02539b91134e146fbbaffebe1809e50923014 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 14:09:27 +0000 Subject: [PATCH] Bump falcon from 3.1.3 to 4.0.0 in /src Bumps [falcon](https://github.com/falconry/falcon) from 3.1.3 to 4.0.0. - [Release notes](https://github.com/falconry/falcon/releases) - [Changelog](https://github.com/falconry/falcon/blob/master/RELEASE.md) - [Commits](https://github.com/falconry/falcon/compare/3.1.3...4.0.0) --- updated-dependencies: - dependency-name: falcon dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 37d6eb2..1ccbaf8 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,6 +1,6 @@ bleach==6.1.0 cryptography==43.0.1 -falcon==3.1.3 +falcon==4.0.0 gunicorn==23.0.0 mariadb==1.1.10 packaging==24.1