Skip to content

Commit

Permalink
Update ipywidgets requirement from ~=7.7 to ~=8.1
Browse files Browse the repository at this point in the history
Updates the requirements on [ipywidgets](https://github.com/jupyter-widgets/ipywidgets) to permit the latest version.
- [Release notes](https://github.com/jupyter-widgets/ipywidgets/releases)
- [Commits](jupyter-widgets/ipywidgets@7.7.0...8.1.0)

---
updated-dependencies:
- dependency-name: ipywidgets
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 4, 2023
1 parent d488f1c commit fb177dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
appdirs~=1.4.4
ase~=3.22
cachecontrol[filecache]~=0.13.1
ipywidgets~=7.7
ipywidgets~=8.1
ipywidgets-extended>=1.1.1,<2,!=1.2.0,!=1.2.1
nglview~=3.0
optimade~=0.25.1
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements_base.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
appdirs~=1.4.4
cachecontrol[filecache]~=0.13.1
ipywidgets~=7.7
ipywidgets~=8.1
ipywidgets-extended>=1.1.1,<2,!=1.2.0,!=1.2.1
nglview~=3.0
optimade~=0.25.1
Expand Down

0 comments on commit fb177dd

Please sign in to comment.