Skip to content

Update all dependencies #607

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

Merged
merged 3 commits into from
Feb 21, 2019
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 .circleci/requirements/dev-requirements-py37.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
dash_core_components==0.43.0
dash_core_components==0.43.1
dash_html_components==0.13.5
dash-flow-example==0.0.5
dash-dangerously-set-inner-html
dash_renderer==0.17.0
dash_renderer==0.18.0
percy
selenium
mock
tox
tox-pyenv
six
plotly==3.6.0
plotly==3.6.1
requests[security]
flake8
pylint==2.2.2
Expand Down
6 changes: 3 additions & 3 deletions .circleci/requirements/dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
dash_core_components==0.43.0
dash_core_components==0.43.1
dash_html_components==0.13.5
dash_flow_example==0.0.5
dash-dangerously-set-inner-html
dash_renderer==0.17.0
dash_renderer==0.18.0
percy
selenium
mock
tox
tox-pyenv
mock
six
plotly==3.6.0
plotly==3.6.1
requests[security]
flake8
pylint==1.9.4