diff --git a/pyproject.toml b/pyproject.toml index 61c40e4..00268da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ aiofiles = "^24.1.0" [tool.poetry.group.test.dependencies] -pytest = "^8.3.2" +pytest = "^9.0.0" pytest-asyncio = "^0.24.0" pytest-cov = "^5.0.0" codecov-cli="^0.7.4" diff --git a/requirements-test.txt b/requirements-test.txt index 265f763..0d96dcd 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -25,7 +25,7 @@ pluggy==1.5.0 ; python_version >= "3.11" and python_version < "4.0" protobuf==5.28.0 ; python_version >= "3.11" and python_version < "4.0" pytest-asyncio==0.24.0 ; python_version >= "3.11" and python_version < "4.0" pytest-cov==5.0.0 ; python_version >= "3.11" and python_version < "4.0" -pytest==8.3.2 ; python_version >= "3.11" and python_version < "4.0" +pytest==9.0.3 ; python_version >= "3.11" and python_version < "4.0" pyyaml==6.0.2 ; python_version >= "3.11" and python_version < "4.0" regex==2024.7.24 ; python_version >= "3.11" and python_version < "4.0" requests==2.32.3 ; python_version >= "3.11" and python_version < "4.0"