diff options
author | Nejc Habjan <nejc.habjan@siemens.com> | 2021-12-21 09:52:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-21 09:52:57 +0100 |
commit | 5ea539298df2a8aabeb99bce634ec0eb3a1a903d (patch) | |
tree | 11cf7e0c4ad78ff003902a5c1a644d438eb9c00f | |
parent | 98a5592ae7246bf927beb3300211007c0fadba2f (diff) | |
parent | 34a5f22c81590349645ce7ba46d4153d6de07d8c (diff) | |
download | gitlab-5ea539298df2a8aabeb99bce634ec0eb3a1a903d.tar.gz |
Merge pull request #1753 from python-gitlab/renovate/mypy-0.x
chore(deps): update dependency mypy to v0.920
-rw-r--r-- | gitlab/client.py | 2 | ||||
-rw-r--r-- | requirements-lint.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gitlab/client.py b/gitlab/client.py index d3fdaab..97eae4d 100644 --- a/gitlab/client.py +++ b/gitlab/client.py @@ -425,7 +425,7 @@ class Gitlab(object): import logging from http.client import HTTPConnection # noqa - HTTPConnection.debuglevel = 1 # type: ignore + HTTPConnection.debuglevel = 1 logging.basicConfig() logging.getLogger().setLevel(logging.DEBUG) requests_log = logging.getLogger("requests.packages.urllib3") diff --git a/requirements-lint.txt b/requirements-lint.txt index d1a8e63..c9f329e 100644 --- a/requirements-lint.txt +++ b/requirements-lint.txt @@ -2,7 +2,7 @@ argcomplete==1.12.3 black==21.12b0 flake8==4.0.1 isort==5.10.1 -mypy==0.910 +mypy==0.920 pylint==2.12.2 pytest==6.2.5 types-PyYAML==6.0.1 |