From 1dfd5585bd3ea7b59bde41595b8b4ee418e38b50 Mon Sep 17 00:00:00 2001 From: "TEAM 4.0[bot]" Date: Mon, 11 Mar 2024 05:37:45 +0000 Subject: [PATCH] Update dependencies in `pyproject.toml` --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6d4a5c8..49a74f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ doc = [ "oteapi-optimade[examples]", ] test = [ - "pytest ~=8.0", + "pytest ~=8.1", "pytest-cov ~=4.1", "pyyaml ~=6.0", "requests-mock ~=1.11",