From 9a6d07e8db47acbff71ee0283de388c70d2ca8ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 16:20:57 +0200 Subject: [PATCH 1/3] build(deps): bump requests from 2.33.0 to 2.33.1 (#991) Bumps [requests](https://github.com/psf/requests) from 2.33.0 to 2.33.1. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.33.0...v2.33.1) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.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 7a6de6f..5d164e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "scipy==1.17.1", "tzfpy==1.1.3", "deap==1.4.3", - "requests==2.33.0", + "requests==2.33.1", "pandas==3.0.1", "pendulum==3.2.0", "platformdirs==4.9.4", From 91f9026e7465ef589b3b04de67dd62ed29445b24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 16:21:16 +0200 Subject: [PATCH 2/3] build(deps): bump numpy from 2.4.3 to 2.4.4 (#990) Bumps [numpy](https://github.com/numpy/numpy) from 2.4.3 to 2.4.4. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v2.4.3...v2.4.4) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.4 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 5d164e9..9586f94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "babel==2.18.0", "beautifulsoup4==4.14.3", "cachebox==5.2.2", - "numpy==2.4.3", + "numpy==2.4.4", "numpydantic==1.8.0", "matplotlib==3.10.8", "contourpy==1.3.3", From 8d1acc801c22248ba553b14d531a67faea2c37d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 16:22:01 +0200 Subject: [PATCH 3/3] build(deps): bump lmdb from 2.1.1 to 2.2.0 (#989) Bumps [lmdb](https://github.com/jnwatson/py-lmdb) from 2.1.1 to 2.2.0. - [Changelog](https://github.com/jnwatson/py-lmdb/blob/master/ChangeLog) - [Commits](https://github.com/jnwatson/py-lmdb/compare/py-lmdb_2.1.1...py-lmdb_2.2.0) --- updated-dependencies: - dependency-name: lmdb dependency-version: 2.2.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 9586f94..d4782f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ dependencies = [ "pydantic-settings==2.13.1", "linkify-it-py==2.1.0", "loguru==0.7.3", - "lmdb==2.1.1", + "lmdb==2.2.0", ] [project.optional-dependencies]