From 6c2dc9bb0ec922284acd49b7d0aa3e02af677acf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 18:04:21 +0000 Subject: [PATCH] chore(deps)(deps): update purgatory requirement in /backend Updates the requirements on [purgatory](https://github.com/mardiros/purgatory) to permit the latest version. - [Changelog](https://github.com/mardiros/purgatory/blob/main/CHANGELOG.rst) - [Commits](https://github.com/mardiros/purgatory/compare/v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: purgatory dependency-version: 3.0.1 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 d90e784..2aa2564 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -34,5 +34,5 @@ cryptography>=47.0.0 # --- Phase1+ infra --- aioboto3>=12.3.0 arq>=0.28.0 -purgatory>=3.0.0 +purgatory>=3.0.1 slowapi>=0.1.9