diff options
| author | Renovate Bot <bot@renovateapp.com> | 2022-03-07 08:19:45 +0000 |
|---|---|---|
| committer | John Villalovos <john@sodarock.com> | 2022-03-07 07:01:46 -0800 |
| commit | 37a7c405c975359e9c1f77417e67063326c82a42 (patch) | |
| tree | b2708fa3ff26ab3875c70af7844358b3d73ffc4d | |
| parent | 95dad55b0cb02fd30172b5b5b9b05a25473d1f03 (diff) | |
| download | gitlab-37a7c405c975359e9c1f77417e67063326c82a42.tar.gz | |
chore(deps): update typing dependencies
| -rw-r--r-- | .pre-commit-config.yaml | 6 | ||||
| -rw-r--r-- | requirements-lint.txt | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 022f70c..7130cfe 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -36,6 +36,6 @@ repos: - id: mypy args: [] additional_dependencies: - - types-PyYAML==6.0.1 - - types-requests==2.26.3 - - types-setuptools==57.4.5 + - types-PyYAML==6.0.4 + - types-requests==2.27.11 + - types-setuptools==57.4.9 diff --git a/requirements-lint.txt b/requirements-lint.txt index 2722cdd..ba24ac6 100644 --- a/requirements-lint.txt +++ b/requirements-lint.txt @@ -5,6 +5,6 @@ isort==5.10.1 mypy==0.930 pylint==2.12.2 pytest==6.2.5 -types-PyYAML==6.0.1 -types-requests==2.26.3 -types-setuptools==57.4.5 +types-PyYAML==6.0.4 +types-requests==2.27.11 +types-setuptools==57.4.9 |
