From 42d118d4a78290d81a195799a8e170bc36db8e0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 15:17:46 +0200 Subject: [PATCH] build(deps): bump cachebox from 5.2.2 to 5.2.3 (#1022) Bumps [cachebox](https://github.com/awolverp/cachebox) from 5.2.2 to 5.2.3. - [Release notes](https://github.com/awolverp/cachebox/releases) - [Commits](https://github.com/awolverp/cachebox/compare/v5.2.2...v5.2.3) --- updated-dependencies: - dependency-name: cachebox dependency-version: 5.2.3 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 b3d0f47..56634c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ dependencies = [ "babel==2.18.0", "beautifulsoup4==4.14.3", - "cachebox==5.2.2", + "cachebox==5.2.3", "numpy==2.4.4", "numpydantic==1.8.1", "matplotlib==3.10.8",