diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-07-25 01:40:37 +0000 |
|---|---|---|
| committer | John Villalovos <john@sodarock.com> | 2022-07-24 19:45:54 -0700 |
| commit | f2209a0ea084eaf7fbc89591ddfea138d99527a6 (patch) | |
| tree | 75d7646a0da045eff03bf5aa498f91286169fe9b | |
| parent | 03f548453d84d99354aae7b638f5267e5d751c59 (diff) | |
| download | gitlab-f2209a0ea084eaf7fbc89591ddfea138d99527a6.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 382e2cf..47860cb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -35,6 +35,6 @@ repos: - id: mypy args: [] additional_dependencies: - - types-PyYAML==6.0.10 - - types-requests==2.28.1 + - types-PyYAML==6.0.11 + - types-requests==2.28.3 - types-setuptools==57.4.18 diff --git a/requirements-lint.txt b/requirements-lint.txt index 4cbbe0f..8372eed 100644 --- a/requirements-lint.txt +++ b/requirements-lint.txt @@ -6,6 +6,6 @@ isort==5.10.1 mypy==0.961 pylint==2.14.5 pytest==7.1.2 -types-PyYAML==6.0.10 -types-requests==2.28.1 +types-PyYAML==6.0.11 +types-requests==2.28.3 types-setuptools==57.4.18 |
