From 4cbcd7cbb804e89ca44c625bb251351ff2e1fe46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 10:06:09 +0000 Subject: [PATCH] chore(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 f2a4e85..2ff3bf2 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -9,7 +9,7 @@ pyyaml>=6.0,<7.0 pydantic>=2.13.4,<3.0 pydantic-settings>=2.0,<3.0 stamina>=26.1.0,<27.0 -purgatory>=3.0,<4.0 +purgatory>=3.0.1,<4.0 structlog>=26.1.0,<27.0 prometheus-client>=0.25.0,<1.0 sentry-sdk[fastapi]>=2.64.0,<3.0