From 489b2cd0aa475701ad10eb2819787ed6a0110cdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 07:31:41 +0000 Subject: [PATCH] Bump jobflow from 0.1.16 to 0.1.17 Bumps [jobflow](https://github.com/materialsproject/jobflow) from 0.1.16 to 0.1.17. - [Release notes](https://github.com/materialsproject/jobflow/releases) - [Changelog](https://github.com/materialsproject/jobflow/blob/main/CHANGELOG.md) - [Commits](https://github.com/materialsproject/jobflow/compare/v0.1.16...v0.1.17) --- updated-dependencies: - dependency-name: jobflow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ce32149a4e..5c3e311784 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ strict = [ "dscribe==2.1.0", "emmet-core==0.76.2", "ijson==3.2.3", - "jobflow==0.1.16", + "jobflow==0.1.17", "lobsterpy==0.3.6", "mace-torch>=0.3.3", "matgl==0.9.1",