diff --git a/pdm.lock b/pdm.lock index fdaf505a..ad3c3837 100644 --- a/pdm.lock +++ b/pdm.lock @@ -5,7 +5,7 @@ groups = ["default", "dev"] strategy = ["cross_platform", "inherit_metadata"] lock_version = "4.4.1" -content_hash = "sha256:745e26baabd702b2a66ebb0dd11ec65954b233e21fff33e3fc4ae75110fff14b" +content_hash = "sha256:760985da143b75277f835b89dcfaf38af637bf69f03d36c9722ca4b5402a3a18" [[package]] name = "alabaster" @@ -817,7 +817,7 @@ files = [ [[package]] name = "pytest" -version = "8.1.1" +version = "8.2.0" requires_python = ">=3.8" summary = "pytest: simple powerful testing with Python" groups = ["dev"] @@ -825,11 +825,11 @@ dependencies = [ "colorama; sys_platform == \"win32\"", "iniconfig", "packaging", - "pluggy<2.0,>=1.4", + "pluggy<2.0,>=1.5", ] files = [ - {file = "pytest-8.1.1-py3-none-any.whl", hash = "sha256:2a8386cfc11fa9d2c50ee7b2a57e7d898ef90470a7a34c4b949ff59662bb78b7"}, - {file = "pytest-8.1.1.tar.gz", hash = "sha256:ac978141a75948948817d360297b7aae0fcb9d6ff6bc9ec6d514b85d5a65c044"}, + {file = "pytest-8.2.0-py3-none-any.whl", hash = "sha256:1733f0620f6cda4095bbf0d9ff8022486e91892245bb9e7d5542c018f612f233"}, + {file = "pytest-8.2.0.tar.gz", hash = "sha256:d507d4482197eac0ba2bae2e9babf0672eb333017bcedaa5fb1a3d42c1174b3f"}, ] [[package]] diff --git a/pyproject.toml b/pyproject.toml index f2bf74d7..2ac850f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ optional-dependencies.dev = [ "pytest-cov==5.0.0", "pytest-random-order==1.1.1", "pytest-xdist==3.6.1", - "pytest==8.1.1", + "pytest==8.2.0", "ruff==0.4.3", "sphinx==7.3.7", "types-ldap3==2.9.13.20240205",