From 79bc7c330887c6fbb62e007e8e81282cbf0b4dad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 10:22:36 +0200 Subject: [PATCH] build(deps): bump cachebox from 6.0.0 to 6.1.0 (#1094) Bumps [cachebox](https://github.com/awolverp/cachebox) from 6.0.0 to 6.1.0. - [Release notes](https://github.com/awolverp/cachebox/releases) - [Commits](https://github.com/awolverp/cachebox/compare/v6.0.0...v6.1.0) --- updated-dependencies: - dependency-name: cachebox dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 94eb3f2..ed4b439 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ dependencies = [ "babel==2.18.0", "beautifulsoup4==4.15.0", - "cachebox==6.0.0", + "cachebox==6.1.0", "numpy==2.4.6", "numpydantic==1.9.1", "matplotlib==3.10.9",