Skip to content

Commit

Permalink
Update dependencies + minimum ipywidgets-extended version (#359)
Browse files Browse the repository at this point in the history
Update dependencies:

* Update voila requirement from ~=0.2.15 to ~=0.2.16
* Update pytest-cov requirement from ~=2.12 to ~=3.0

Ensure minimum `ipywidgets-extended` version.
Minimum version should be v1.1.1.

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
CasperWA and dependabot[bot] committed Oct 12, 2021
1 parent 293c811 commit 68e2df5
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .aiidalab/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
appdirs~=1.4.4
cachecontrol[filecache]~=0.12.6
ipywidgets~=7.6
ipywidgets-extended~=1.1
ipywidgets-extended>=1.1.1,<2
nglview>=2.7
optimade~=0.16.1
pandas~=1.3
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ appdirs~=1.4.4
ase~=3.22
cachecontrol[filecache]~=0.12.6
ipywidgets~=7.6
ipywidgets-extended~=1.1
ipywidgets-extended>=1.1.1,<2
nglview~=3.0
optimade~=0.16.4
pandas~=1.3
requests~=2.26
setuptools>=49.4
voila~=0.2.15
voila~=0.2.16
widget_periodictable~=3.0
2 changes: 1 addition & 1 deletion requirements/requirements_base.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
appdirs~=1.4.4
cachecontrol[filecache]~=0.12.6
ipywidgets~=7.6
ipywidgets-extended~=1.1
ipywidgets-extended>=1.1.1,<2
nglview~=3.0
optimade~=0.16.4
pandas~=1.3
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements_server.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ase~=3.22
voila~=0.2.15
voila~=0.2.16
2 changes: 1 addition & 1 deletion requirements/requirements_testing.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
codecov~=2.1
pytest~=6.2
pytest-cov~=2.12
pytest-cov~=3.0
pytest-tornasync~=0.6.0.post2

0 comments on commit 68e2df5

Please sign in to comment.