From 1dbb0f0ee7c63c6c757207fd687ca7a2b09a44af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 04:45:48 +0000 Subject: [PATCH 1/2] chore(deps-dev): bump the types group with 2 updates Bumps the types group with 2 updates: [types-requests](https://github.com/python/typeshed) and [types-python-dateutil](https://github.com/python/typeshed). Updates `types-requests` from 2.33.0.20260327 to 2.33.0.20260402 - [Commits](https://github.com/python/typeshed/commits) Updates `types-python-dateutil` from 2.9.0.20260323 to 2.9.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 dependency-group: types - dependency-name: types-python-dateutil dependency-version: 2.9.0.20260402 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: types ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index cd6b0688c..921479828 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -26,9 +26,9 @@ nbconvert==7.17.0 scipy-stubs==1.17.1.3 # keep in sync with `scipy` in `requirements-hyperopt.txt` types-cachetools==6.2.0.20260317 types-filelock==3.2.7 -types-requests==2.33.0.20260327 +types-requests==2.33.0.20260402 types-tabulate==0.10.0.20260308 -types-python-dateutil==2.9.0.20260323 +types-python-dateutil==2.9.0.20260402 pip-audit==2.10.0 # For build step in CI build==1.4.2 From 724ed63c419bff6349e9af121792a182d97a93c6 Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 9 Apr 2026 06:47:26 +0200 Subject: [PATCH 2/2] chore: bump types in pre-commit config --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 742c5dd93..a32221ee3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,9 +22,9 @@ repos: additional_dependencies: - types-cachetools==6.2.0.20260317 - types-filelock==3.2.7 - - types-requests==2.33.0.20260327 + - types-requests==2.33.0.20260402 - types-tabulate==0.10.0.20260308 - - types-python-dateutil==2.9.0.20260323 + - types-python-dateutil==2.9.0.20260402 - scipy-stubs==1.17.1.3 - SQLAlchemy==2.0.48 # stages: [push]