diff options
author | Renovate Bot <bot@renovateapp.com> | 2021-08-27 03:55:35 +0000 |
---|---|---|
committer | John Villalovos <john@sodarock.com> | 2021-08-26 21:05:14 -0700 |
commit | ec8be67ddd37302f31b07185cb4778093e549588 (patch) | |
tree | 41b43b88e2dd14e5cb8ceed942ae6afad447827d | |
parent | e54832af04119bd46a77b28203e7b68cdcfc601c (diff) | |
download | gitlab-ec8be67ddd37302f31b07185cb4778093e549588.tar.gz |
chore(deps): update dependency types-pyyaml to v5.4.7
-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 c618027..d90ac8a 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.6 + - types-PyYAML==5.4.7 - types-requests==2.25.6 diff --git a/requirements-lint.txt b/requirements-lint.txt index 18c315d..d3b9999 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.6 +types-PyYAML==5.4.7 types-requests==2.25.6 |