From 0a096cf96e98ccb599b7adfc89ec52b5930c7e28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 18:55:14 +0000 Subject: [PATCH] :arrow_up: Update pyfirecrest requirement from ~=1.4.0 to ~=1.5.1 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...v1.5.1) --- 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..750a9a6 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~=1.5.1", "pyyaml", "requests", ]