Skip to content

Commit 7be86d6

Browse files
dependabot-preview[bot]echarrod
authored andcommitted
Bump asn1 from 2.2.0 to 2.3.1
Bumps [asn1](https://github.com/andrivet/python-asn1) from 2.2.0 to 2.3.1. - [Release notes](https://github.com/andrivet/python-asn1/releases) - [Changelog](https://github.com/andrivet/python-asn1/blob/master/CHANGELOG.rst) - [Commits](https://github.com/andrivet/python-asn1/commits) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent fd9076e commit 7be86d6

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
asn1==2.2.0
1+
asn1==2.3.1
22
cryptography>=2.8.0
33
cffi>=1.14.0
44
future==0.18.2

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@
44
#
55
# pip-compile --output-file=requirements.txt requirements.in
66
#
7-
asn1==2.2.0 # via -r requirements.in
7+
asn1==2.3.1 # via -r requirements.in
88
certifi==2018.11.29 # via requests
99
cffi==1.14.0 # via -r requirements.in, cryptography
1010
chardet==3.0.4 # via requests
1111
cryptography==2.8 # via -r requirements.in, pyopenssl
1212
deprecated==1.2.10 # via -r requirements.in
13+
enum34==1.1.10 # via asn1
1314
future==0.18.2 # via -r requirements.in
1415
idna==2.7 # via requests
1516
iso8601==0.1.12 # via -r requirements.in

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"protobuf>=3.1.0",
3030
"requests>=2.11.1",
3131
"future>=0.11.0",
32-
"asn1==2.2.0",
32+
"asn1==2.3.1",
3333
"pyopenssl>=18.0.0",
3434
"iso8601==0.1.12",
3535
],

0 commit comments

Comments
 (0)