From 4936835237932df37b0f8680fa280027a11830c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 09:04:14 +0000 Subject: [PATCH] build(deps): bump requests-cache from 1.3.0 to 1.3.1 Bumps [requests-cache](https://github.com/requests-cache/requests-cache) from 1.3.0 to 1.3.1. - [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.3.0...v1.3.1) --- updated-dependencies: - dependency-name: requests-cache dependency-version: 1.3.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 649b8360e22e..11f4cd07a4fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "igdb-api-v4==0.3.3", "python-dotenv==1.2.2", "requests==2.32.5", - "requests-cache==1.3.0", + "requests-cache==1.3.1", ] [project.optional-dependencies]