From 8fc6bc3f41bb03ce200c6548e51320183234787f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 22:26:44 +0000 Subject: [PATCH] chore(deps): bump slowapi from 0.1.9 to 0.1.10 in /app/ai-service 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] --- app/ai-service/requirements-prod.txt | 2 +- app/ai-service/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/ai-service/requirements-prod.txt b/app/ai-service/requirements-prod.txt index bc945c5..48212d4 100644 --- a/app/ai-service/requirements-prod.txt +++ b/app/ai-service/requirements-prod.txt @@ -44,7 +44,7 @@ spacy==3.7.4 scikit-learn==1.4.2 # Rate limiting -slowapi==0.1.9 +slowapi==0.1.10 # System monitoring psutil==5.9.8 diff --git a/app/ai-service/requirements.txt b/app/ai-service/requirements.txt index c45f907..d39114b 100644 --- a/app/ai-service/requirements.txt +++ b/app/ai-service/requirements.txt @@ -42,7 +42,7 @@ spacy==3.7.4 scikit-learn==1.4.2 # Rate limiting -slowapi==0.1.9 +slowapi==0.1.10 # Testing pytest==8.0.0