diff options
author | Renovate Bot <bot@renovateapp.com> | 2021-10-22 18:40:28 +0000 |
---|---|---|
committer | John Villalovos <john@sodarock.com> | 2021-10-22 12:14:06 -0700 |
commit | 0b53c0a260ab2ec2c5ddb12ca08bfd21a24f7a69 (patch) | |
tree | d10226b1ab74cfe1fc24aac838424b1455e61961 | |
parent | 422309fd11a1e0e9e88862992aed1f826e881f4e (diff) | |
download | gitlab-0b53c0a260ab2ec2c5ddb12ca08bfd21a24f7a69.tar.gz |
chore(deps): update dependency types-pyyaml to v6
-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 ee6d766..0c4eefe 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.12 + - types-PyYAML==6.0.0 - types-requests==2.25.11 diff --git a/requirements-lint.txt b/requirements-lint.txt index 092d231..f3a593b 100644 --- a/requirements-lint.txt +++ b/requirements-lint.txt @@ -2,5 +2,5 @@ black==20.8b1 flake8==4.0.1 isort==5.9.3 mypy==0.910 -types-PyYAML==5.4.12 +types-PyYAML==6.0.0 types-requests==2.25.11 |