diff --git a/pyproject.toml b/pyproject.toml index ce185494..b04da95b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,10 +42,10 @@ requires-python = "~=3.10" dynamic = ["version", "description"] dependencies = [ - "fastapi ~=0.115.7", + "fastapi ~=0.115.8", "httpx >=0.27.2,<1", "pydantic-settings ~=2.7", - "pymongo ~=4.10", + "pymongo ~=4.11", "python-dotenv ~=1.0", "uvicorn ~=0.34.0", ] @@ -59,10 +59,10 @@ 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.29; python_version < '3.13'", # DLite is not yet compatible with Python 3.13 "mongomock ~=4.3", "pytest ~=8.3", - "pytest-asyncio ~=0.25.2", + "pytest-asyncio ~=0.25.3", "pytest-cov ~=6.0", "pytest-httpx >=0.34.0,<1", "entities-service[cli]",