Skip to content

Commit

Permalink
Updated requirements after Dependabot warning
Browse files Browse the repository at this point in the history
  • Loading branch information
erikjandevries committed Oct 29, 2020
1 parent 9bbf160 commit c2a8ea7
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 27 deletions.
29 changes: 14 additions & 15 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ cffi==1.14.3 # via cryptography
chardet==3.0.4 # via requests
click==7.1.2 # via databricks-cli, flask, mlflow
cloudpickle==1.6.0 # via hyperopt, mlflow
cryptography==3.1.1 # via azure-storage-blob
cryptography==3.2.1 # via azure-storage-blob
cycler==0.10.0 # via matplotlib
databricks-cli==0.12.0 # via mlflow
databricks-cli==0.13.0 # via mlflow
decorator==4.4.2 # via networkx
docker==4.3.1 # via mlflow
entrypoints==0.3 # via mlflow
envyaml==0.2060 # via -r requirements/base.in
flask==1.1.2 # via mlflow, prometheus-flask-exporter
future==0.18.2 # via hyperopt
gitdb==4.0.5 # via gitpython
gitpython==3.1.9 # via mlflow
gitpython==3.1.11 # via mlflow
gorilla==0.3.0 # via mlflow
gunicorn==20.0.4 # via mlflow
hyperopt==0.2.5 # via -r requirements/base.in
Expand All @@ -32,7 +32,7 @@ isodate==0.6.0 # via msrest
itsdangerous==1.1.0 # via flask
jinja2==2.11.2 # via flask
joblib==0.17.0 # via scikit-learn
kiwisolver==1.2.0 # via matplotlib
kiwisolver==1.3.0 # via matplotlib
llvmlite==0.34.0 # via numba
mako==1.1.3 # via alembic
markupsafe==1.1.1 # via jinja2, mako
Expand All @@ -41,38 +41,37 @@ mlflow==1.11.0 # via -r requirements/base.in
msrest==0.6.19 # via azure-storage-blob
networkx==2.5 # via hyperopt
numba==0.51.2 # via shap
numpy==1.19.2 # via -r requirements/base.in, hyperopt, matplotlib, mlflow, numba, pandas, scikit-learn, scipy, seaborn, shap
numpy==1.19.3 # via -r requirements/base.in, hyperopt, matplotlib, mlflow, numba, pandas, scikit-learn, scipy, seaborn, shap
oauthlib==3.1.0 # via requests-oauthlib
pandas==1.1.3 # via -r requirements/base.in, mlflow, seaborn, shap
pillow==7.2.0 # via matplotlib
pillow==8.0.1 # via matplotlib
prometheus-client==0.8.0 # via prometheus-flask-exporter
prometheus-flask-exporter==0.18.0 # via mlflow
prometheus-flask-exporter==0.18.1 # via mlflow
protobuf==3.13.0 # via mlflow
pycparser==2.20 # via cffi
pyparsing==2.4.7 # via matplotlib
python-box==5.1.1 # via -r requirements/base.in
python-box==5.2.0 # via -r requirements/base.in
python-dateutil==2.8.1 # via alembic, matplotlib, mlflow, pandas
python-dotenv==0.14.0 # via -r requirements/base.in
python-dotenv==0.15.0 # via -r requirements/base.in
python-editor==1.0.4 # via alembic
pytz==2020.1 # via pandas
pyyaml==5.3.1 # via -r requirements/base.in, envyaml, mlflow
querystring-parser==1.2.4 # via mlflow
requests-oauthlib==1.3.0 # via msrest
requests==2.24.0 # via azure-core, databricks-cli, docker, mlflow, msrest, requests-oauthlib
scikit-learn==0.23.2 # via -r requirements/base.in, shap
scipy==1.5.2 # via hyperopt, scikit-learn, seaborn, shap
scipy==1.5.3 # via hyperopt, scikit-learn, seaborn, shap
seaborn==0.11.0 # via -r requirements/base.in
shap==0.36.0 # via -r requirements/base.in
six==1.15.0 # via azure-core, cryptography, cycler, databricks-cli, docker, hyperopt, isodate, mlflow, protobuf, python-dateutil, querystring-parser, tenacity, websocket-client
six==1.15.0 # via azure-core, cryptography, cycler, databricks-cli, docker, hyperopt, isodate, mlflow, protobuf, python-dateutil, querystring-parser, websocket-client
slicer==0.0.4 # via shap
smmap==3.0.4 # via gitdb
sqlalchemy==1.3.13 # via alembic, mlflow
sqlparse==0.4.0 # via mlflow
sqlparse==0.4.1 # via mlflow
tabulate==0.8.7 # via databricks-cli
tenacity==6.2.0 # via databricks-cli
threadpoolctl==2.1.0 # via scikit-learn
tqdm==4.50.1 # via hyperopt, shap
urllib3==1.25.10 # via requests
tqdm==4.51.0 # via hyperopt, shap
urllib3==1.25.11 # via requests
websocket-client==0.57.0 # via docker
werkzeug==1.0.1 # via flask
wheel==0.35.1 # via -r requirements/base.in
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
-r docs.txt
-r test.txt
bleach==3.2.1 # via readme-renderer
colorama==0.4.3 # via twine
colorama==0.4.4 # via twine
jeepney==0.4.3 # via keyring, secretstorage
keyring==21.4.0 # via twine
pip-compile-multi==2.1.0 # via -r requirements/dev.in
pip-tools==5.3.1 # via pip-compile-multi
pkginfo==1.5.0.1 # via twine
readme-renderer==26.0 # via twine
pkginfo==1.6.1 # via twine
readme-renderer==28.0 # via twine
requests-toolbelt==0.9.1 # via twine
rfc3986==1.4.0 # via twine
secretstorage==3.1.2 # via keyring
Expand Down
12 changes: 6 additions & 6 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,20 @@ imagesize==1.2.0 # via sphinx
jinja2==2.11.2 # via sphinx
joblib==0.17.0 # via myautoml, scikit-learn
markupsafe==1.1.1 # via jinja2
numpy==1.19.2 # via myautoml, pandas, scikit-learn, scipy
numpy==1.19.3 # via myautoml, pandas, scikit-learn, scipy
packaging==20.4 # via sphinx
pandas==1.1.3 # via myautoml
pydata-sphinx-theme==0.4.1 # via -r requirements/docs.in
pygments==2.7.1 # via sphinx
pygments==2.7.2 # via sphinx
pyparsing==2.4.7 # via packaging
python-box==5.1.1 # via myautoml
python-box==5.2.0 # via myautoml
python-dateutil==2.8.1 # via pandas
python-dotenv==0.14.0 # via myautoml
python-dotenv==0.15.0 # via myautoml
pytz==2020.1 # via babel, pandas
pyyaml==5.3.1 # via envyaml, myautoml
requests==2.24.0 # via myautoml, sphinx
scikit-learn==0.23.2 # via myautoml
scipy==1.5.2 # via scikit-learn
scipy==1.5.3 # via scikit-learn
six==1.15.0 # via packaging, python-dateutil
snowballstemmer==2.0.0 # via sphinx
sphinx==3.2.1 # via -r requirements/docs.in, pydata-sphinx-theme
Expand All @@ -41,7 +41,7 @@ sphinxcontrib-jsmath==1.0.1 # via sphinx
sphinxcontrib-qthelp==1.0.3 # via sphinx
sphinxcontrib-serializinghtml==1.1.4 # via sphinx
threadpoolctl==2.1.0 # via scikit-learn
urllib3==1.25.10 # via requests
urllib3==1.25.11 # via requests

# The following packages are considered to be unsafe in a requirements file:
# setuptools
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ astroid==2.4.2 # via pylint
attrs==20.2.0 # via pytest
coverage==5.3 # via -r requirements/test.in, pytest-cov
flake8==3.8.4 # via -r requirements/test.in
iniconfig==1.0.1 # via pytest
isort==5.5.4 # via pylint
iniconfig==1.1.1 # via pytest
isort==5.6.4 # via pylint
lazy-object-proxy==1.4.3 # via astroid
mccabe==0.6.1 # via flake8, pylint
packaging==20.4 # via pytest
Expand All @@ -22,7 +22,7 @@ pyflakes==2.2.0 # via flake8
pylint==2.6.0 # via -r requirements/test.in
pytest-azurepipelines==0.8.0 # via -r requirements/test.in
pytest-cov==2.10.1 # via -r requirements/test.in
pytest==6.1.1 # via -r requirements/test.in, pytest-azurepipelines, pytest-cov
pytest==6.1.2 # via -r requirements/test.in, pytest-azurepipelines, pytest-cov
toml==0.10.1 # via pylint, pytest
wrapt==1.12.1 # via astroid

Expand Down

0 comments on commit c2a8ea7

Please sign in to comment.