Skip to content

Commit e75e0a2

Browse files
pyup-botLukas Puehringer
authored andcommitted
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 <lukas.puehringer@nyu.edu>
1 parent 3d342e6 commit e75e0a2

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

dev-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# Be sure to leave these comments at the top of the new file.
1616
#
1717
-e .
18-
asn1crypto==0.24.0
18+
asn1crypto==1.0.1
1919
astroid==1.6.5 ; python_version < "3.0" # pyup: ignore
2020
astroid==2.3.1; python_version >= "3.0"
2121
backports.functools-lru-cache==1.5
@@ -26,7 +26,7 @@ configparser==4.0.2
2626
cryptography==2.7
2727
enum34==1.1.6
2828
gitdb2==2.0.6
29-
gitpython==3.0.2
29+
gitpython==3.0.3
3030
idna==2.8
3131
ipaddress==1.0.22 ; python_version < "3.0"
3232
iso8601==0.1.12

requirements.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@
1414
#
1515
# Be sure to leave these comments at the top of the new file.
1616
#
17-
asn1crypto==0.24.0 \
18-
--hash=sha256:2f1adbb7546ed199e3c90ef23ec95c5cf3585bac7d11fb7eb562a3fe89c64e87 \
19-
--hash=sha256:9d5c20441baf0cb60a4ac34cc447c6c189024b6b4c6cd7877034f4965c464e49 \
20-
# via cryptography
17+
asn1crypto==1.0.1 \
18+
--hash=sha256:0b199f211ae690df3db4fd6c1c4ff976497fb1da689193e368eedbadc53d9292 \
19+
--hash=sha256:bca90060bd995c3f62c4433168eab407e44bdbdb567b3f3a396a676c1a4c4a3f # via cryptography
2120
certifi==2019.9.11 \
2221
--hash=sha256:e4f3620cfea4f83eedc95b24abd9cd56f3c4b146dd0177e83a21b4eb49e21e50 \
2322
--hash=sha256:fd7c7c74727ddcf00e9acd26bba8da604ffec95bf1c2144e67aff7a8b50e6cef # via requests

0 commit comments

Comments
 (0)