From 25d8d831ecaa8c4c034e2bc0d3d5756051364581 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 03:28:08 +0000 Subject: [PATCH] chore(deps-dev): bump the types group with 3 updates Bumps the types group with 3 updates: [types-requests](https://github.com/python/typeshed), [types-tabulate](https://github.com/python/typeshed) and [types-python-dateutil](https://github.com/python/typeshed). Updates `types-requests` from 2.33.0.20260503 to 2.33.0.20260508 - [Commits](https://github.com/python/typeshed/commits) Updates `types-tabulate` from 0.10.0.20260408 to 0.10.0.20260508 - [Commits](https://github.com/python/typeshed/commits) Updates `types-python-dateutil` from 2.9.0.20260408 to 2.9.0.20260508 - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-requests dependency-version: 2.33.0.20260508 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: types - dependency-name: types-tabulate dependency-version: 0.10.0.20260508 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: types - dependency-name: types-python-dateutil dependency-version: 2.9.0.20260508 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: types ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 26608744d..b4d16af4d 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -26,9 +26,9 @@ nbconvert==7.17.1 scipy-stubs==1.17.1.4 # keep in sync with `scipy` in `requirements-hyperopt.txt` types-cachetools==7.0.0.20260503 types-filelock==3.2.7 -types-requests==2.33.0.20260503 -types-tabulate==0.10.0.20260408 -types-python-dateutil==2.9.0.20260408 +types-requests==2.33.0.20260508 +types-tabulate==0.10.0.20260508 +types-python-dateutil==2.9.0.20260508 pip-audit==2.10.0 # For build step in CI build==1.5.0