From 6a39b04b5cf45dd33bc0e58d78a488aa497e9a44 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Sep 2019 16:25:05 -0400 Subject: [PATCH] Update dependencies Update astroid from 2.2.5 to 2 Update gitdb2 from 2.0.5 to 2.0.6 Update pylint from 2.3.1 to 2.4.2 Update urllib3 from 1.25.5 to 1.25.6 Signed-off-by: Lukas Puehringer --- dev-requirements.txt | 6 +++--- requirements.txt | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 978e9cc2c3..fb21d01cfb 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -17,7 +17,7 @@ -e . asn1crypto==0.24.0 astroid==1.6.5 ; python_version < "3.0" # pyup: ignore -astroid==2.2.5; python_version >= "3.0" +astroid==2.3.1; python_version >= "3.0" backports.functools-lru-cache==1.5 bandit==1.6.2 cffi==1.12.3 @@ -25,7 +25,7 @@ colorama==0.4.1 configparser==4.0.2 cryptography==2.7 enum34==1.1.6 -gitdb2==2.0.5 +gitdb2==2.0.6 gitpython==3.0.2 idna==2.8 ipaddress==1.0.22 ; python_version < "3.0" @@ -37,7 +37,7 @@ pbr==5.4.3 pluggy==0.13.0 py==1.8.0 pycparser==2.19 -pylint==2.3.1; python_version >= "3.0" +pylint==2.4.2; python_version >= "3.0" pylint==1.9.3 ; python_version < "3.0" # pyup: ignore pynacl==1.3.0 pyyaml==5.1.2 diff --git a/requirements.txt b/requirements.txt index fab4189871..bd85c4f49a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -126,6 +126,6 @@ securesystemslib==0.11.3 \ six==1.12.0 \ --hash=sha256:3350809f0555b11f552448330d0b52d5f24c91a322ea4a15ef22629740f3761c \ --hash=sha256:d16a0141ec1a18405cd4ce8b4613101da75da0e9a7aec5bdd4fa804d0e0eba73 -urllib3==1.25.5 \ - --hash=sha256:2f3eadfea5d92bc7899e75b5968410b749a054b492d5a6379c1344a1481bc2cb \ - --hash=sha256:9c6c593cb28f52075016307fc26b0a0f8e82bc7d1ff19aaaa959b91710a56c47 # via requests +urllib3==1.25.6 \ + --hash=sha256:3de946ffbed6e6746608990594d08faac602528ac7015ac28d33cee6a45b7398 \ + --hash=sha256:9a107b99a5393caf59c7aa3c1249c16e6879447533d0887f4336dde834c7be86 # via requests