Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
pyup-bot authored and lukpueh committed Oct 2, 2019
1 parent 9fde70f commit 6a39b04
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
-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
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"
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6a39b04

Please sign in to comment.