From e75e0a2cc4e0520bc3c3250de42c01a0bf086d45 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 7 Oct 2019 16:24:05 -0400 Subject: [PATCH] Update dependencies Update asn1crypto from 0.24.0 to 1.0.1 Update gitpython from 3.0.2 to 3.0.3 Signed-off-by: Lukas Puehringer --- dev-requirements.txt | 4 ++-- requirements.txt | 7 +++---- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index fb21d01c..3e7d5f16 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -15,7 +15,7 @@ # Be sure to leave these comments at the top of the new file. # -e . -asn1crypto==0.24.0 +asn1crypto==1.0.1 astroid==1.6.5 ; python_version < "3.0" # pyup: ignore astroid==2.3.1; python_version >= "3.0" backports.functools-lru-cache==1.5 @@ -26,7 +26,7 @@ configparser==4.0.2 cryptography==2.7 enum34==1.1.6 gitdb2==2.0.6 -gitpython==3.0.2 +gitpython==3.0.3 idna==2.8 ipaddress==1.0.22 ; python_version < "3.0" iso8601==0.1.12 diff --git a/requirements.txt b/requirements.txt index bd85c4f4..72eda1e2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,10 +14,9 @@ # # Be sure to leave these comments at the top of the new file. # -asn1crypto==0.24.0 \ - --hash=sha256:2f1adbb7546ed199e3c90ef23ec95c5cf3585bac7d11fb7eb562a3fe89c64e87 \ - --hash=sha256:9d5c20441baf0cb60a4ac34cc447c6c189024b6b4c6cd7877034f4965c464e49 \ - # via cryptography +asn1crypto==1.0.1 \ + --hash=sha256:0b199f211ae690df3db4fd6c1c4ff976497fb1da689193e368eedbadc53d9292 \ + --hash=sha256:bca90060bd995c3f62c4433168eab407e44bdbdb567b3f3a396a676c1a4c4a3f # via cryptography certifi==2019.9.11 \ --hash=sha256:e4f3620cfea4f83eedc95b24abd9cd56f3c4b146dd0177e83a21b4eb49e21e50 \ --hash=sha256:fd7c7c74727ddcf00e9acd26bba8da604ffec95bf1c2144e67aff7a8b50e6cef # via requests