From 845a09378608894baa6e043650854a7846a53674 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 15:52:53 +0000 Subject: [PATCH] chore(deps): update diskcache requirement from >=5.6.0 to >=5.6.3 Updates the requirements on [diskcache](https://github.com/grantjenks/python-diskcache) to permit the latest version. - [Commits](https://github.com/grantjenks/python-diskcache/compare/v5.6.0...v5.6.3) --- updated-dependencies: - dependency-name: diskcache dependency-version: 5.6.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1e957b7..21853d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "httpx>=0.27.0", "lxml>=5.0.0", "cachetools>=5.3.0", - "diskcache>=5.6.0", + "diskcache>=5.6.3", "tenacity>=8.2.0", "pydantic>=2.0.0", "python-dotenv>=1.0.0",