diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3e4993752..04c2a7819 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,7 +28,7 @@ repos: additional_dependencies: - types-cachetools==6.0.0.20250525 - types-filelock==3.2.7 - - types-requests==2.32.0.20250515 + - types-requests==2.32.0.20250602 - types-tabulate==0.9.0.20241207 - types-python-dateutil==2.9.0.20250516 - SQLAlchemy==2.0.41 diff --git a/requirements-dev.txt b/requirements-dev.txt index f35436c52..902af8cc1 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -27,6 +27,6 @@ nbconvert==7.16.6 # mypy types types-cachetools==6.0.0.20250525 types-filelock==3.2.7 -types-requests==2.32.0.20250515 +types-requests==2.32.0.20250602 types-tabulate==0.9.0.20241207 types-python-dateutil==2.9.0.20250516