From dbaacf062e58e1de34307d01e2b4baf606f1a336 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 13:52:22 +0200 Subject: [PATCH] build(deps): bump cachebox from 6.1.0 to 6.1.2 (#1102) Bumps [cachebox](https://github.com/awolverp/cachebox) from 6.1.0 to 6.1.2. - [Release notes](https://github.com/awolverp/cachebox/releases) - [Commits](https://github.com/awolverp/cachebox/compare/v6.1.0...v6.1.2) --- updated-dependencies: - dependency-name: cachebox dependency-version: 6.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 83e7d53..f215101 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ dependencies = [ "babel==2.18.0", "beautifulsoup4==4.15.0", - "cachebox==6.1.0", + "cachebox==6.1.2", "numpy==2.4.6", "numpydantic==1.9.1", "matplotlib==3.11.0",