From 584650ae3967752a807a7569dc3fb7887c86d732 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 18:52:43 +0000 Subject: [PATCH] :arrow_up: Update pyfirecrest requirement from ~=1.4.0 to ~=2.0.0 Updates the requirements on [pyfirecrest](https://github.com/eth-cscs/pyfirecrest) to permit the latest version. - [Release notes](https://github.com/eth-cscs/pyfirecrest/releases) - [Commits](https://github.com/eth-cscs/pyfirecrest/compare/v1.4.0...v2.0.0) --- updated-dependencies: - dependency-name: pyfirecrest dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 97551be..250b2df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ requires-python = ">=3.9" dependencies = [ "aiida-core@git+https://github.com/chrisjsewell/aiida_core.git@aiida-firecrest#egg=aiida-core", "click", - "pyfirecrest~=1.4.0", + "pyfirecrest~=2.0.0", "pyyaml", "requests", ]