Skip to content

Commit c1f2ae5

Browse files
dependabot[bot]JaGeoAaron Kaplan
authored
Bump jupyterlab from 4.5.7 to 4.5.8 (#1491)
* Bump jupyterlab from 4.5.7 to 4.5.8 --- updated-dependencies: - dependency-name: jupyterlab dependency-version: 4.5.8 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * fix ff test --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: J. George <JaGeo@users.noreply.github.com> Co-authored-by: Aaron Kaplan <kaplan@temple.edu>
1 parent b173bb3 commit c1f2ae5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ docs = [
153153
"sphinx-copybutton==0.5.2",
154154
"sphinx==9.0.4",
155155
"sphinx_design==0.7.0",
156-
"jupyterlab==4.5.7",
156+
"jupyterlab==4.5.8",
157157
]
158158

159159
[tool.setuptools.package-data]

tests/forcefields/flows/test_approx_neb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def test_approx_neb_from_endpoints(test_dir, clean_dir):
2222

2323
flow = ForceFieldApproxNebFromEndpointsMaker(
2424
image_relax_maker=ForceFieldStaticMaker(force_field_name="MACE_MP_0B3"),
25-
).make("Zn", endpoints, vasp_aneb_dir / "host_structure_relax_2/outputs/CHGCAR.bz2")
25+
).make("Zn", endpoints, vasp_aneb_dir / "host_structure_relax_2/outputs/CHGCAR.gz")
2626

2727
response = run_locally(flow)
2828
output = {

0 commit comments

Comments
 (0)