From f25695884202385bc9ee182acbed148ce21ccc5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 07:23:43 +0000 Subject: [PATCH] chore(deps): bump slowapi from 0.1.9 to 0.1.10 in /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] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index a91f012..be9ef67 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "orjson>=3.10.0", "paho-mqtt>=1.6.0,<2.0.0", "PyNaCl>=1.5.0", - "slowapi==0.1.9", + "slowapi==0.1.10", "starlette==1.0.1", "vaderSentiment>=3.3.0", "uvicorn==0.34.0",