diff --git a/pyproject.toml b/pyproject.toml index 3f85086..19f1d53 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ lint = [ "mypy==1.8.0", ] test = [ - "pytest==8.0.2", + "pytest==8.1.0", "pytest-asyncio == 0.23.5", "pytest-cov==4.1.0", "python-decouple",