diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 90fff8639..8af99dbc0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,9 +22,9 @@ repos: additional_dependencies: - 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 - scipy-stubs==1.17.1.4 - SQLAlchemy==2.0.49 # stages: [push] diff --git a/requirements-dev.txt b/requirements-dev.txt index 33cb4c017..e2ef0981e 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