diff --git a/pyproject.toml b/pyproject.toml index 36855d6..7caecb5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "MIT" license-files = ["LICENSE"] requires-python = ">=3.13" dependencies = [ - "pytest==8.4.1", + "pytest==8.4.2", ] [tool.pytest.ini_options] diff --git a/requirements.txt b/requirements.txt index 52eb527..afa138f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -pytest == 8.4.1 +pytest == 8.4.2