From ff48f4902b3c395d3befe5088a651b177c07b315 Mon Sep 17 00:00:00 2001 From: RKIMetadataExchange Date: Thu, 13 Jun 2024 13:47:22 +0000 Subject: [PATCH] Update dependency dev/pytest to v8.2.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 830adc3..a7d3c99 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ optional-dependencies.dev = [ "mypy==1.10.0", "pytest-cov==5.0.0", "pytest-random-order==1.1.1", - "pytest==8.2.1", + "pytest==8.2.2", "ruff==0.4.8", "sphinx==7.3.7", "types-pytz==2024.1.0.20240417",