diff --git a/pyproject.toml b/pyproject.toml index 246e50a..77bebd2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,8 +63,8 @@ lint = [ "ruff==0.4.4", ] test = [ - "pytest==8.2.0", - "pytest-asyncio == 0.23.6", + "pytest==8.2.1", + "pytest-asyncio == 0.23.7", "pytest-cov==5.0.0", "python-decouple", "pytest-pretty==1.2.0",