diff options
author | Renovate Bot <bot@renovateapp.com> | 2021-10-06 15:07:43 +0000 |
---|---|---|
committer | John Villalovos <john@sodarock.com> | 2021-10-06 08:17:39 -0700 |
commit | e3912ca69c2213c01cd72728fd669724926fd57a (patch) | |
tree | fa197471f6822e3324a15d6c5ebdbc7f03396704 | |
parent | e93f84bf89c0fa367c25be341092ec82228f3e08 (diff) | |
download | gitlab-e3912ca69c2213c01cd72728fd669724926fd57a.tar.gz |
chore(deps): update dependency types-requests to v2.25.9
-rw-r--r-- | .pre-commit-config.yaml | 2 | ||||
-rw-r--r-- | requirements-lint.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ce9da33..5731e69 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,4 +26,4 @@ repos: - id: mypy additional_dependencies: - types-PyYAML==5.4.10 - - types-requests==2.25.6 + - types-requests==2.25.9 diff --git a/requirements-lint.txt b/requirements-lint.txt index b71da22..3b47c00 100644 --- a/requirements-lint.txt +++ b/requirements-lint.txt @@ -3,4 +3,4 @@ flake8==3.9.2 isort==5.9.3 mypy==0.910 types-PyYAML==5.4.10 -types-requests==2.25.6 +types-requests==2.25.9 |