diff --git a/pyproject.toml b/pyproject.toml index 748e8ce2..cdce46be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ test = [ "coverage==7.4.3", "mypy==1.8.0", "pyserial-asyncio-fast==0.11", - "pytest==8.1.0", + "pytest==8.1.1", "pytest-asyncio==0.23.5.post1", "ruff==0.3.0", "tox==4.13.0", diff --git a/requirements_test.txt b/requirements_test.txt index ac133faa..74918464 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -3,7 +3,7 @@ coverage==7.4.3 mypy==1.8.0 pre-commit==3.6.2 pyserial-asyncio-fast==0.11 -pytest==8.1.0 +pytest==8.1.1 pytest-asyncio==0.23.5.post1 ruff==0.3.0 tomli==2.0.1