diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9985cd6..07039d8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -41,7 +41,7 @@ repos: # Ruff is a code style and formatter # It works on files in-place - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.7.3 + rev: v0.7.4 hooks: - id: ruff args: diff --git a/pyproject.toml b/pyproject.toml index da61314..4b3788e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ requires-python = "~=3.10" dynamic = ["version", "description"] dependencies = [ - "fastapi ~=0.115.4", + "fastapi ~=0.115.5", "httpx ~=0.27.2", "pydantic-settings ~=2.6", "pymongo ~=4.10", @@ -59,7 +59,7 @@ cli = [ testing = [ "cryptography ~=43.0", "dlite-python ~=0.5.23", - "mongomock ~=4.2", + "mongomock ~=4.3", "pytest ~=8.3", "pytest-asyncio ~=0.24.0", "pytest-cov ~=6.0",