Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies #715

Merged
merged 2 commits into from
Nov 16, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# requirements:
Flask
Flask>=0.12.3
Flask-Login
Flask-script
Flask-SQLAlchemy
Expand All @@ -19,8 +19,8 @@ pycypher
parameterized
datasketch
PyJWT
requests
cryptography
requests>=2.20.0
cryptography>=2.3
PyYAML

# dev-requirements:
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ chardet==3.0.4 # via requests
click==6.7 # via flask
configparser==3.5.0 # via pylint
coverage==4.4.1
cryptography==2.2.2
cryptography==2.4.1
datasketch==1.2.5
elasticsearch==5.4.0
enum34==1.1.6 # via astroid, cryptography
Expand All @@ -33,14 +33,14 @@ flask-script==2.0.5
flask-sqlalchemy==2.2
flask-testing==0.6.2
flask-wtf==0.14.2
flask==0.12.2
flask==1.0.2
funcsigs==1.0.2 # via mock
gunicorn==19.7.1
idna==2.6 # via cryptography, requests
ipaddress==1.0.22 # via cryptography
isort==4.2.15 # via pylint
itsdangerous==0.24 # via flask
jinja2==2.9.6 # via flask
jinja2==2.10 # via flask
kombu==4.1.0 # via celery
lazy-object-proxy==1.3.1 # via astroid
mako==1.0.7 # via alembic
Expand All @@ -61,13 +61,13 @@ python-editor==1.0.3 # via alembic
pytz==2017.2 # via celery, flask-restful
pyyaml==3.13
redis==2.10.6
requests==2.18.4
requests==2.20.1
singledispatch==3.4.0.3 # via astroid, pylint
six==1.10.0 # via astroid, bcrypt, cryptography, flask-restful, mock, pylint, python-dateutil, singledispatch
sqlalchemy==1.1.13
urllib3==1.22 # via elasticsearch, requests
vine==1.1.4 # via amqp
werkzeug==0.12.2 # via flask
werkzeug==0.14.1 # via flask
wrapt==1.10.11 # via astroid
wtforms==2.1 # via flask-wtf

Expand Down