Skip to content

Commit 6150122

Browse files
bump dash components
1 parent af66e62 commit 6150122

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ requires-python = ">=3.10"
1111
authors = [{ name = "Matt Horton", email = "mkhorton@lbl.gov" }]
1212

1313
dependencies = [
14-
"dash-mp-components==0.5.1rc5",
14+
"dash-mp-components>=0.5.1rc5,<0.5.2",
1515
"dash>=2.11.0",
1616
"flask-caching",
1717
"frozendict",

requirements/ubuntu-latest_py3.11.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ cython==3.2.4
4444
# via boltztrap2
4545
dash==3.4.0
4646
# via crystal_toolkit (pyproject.toml)
47-
dash-mp-components==0.5.0rc0
47+
dash-mp-components==0.5.1rc5
4848
# via crystal_toolkit (pyproject.toml)
4949
decorator==5.2.1
5050
# via ipython

requirements/ubuntu-latest_py3.11_extras.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ dash[testing]==3.4.0
135135
# dash-vtk
136136
dash-extensions==2.0.4
137137
# via crystal_toolkit (pyproject.toml)
138-
dash-mp-components==0.5.0rc0
138+
dash-mp-components==0.5.1rc5
139139
# via crystal_toolkit (pyproject.toml)
140140
dash-testing-stub==0.0.2
141141
# via dash

requirements/ubuntu-latest_py3.12.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ cython==3.2.4
4444
# via boltztrap2
4545
dash==3.4.0
4646
# via crystal_toolkit (pyproject.toml)
47-
dash-mp-components==0.5.0rc0
47+
dash-mp-components==0.5.1rc5
4848
# via crystal_toolkit (pyproject.toml)
4949
decorator==5.2.1
5050
# via ipython

requirements/ubuntu-latest_py3.12_extras.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ dash[testing]==3.4.0
135135
# dash-vtk
136136
dash-extensions==2.0.4
137137
# via crystal_toolkit (pyproject.toml)
138-
dash-mp-components==0.5.0rc0
138+
dash-mp-components==0.5.1rc5
139139
# via crystal_toolkit (pyproject.toml)
140140
dash-testing-stub==0.0.2
141141
# via dash

0 commit comments

Comments
 (0)