diff options
author | Nejc Habjan <nejc.habjan@siemens.com> | 2022-04-20 17:48:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-20 17:48:05 +0200 |
commit | 396e30c3be6df382ce2be3848c5683ddb79bfdd8 (patch) | |
tree | 1b6596a59b927e38eab9d0100d4dd27909339c3e | |
parent | d27cc6a1219143f78aad7e063672c7442e15672e (diff) | |
parent | 5fb2234dddf73851b5de7af5d61b92de022a892a (diff) | |
download | gitlab-396e30c3be6df382ce2be3848c5683ddb79bfdd8.tar.gz |
Merge pull request #1979 from python-gitlab/renovate/pylint-2.x
chore(deps): update dependency pylint to v2.13.7
-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 de35132..1fb10ea 100644 --- a/requirements-lint.txt +++ b/requirements-lint.txt @@ -3,7 +3,7 @@ black==22.3.0 flake8==4.0.1 isort==5.10.1 mypy==0.942 -pylint==2.13.5 +pylint==2.13.7 pytest==7.1.1 types-PyYAML==6.0.6 types-requests==2.27.19 |