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 1/3] 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", From 10e9810cf51de2a4fa8cff22383a7561eefa1712 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 00:23:49 +0200 Subject: [PATCH 2/3] build(deps): bump rich-toolkit from 0.19.10 to 0.20.0 (#1090) Bumps rich-toolkit from 0.19.10 to 0.20.0. --- updated-dependencies: - dependency-name: rich-toolkit dependency-version: 0.20.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 e72ef79..88e7dfc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "contourpy==1.3.3", "fastapi[standard-no-fastapi-cloud-cli]==0.136.3", "fastapi_cli==0.0.24", - "rich-toolkit==0.19.10", + "rich-toolkit==0.20.0", "python-fasthtml==0.14.2", "MonsterUI==1.0.45", "markdown-it-py==4.2.0", From 9bfe6fdb54def53222b67c21defead6ac2763d03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 17:13:53 +0200 Subject: [PATCH 3/3] build(deps): bump uvicorn from 0.48.0 to 0.49.0 (#1092) Bumps [uvicorn](https://github.com/Kludex/uvicorn) from 0.48.0 to 0.49.0. - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/uvicorn/compare/0.48.0...0.49.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.49.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 88e7dfc..a7270c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "markdown-it-py==4.2.0", "mdit-py-plugins==0.6.1", "bokeh==3.9.0", - "uvicorn==0.48.0", + "uvicorn==0.49.0", "scipy==1.17.1", "tzfpy==1.3.1", "deap==1.4.4",