Skip to content

Commit

Permalink
Upgrade asn1crypto
Browse files Browse the repository at this point in the history
This fixes a crashing issue on macOS Catalina (10.15).
See wbond/asn1crypto#158
  • Loading branch information
ulope committed Apr 15, 2020
1 parent 0d346f3 commit 61b28c8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
5 changes: 2 additions & 3 deletions requirements/requirements-ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# This file is autogenerated by pip-compile
# To update, run:
#
# './deps compile' (for details see README)
# 'requirements/deps compile' (for details see requirements/README)
#
alabaster==0.7.12 # via -r requirements-dev.txt, sphinx
altgraph==0.16.1 # via macholib, pyinstaller
aniso8601==7.0.0 # via -r requirements-dev.txt, flask-restful
apipkg==1.5 # via -r requirements-dev.txt, execnet
appdirs==1.4.3 # via -r requirements-dev.txt, black
asn1crypto==0.24.0 # via -r requirements-dev.txt, coincurve
asn1crypto==1.3.0 # via -r requirements-dev.txt, coincurve
astroid==2.2.5 # via -r requirements-dev.txt, pylint
astunparse==1.6.2 # via -r requirements-dev.txt, sphinxcontrib-httpexample
attrdict==2.0.1 # via -r requirements-dev.txt, eth-account
Expand Down Expand Up @@ -78,7 +78,6 @@ jinja2==2.10.1 # via -r requirements-dev.txt, flask, matrix-synapse,
jsonschema==3.2.0 # via -r requirements-dev.txt, matrix-synapse, web3
lazy-object-proxy==1.4.1 # via -r requirements-dev.txt, astroid
lru-dict==1.1.6 # via -r requirements-dev.txt, web3
macholib==1.14 # via -r requirements-ci.in
markupsafe==1.1.1 # via -r requirements-dev.txt, jinja2
marshmallow-dataclass==6.0.0 # via -r requirements-dev.txt
marshmallow-enum==1.5.1 # via -r requirements-dev.txt
Expand Down
4 changes: 2 additions & 2 deletions requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
# This file is autogenerated by pip-compile
# To update, run:
#
# './deps compile' (for details see README)
# 'requirements/deps compile' (for details see requirements/README)
#
alabaster==0.7.12 # via -r requirements-docs.txt, sphinx
aniso8601==7.0.0 # via -r requirements.txt, flask-restful
apipkg==1.5 # via execnet
appdirs==1.4.3 # via black
asn1crypto==0.24.0 # via -r requirements.txt, coincurve
asn1crypto==1.3.0 # via -r requirements.txt, coincurve
astroid==2.2.5 # via pylint
astunparse==1.6.2 # via -r requirements-docs.txt, sphinxcontrib-httpexample
attrdict==2.0.1 # via -r requirements.txt, eth-account
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ filelock
Flask
Flask-Cors
Flask-RESTful
gevent==1.5a3
gevent>=1.5a3
guppy3
ipython<5.0.0
marshmallow-dataclass==6.0.0
Expand Down
4 changes: 2 additions & 2 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# This file is autogenerated by pip-compile
# To update, run:
#
# './deps compile' (for details see README)
# 'requirements/deps compile' (for details see requirements/README)
#
aniso8601==7.0.0 # via flask-restful
asn1crypto==0.24.0 # via coincurve
asn1crypto==1.3.0 # via coincurve
attrdict==2.0.1 # via eth-account
attrs==19.3.0 # via jsonschema
base58==2.0.0 # via multiaddr
Expand Down

0 comments on commit 61b28c8

Please sign in to comment.