From a5bd2e284089df6cc479e33fbeec8212863ff8ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 02:00:57 +0000 Subject: [PATCH] Bump the python-packages group with 1 update Updates the requirements on [openfermion](https://github.com/quantumlib/OpenFermion) to permit the latest version. - [Release notes](https://github.com/quantumlib/OpenFermion/releases) - [Commits](https://github.com/quantumlib/OpenFermion/compare/v1.3.0...v1.6.0) --- updated-dependencies: - dependency-name: openfermion dependency-type: direct:production dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- tests/test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-requirements.txt b/tests/test-requirements.txt index cc94ffa..ddf35c2 100644 --- a/tests/test-requirements.txt +++ b/tests/test-requirements.txt @@ -2,4 +2,4 @@ pytest pytest-timeout ~= 2.2.0 hypothesis requests_mock -openfermion~=1.3 +openfermion~=1.6