From d919e300c87895f92724ac739f6380380a5ef0be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Apr 2026 15:17:59 +0200 Subject: [PATCH 1/5] build(deps): bump fastapi from 0.135.2 to 0.135.3 (#995) Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.135.2 to 0.135.3. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.135.2...0.135.3) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.135.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 d4782f9..f03f4fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "numpydantic==1.8.0", "matplotlib==3.10.8", "contourpy==1.3.3", - "fastapi[standard-no-fastapi-cloud-cli]==0.135.2", + "fastapi[standard-no-fastapi-cloud-cli]==0.135.3", "fastapi_cli==0.0.24", "rich-toolkit==0.19.7", "python-fasthtml==0.13.2", From 450d77a57a464b81bcf9e750b15acb069d2db95c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Apr 2026 15:18:16 +0200 Subject: [PATCH 2/5] build(deps): bump uvicorn from 0.42.0 to 0.43.0 (#996) Bumps [uvicorn](https://github.com/Kludex/uvicorn) from 0.42.0 to 0.43.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.42.0...0.43.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.43.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 f03f4fb..c452d7e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "markdown-it-py==4.0.0", "mdit-py-plugins==0.5.0", "bokeh==3.9.0", - "uvicorn==0.42.0", + "uvicorn==0.43.0", "scipy==1.17.1", "tzfpy==1.1.3", "deap==1.4.3", From 53e7731feeb404af3b11c1150e67dd2620d34ce4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Apr 2026 15:18:26 +0200 Subject: [PATCH 3/5] build(deps-dev): bump types-requests (#998) Bumps [types-requests](https://github.com/python/typeshed) from 2.33.0.20260327 to 2.33.0.20260402. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-requests dependency-version: 2.33.0.20260402 dependency-type: direct:development 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 c452d7e..fca617f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ dev = [ # !!! Sync .pre-commit-config.yaml with these dependencies !!! "pre-commit==4.5.1", "mypy==1.19.1", - "types-requests==2.33.0.20260327", # for mypy + "types-requests==2.33.0.20260402", # for mypy "pandas-stubs==3.0.0.260204", # for mypy "tokenize-rt==6.2.0", # for mypy "types-docutils==0.22.3.20260322", # for mypy From 6dadaba6fab8152526b5633d919fbd384d036aed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Apr 2026 15:41:37 +0200 Subject: [PATCH 4/5] build(deps-dev): bump mypy from 1.19.1 to 1.20.0 (#999) Bumps [mypy](https://github.com/python/mypy) from 1.19.1 to 1.20.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.19.1...v1.20.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.20.0 dependency-type: direct:development 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 fca617f..64b0c1e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ dev = [ # # !!! Sync .pre-commit-config.yaml with these dependencies !!! "pre-commit==4.5.1", - "mypy==1.19.1", + "mypy==1.20.0", "types-requests==2.33.0.20260402", # for mypy "pandas-stubs==3.0.0.260204", # for mypy "tokenize-rt==6.2.0", # for mypy From afe85c31df6e82cf54ae5fb3d44d4ac7d48fa4f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Apr 2026 15:41:48 +0200 Subject: [PATCH 5/5] build(deps): bump pandas from 3.0.1 to 3.0.2 (#997) Bumps [pandas](https://github.com/pandas-dev/pandas) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v3.0.1...v3.0.2) --- updated-dependencies: - dependency-name: pandas dependency-version: 3.0.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 64b0c1e..6e37b0d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "tzfpy==1.1.3", "deap==1.4.3", "requests==2.33.1", - "pandas==3.0.1", + "pandas==3.0.2", "pendulum==3.2.0", "platformdirs==4.9.4", "psutil==7.2.2",