diff options
author | Renovate Bot <bot@renovateapp.com> | 2021-08-27 18:47:27 +0000 |
---|---|---|
committer | John Villalovos <john@sodarock.com> | 2021-08-27 11:56:59 -0700 |
commit | 2ae1dd7d91f4f90123d9dd8ea92c61b38383e31c (patch) | |
tree | 11cf713a77e345b21d428bcbc09534a73e4c9207 | |
parent | ec8be67ddd37302f31b07185cb4778093e549588 (diff) | |
download | gitlab-2ae1dd7d91f4f90123d9dd8ea92c61b38383e31c.tar.gz |
chore(deps): update dependency types-pyyaml to v5.4.8
-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 d90ac8a..9c70b19 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.7 + - types-PyYAML==5.4.8 - types-requests==2.25.6 diff --git a/requirements-lint.txt b/requirements-lint.txt index d3b9999..7d6b3e2 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.7 +types-PyYAML==5.4.8 types-requests==2.25.6 |