From c5f2eed7ada0553f081b8343b56d95230ea2bc08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 00:23:34 +0200 Subject: [PATCH] build(deps): bump cachebox from 5.2.3 to 6.0.0 (#1091) Bumps [cachebox](https://github.com/awolverp/cachebox) from 5.2.3 to 6.0.0. - [Release notes](https://github.com/awolverp/cachebox/releases) - [Commits](https://github.com/awolverp/cachebox/compare/v5.2.3...v6.0.0) --- updated-dependencies: - dependency-name: cachebox dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c4bfc7c..e72ef79 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ dependencies = [ "babel==2.18.0", "beautifulsoup4==4.14.3", - "cachebox==5.2.3", + "cachebox==6.0.0", "numpy==2.4.6", "numpydantic==1.8.1", "matplotlib==3.10.9",