diff options
author | Renovate Bot <bot@renovateapp.com> | 2021-09-01 09:27:24 +0000 |
---|---|---|
committer | John Villalovos <john@sodarock.com> | 2021-09-01 07:17:35 -0700 |
commit | bdb6cb932774890752569ebbc86509e011728ae6 (patch) | |
tree | 1a7451a20495b109b642b2f6fe7b9692dbf8f023 | |
parent | d98d948f997e973a42a8a21dfdbba0b435a602df (diff) | |
download | gitlab-bdb6cb932774890752569ebbc86509e011728ae6.tar.gz |
chore(deps): update dependency types-pyyaml to v5.4.10
-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 9c70b19..ce9da33 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.8 + - types-PyYAML==5.4.10 - types-requests==2.25.6 diff --git a/requirements-lint.txt b/requirements-lint.txt index 7d6b3e2..b71da22 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.8 +types-PyYAML==5.4.10 types-requests==2.25.6 |