From 1e437b7415880ff4d947fcfadfae6d84a1cdaafb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 16:35:45 +0000 Subject: [PATCH] chore(deps)(deps): bump slowapi from 0.1.9 to 0.1.10 in /src/backend Bumps [slowapi](https://github.com/laurents/slowapi) from 0.1.9 to 0.1.10. - [Release notes](https://github.com/laurents/slowapi/releases) - [Changelog](https://github.com/laurentS/slowapi/blob/master/CHANGELOG.md) - [Commits](https://github.com/laurents/slowapi/compare/v0.1.9...v0.1.10) --- updated-dependencies: - dependency-name: slowapi dependency-version: 0.1.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/requirements.txt b/src/backend/requirements.txt index 6610764..52d734c 100644 --- a/src/backend/requirements.txt +++ b/src/backend/requirements.txt @@ -38,7 +38,7 @@ pandas==3.0.3 numpy==2.4.6 # Rate Limiting -slowapi==0.1.9 +slowapi==0.1.10 # Security Headers secure==2.0.0