From 27519a62bf8b4c610d437b4bef901b01d28d7686 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 18:02:54 +0000 Subject: [PATCH] chore(deps)(deps): update slowapi requirement in /backend Updates the requirements on [slowapi](https://github.com/laurents/slowapi) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 2a14615..224aee9 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -43,4 +43,4 @@ cryptography>=48.0.0 aioboto3>=12.3.0 arq>=0.28.0 purgatory>=3.0.0 -slowapi>=0.1.9 +slowapi>=0.1.10