diff --git a/pdm.lock b/pdm.lock index 25ce3bb4..30ca04d3 100644 --- a/pdm.lock +++ b/pdm.lock @@ -5,7 +5,7 @@ groups = ["default", "dev", "docs", "typing"] strategy = ["inherit_metadata"] lock_version = "4.5.0" -content_hash = "sha256:7f67734ba63453332f5cd9ebf87f85d5e48be30c15da7c8b62355855ffeac63e" +content_hash = "sha256:337810b6eef36cc7aeb39a02ff0a79873a383e66d74cb1b059becb91e13f092f" [[metadata.targets]] requires_python = ">=3.8" @@ -753,7 +753,7 @@ files = [ [[package]] name = "pytest" -version = "8.2.2" +version = "8.3.2" requires_python = ">=3.8" summary = "pytest: simple powerful testing with Python" groups = ["dev"] @@ -762,12 +762,12 @@ dependencies = [ "exceptiongroup>=1.0.0rc8; python_version < \"3.11\"", "iniconfig", "packaging", - "pluggy<2.0,>=1.5", + "pluggy<2,>=1.5", "tomli>=1; python_version < \"3.11\"", ] 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.2-py3-none-any.whl", hash = "sha256:4ba08f9ae7dcf84ded419494d229b48d0903ea6407b030eaec46df5e6a73bba5"}, + {file = "pytest-8.3.2.tar.gz", hash = "sha256:c132345d12ce551242c87269de812483f5bcc87cdbb4722e48487ba194f9fdce"}, ] [[package]] diff --git a/pyproject.toml b/pyproject.toml index 71a18c2e..a1ba939d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ dev = [ # Support for Python 3.8 was dropped by pre-commit in https://github.com/pre-commit/pre-commit/releases/tag/v3.6.0 "pre-commit==3.7.1; python_version >= '3.9'", - "pytest==8.2.2", + "pytest==8.3.2", "pytest-cov==5.0.0", "pytest-xdist[psutil]==3.6.1", ]