diff --git a/pyproject.toml b/pyproject.toml index 6ef9685..936b9d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dev = [ "mypy[faster-cache]==1.16.1", "pre-commit==4.2.0", "pylint>=3.3.8", - "pytest==8.4.1", + "pytest==8.4.2", "pytest-cov==6.2.1", "rich>=14.1.0", "ruff==0.12.3", diff --git a/requirements.txt b/requirements.txt index eea982f..4461c2a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -184,7 +184,7 @@ pylint==3.3.8 # via logly (pyproject.toml:dev) pymdown-extensions==10.16.1 # via mkdocs-material -pytest==8.4.1 +pytest==8.4.2 # via # logly (pyproject.toml:dev) # pytest-cov