diff options
author | Renovate Bot <bot@renovateapp.com> | 2021-11-26 09:41:15 +0000 |
---|---|---|
committer | John Villalovos <john@sodarock.com> | 2021-11-26 08:23:45 -0800 |
commit | 8d4c95358c9e61c1cfb89562252498093f56d269 (patch) | |
tree | 0cb7c541175b71c75731756d3f75c24b8bfb3b1e | |
parent | 3225f2cfee740374ef36e5cd6796d2370d0e2344 (diff) | |
download | gitlab-8d4c95358c9e61c1cfb89562252498093f56d269.tar.gz |
chore(deps): update typing dependencies
-rw-r--r-- | .pre-commit-config.yaml | 4 | ||||
-rw-r--r-- | requirements-lint.txt | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c0c4074..21f8329 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,5 +26,5 @@ repos: - id: mypy additional_dependencies: - types-PyYAML==6.0.1 - - types-requests==2.26.0 - - types-setuptools==57.4.3 + - types-requests==2.26.1 + - types-setuptools==57.4.4 diff --git a/requirements-lint.txt b/requirements-lint.txt index eb42924..e7b2270 100644 --- a/requirements-lint.txt +++ b/requirements-lint.txt @@ -4,5 +4,5 @@ isort==5.10.1 mypy==0.910 pytest types-PyYAML==6.0.1 -types-requests==2.26.0 -types-setuptools==57.4.3 +types-requests==2.26.1 +types-setuptools==57.4.4 |