From 6d24da9259fddd609718a376df8a29d6ee29b999 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 01:33:30 +0200 Subject: [PATCH 1/6] build(deps): bump rich-toolkit from 0.20.0 to 0.20.1 (#1097) Bumps rich-toolkit from 0.20.0 to 0.20.1. --- updated-dependencies: - dependency-name: rich-toolkit dependency-version: 0.20.1 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 a7270c6..bb79860 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.20.0", + "rich-toolkit==0.20.1", "python-fasthtml==0.14.2", "MonsterUI==1.0.45", "markdown-it-py==4.2.0", From df5c150aa6f8d37ec40b11bea4ad8230d784a555 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 01:34:22 +0200 Subject: [PATCH 2/6] build(deps): bump beautifulsoup4 from 4.14.3 to 4.15.0 (#1096) Bumps [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) from 4.14.3 to 4.15.0. --- updated-dependencies: - dependency-name: beautifulsoup4 dependency-version: 4.15.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 bb79860..412d4b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ classifiers = [ ] dependencies = [ "babel==2.18.0", - "beautifulsoup4==4.14.3", + "beautifulsoup4==4.15.0", "cachebox==6.0.0", "numpy==2.4.6", "numpydantic==1.8.1", From 8c9a417729823fa320c01206bb73e471baf69453 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 01:34:45 +0200 Subject: [PATCH 3/6] build(deps): bump bokeh from 3.9.0 to 3.9.1 (#1095) Bumps [bokeh](https://github.com/bokeh/bokeh) from 3.9.0 to 3.9.1. - [Changelog](https://github.com/bokeh/bokeh/blob/3.9.1/docs/CHANGELOG) - [Commits](https://github.com/bokeh/bokeh/compare/3.9.0...3.9.1) --- updated-dependencies: - dependency-name: bokeh dependency-version: 3.9.1 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 412d4b8..939d932 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "MonsterUI==1.0.45", "markdown-it-py==4.2.0", "mdit-py-plugins==0.6.1", - "bokeh==3.9.0", + "bokeh==3.9.1", "uvicorn==0.49.0", "scipy==1.17.1", "tzfpy==1.3.1", From faf3b02e1badd1d3f4a3f3ba428ebf20040e7fa5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 10:21:54 +0200 Subject: [PATCH 4/6] build(deps): bump lmdb from 2.2.0 to 2.2.1 (#1099) Bumps [lmdb](https://github.com/jnwatson/py-lmdb) from 2.2.0 to 2.2.1. - [Changelog](https://github.com/jnwatson/py-lmdb/blob/master/ChangeLog) - [Commits](https://github.com/jnwatson/py-lmdb/compare/py-lmdb_2.2.0...py-lmdb_2.2.1) --- updated-dependencies: - dependency-name: lmdb dependency-version: 2.2.1 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 939d932..2e55048 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ dependencies = [ "pydantic-settings==2.14.1", "linkify-it-py==2.1.0", "loguru==0.7.3", - "lmdb==2.2.0", + "lmdb==2.2.1", ] [project.optional-dependencies] From 223ae5c2191ea87c0f8c422655736f8c5c79f0aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 10:22:09 +0200 Subject: [PATCH 5/6] build(deps): bump numpydantic from 1.8.1 to 1.9.1 (#1098) Bumps [numpydantic](https://github.com/p2p-ld/numpydantic) from 1.8.1 to 1.9.1. - [Release notes](https://github.com/p2p-ld/numpydantic/releases) - [Changelog](https://github.com/p2p-ld/numpydantic/blob/main/docs/changelog.md) - [Commits](https://github.com/p2p-ld/numpydantic/compare/v1.8.1...v1.9.1) --- updated-dependencies: - dependency-name: numpydantic dependency-version: 1.9.1 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 2e55048..94eb3f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "beautifulsoup4==4.15.0", "cachebox==6.0.0", "numpy==2.4.6", - "numpydantic==1.8.1", + "numpydantic==1.9.1", "matplotlib==3.10.9", "contourpy==1.3.3", "fastapi[standard-no-fastapi-cloud-cli]==0.136.3", 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 6/6] 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",