From 21c5cc79941f0fa7cfa485c1e6117e8366fc8345 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 10:14:00 +0000 Subject: [PATCH 1/2] chore(deps-dev): bump the types group with 2 updates Bumps the types group with 2 updates: [types-tabulate](https://github.com/typeshed-internal/stub_uploader) and [types-python-dateutil](https://github.com/typeshed-internal/stub_uploader). Updates `types-tabulate` from 0.9.0.20241207 to 0.10.0.20260308 - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) Updates `types-python-dateutil` from 2.9.0.20260124 to 2.9.0.20260305 - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) --- updated-dependencies: - dependency-name: types-tabulate dependency-version: 0.10.0.20260308 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: types - dependency-name: types-python-dateutil dependency-version: 2.9.0.20260305 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 2d07da3eb..60bd75c5c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -27,6 +27,6 @@ scipy-stubs==1.17.1.1 # keep in sync with `scipy` in `requirements-hyperopt.txt types-cachetools==6.2.0.20251022 types-filelock==3.2.7 types-requests==2.32.4.20260107 -types-tabulate==0.9.0.20241207 -types-python-dateutil==2.9.0.20260124 +types-tabulate==0.10.0.20260308 +types-python-dateutil==2.9.0.20260305 pip-audit==2.10.0 From 6492f3d29ef1fd54213749f646ec6561eb722554 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 16 Mar 2026 14:43:22 +0100 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 f715a4e0a..a189ff520 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,8 +23,8 @@ repos: - types-cachetools==6.2.0.20251022 - types-filelock==3.2.7 - types-requests==2.32.4.20260107 - - types-tabulate==0.9.0.20241207 - - types-python-dateutil==2.9.0.20260124 + - types-tabulate==0.10.0.20260308 + - types-python-dateutil==2.9.0.20260305 - scipy-stubs==1.17.1.1 - SQLAlchemy==2.0.48 # stages: [push]