diff options
author | Renovate Bot <bot@renovateapp.com> | 2021-08-23 05:25:41 +0000 |
---|---|---|
committer | John Villalovos <john@sodarock.com> | 2021-08-22 22:35:08 -0700 |
commit | 34fc21058240da564875f746692b3fb4c3f7c4c8 (patch) | |
tree | 9026db6bcd0092d2fe9c8fb422bc02970098bb8c | |
parent | 7a64e67c8ea09c5e4e041cc9d0807f340d0e1310 (diff) | |
download | gitlab-34fc21058240da564875f746692b3fb4c3f7c4c8.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 b6b38bf..c618027 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,5 +25,5 @@ repos: hooks: - id: mypy additional_dependencies: - - types-PyYAML==5.4.3 - - types-requests==2.25.1 + - types-PyYAML==5.4.6 + - types-requests==2.25.6 diff --git a/requirements-lint.txt b/requirements-lint.txt index 5bf36e1..18c315d 100644 --- a/requirements-lint.txt +++ b/requirements-lint.txt @@ -2,5 +2,5 @@ black==20.8b1 flake8==3.9.2 isort==5.9.3 mypy==0.910 -types-PyYAML==5.4.3 -types-requests==2.25.2 +types-PyYAML==5.4.6 +types-requests==2.25.6 |