From 6f035f25a66bbca2589916a93e7d3513fa43e44a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Apr 2024 02:03:19 +0000 Subject: [PATCH] chore(deps): update dependency dev/pytest to v8.1.2 --- pdm.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pdm.lock b/pdm.lock index 5591c6ff..6932f4b3 100644 --- a/pdm.lock +++ b/pdm.lock @@ -5,7 +5,7 @@ groups = ["default", "dev", "docs", "typing"] strategy = ["cross_platform", "inherit_metadata"] lock_version = "4.4.1" -content_hash = "sha256:016dda385fa07e365ba593f769212170ecc9532701e6080ff4fa48df77736c35" +content_hash = "sha256:30f3ba720b5db4b44e9a7c1e79404a0e3d0997cdb4bb906f6f3a925cb0ed7e8f" [[package]] name = "babel" @@ -734,7 +734,7 @@ files = [ [[package]] name = "pytest" -version = "8.1.1" +version = "8.1.2" requires_python = ">=3.8" summary = "pytest: simple powerful testing with Python" groups = ["dev"] @@ -747,8 +747,8 @@ dependencies = [ "tomli>=1; python_version < \"3.11\"", ] 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.1.2-py3-none-any.whl", hash = "sha256:6c06dc309ff46a05721e6fd48e492a775ed8165d2ecdf57f156a80c7e95bb142"}, + {file = "pytest-8.1.2.tar.gz", hash = "sha256:f3c45d1d5eed96b01a2aea70dee6a4a366d51d38f9957768083e4fecfc77f3ef"}, ] [[package]] diff --git a/pyproject.toml b/pyproject.toml index fb7e03b4..b8840253 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.0; python_version >= '3.9'", - "pytest==8.1.1", + "pytest==8.1.2", "pytest-cov==5.0.0", "pytest-xdist[psutil]==3.5.0", ]