diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f89cc7383..6f2430770 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: additional_dependencies: - types-cachetools==5.5.0.20240820 - types-filelock==3.2.7 - - types-requests==2.32.0.20250306 + - types-requests==2.32.0.20250328 - types-tabulate==0.9.0.20241207 - types-python-dateutil==2.9.0.20241206 - SQLAlchemy==2.0.40 diff --git a/requirements-dev.txt b/requirements-dev.txt index 29fc2bee1..e8450eb80 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -27,6 +27,6 @@ nbconvert==7.16.6 # mypy types types-cachetools==5.5.0.20240820 types-filelock==3.2.7 -types-requests==2.32.0.20250306 +types-requests==2.32.0.20250328 types-tabulate==0.9.0.20241207 types-python-dateutil==2.9.0.20241206