diff options
author | Nejc Habjan <hab.nejc@gmail.com> | 2021-06-13 18:16:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-13 18:16:30 +0200 |
commit | e3aa0238da48589d41c84e3102611eb21d032ea5 (patch) | |
tree | ad1e3140cbfa9820ec631ccb52f0c3954528a756 | |
parent | 82973ce2bc66d76c5b7d579b71e59bea24e7146f (diff) | |
parent | e56676730d3407efdf4255b3ca7ee13b7c36eb53 (diff) | |
download | gitlab-e3aa0238da48589d41c84e3102611eb21d032ea5.tar.gz |
Merge pull request #1513 from python-gitlab/renovate/types-pyyaml-0.x
chore(deps): update dependency types-pyyaml to v0.1.8
-rw-r--r-- | requirements-lint.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements-lint.txt b/requirements-lint.txt index b3ab2b8..81b4a21 100644 --- a/requirements-lint.txt +++ b/requirements-lint.txt @@ -2,5 +2,5 @@ black==20.8b1 flake8==3.9.2 isort==5.8.0 mypy==0.902 -types-PyYAML==0.1.5 +types-PyYAML==0.1.8 types-requests==0.1.11 |