diff --git a/poetry.lock b/poetry.lock index 6456bed4..d9cd75d7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1621,13 +1621,13 @@ diagrams = ["jinja2", "railroad-diagrams"] [[package]] name = "pytest" -version = "8.2.2" +version = "8.3.1" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.2.2-py3-none-any.whl", hash = "sha256:c434598117762e2bd304e526244f67bf66bbd7b5d6cf22138be51ff661980343"}, - {file = "pytest-8.2.2.tar.gz", hash = "sha256:de4bb8104e201939ccdc688b27a89a7be2079b22e2bd2b07f806b6ba71117977"}, + {file = "pytest-8.3.1-py3-none-any.whl", hash = "sha256:e9600ccf4f563976e2c99fa02c7624ab938296551f280835ee6516df8bc4ae8c"}, + {file = "pytest-8.3.1.tar.gz", hash = "sha256:7e8e5c5abd6e93cb1cc151f23e57adc31fcf8cfd2a3ff2da63e23f732de35db6"}, ] [package.dependencies] @@ -1635,7 +1635,7 @@ colorama = {version = "*", markers = "sys_platform == \"win32\""} exceptiongroup = {version = ">=1.0.0rc8", markers = "python_version < \"3.11\""} iniconfig = "*" packaging = "*" -pluggy = ">=1.5,<2.0" +pluggy = ">=1.5,<2" tomli = {version = ">=1", markers = "python_version < \"3.11\""} [package.extras] @@ -2563,4 +2563,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.8, <3.12" -content-hash = "317dc3f1cf1a1f0f77169df4dd7929738900f4bb0960b51f00b565ceee38095c" +content-hash = "c8ba179ec9dd938b02fffb45ef54fceae680b2418d5c3bc3489b12764a1f5a4f" diff --git a/pyproject.toml b/pyproject.toml index 0649f14b..3e8a6834 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ reclass-rs = "0.4.0" [tool.poetry.dev-dependencies] tox = "3.28.0" -pytest = "8.2.2" +pytest = "8.3.1" pytest-xdist = "3.6.1" pytest-benchmark = "4.0.0" responses = "0.25.3"