From 35e24dc1af94f34f0fb3a335da2fe443928fd3d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 09:21:34 +0800 Subject: [PATCH] Update voila requirement from ~=0.5.6 to ~=0.5.7 (#341) Updates the requirements on [voila](https://github.com/voila-dashboards/voila) to permit the latest version. - [Release notes](https://github.com/voila-dashboards/voila/releases) - [Changelog](https://github.com/voila-dashboards/voila/blob/main/CHANGELOG.md) - [Commits](https://github.com/voila-dashboards/voila/compare/@voila-dashboards/voila@0.5.6...@voila-dashboards/voila@0.5.7) --- updated-dependencies: - dependency-name: voila dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 52e17b2..bdff506 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ numpy~=1.26.4 scipy~=1.13.1 pandas~=2.2.2 sympy~=1.12 -voila~=0.5.6 +voila~=0.5.7 voila-osscar-template~=0.3.2 Cython~=3.0.10 ase~=3.22.1