diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9af71bdb4..d67ab99d6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -36,5 +36,5 @@ repos: args: [] additional_dependencies: - types-PyYAML==6.0.7 - - types-requests==2.27.24 + - types-requests==2.27.25 - types-setuptools==57.4.14 diff --git a/requirements-lint.txt b/requirements-lint.txt index 8bdf1239b..77fcf92fc 100644 --- a/requirements-lint.txt +++ b/requirements-lint.txt @@ -7,5 +7,5 @@ mypy==0.950 pylint==2.13.7 pytest==7.1.2 types-PyYAML==6.0.7 -types-requests==2.27.24 +types-requests==2.27.25 types-setuptools==57.4.14