From 375de964037ec1049b5b71c3bd22fce476920f49 Mon Sep 17 00:00:00 2001 From: "TEAM 4.0[bot]" Date: Mon, 20 Jan 2025 05:39:28 +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 3cdf376..0f20cea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ cli = [ testing = [ "cryptography >=43.0.0,<45", # Pytest runs, end in Segmentation Fault for dlite-python versions >0.5.23 - "dlite-python <=0.5.23; python_version < '3.13'", # DLite is not yet compatible with Python 3.13 + "dlite-python <=0.5.27; python_version < '3.13'", # DLite is not yet compatible with Python 3.13 "mongomock ~=4.3", "pytest ~=8.3", "pytest-asyncio ~=0.25.2",