From ea65a4dc801798ab9f16f19d7a7bd2ed1bc77d41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 11:16:30 +0000 Subject: [PATCH] pip prod(deps): update requests-cache requirement in /api Updates the requirements on [requests-cache](https://github.com/requests-cache/requests-cache) to permit the latest version. - [Release notes](https://github.com/requests-cache/requests-cache/releases) - [Changelog](https://github.com/requests-cache/requests-cache/blob/main/HISTORY.md) - [Commits](https://github.com/requests-cache/requests-cache/compare/v1.2.0...v1.3.1) --- updated-dependencies: - dependency-name: requests-cache dependency-version: 1.3.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/pyproject.toml b/api/pyproject.toml index 355ec530c..7511c7a47 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "requests-html>=0.10.0", "py3cw>=0.0.39", "apscheduler>=3.6.3", - "requests-cache>=1.2.0", + "requests-cache>=1.3.1", "py4j>=0.10.9", "sqlalchemy>=2.0.30", "alembic>=1.18.4",