From 80e489cb1f486a46db1814d8562580b0b9ddebb8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 12:52:20 +0000 Subject: [PATCH] Update dependency pytest to v8.2.2 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5127dabd9..9b93bf8e5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1617,13 +1617,13 @@ diagrams = ["jinja2", "railroad-diagrams"] [[package]] name = "pytest" -version = "8.2.1" +version = "8.2.2" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.2.1-py3-none-any.whl", hash = "sha256:faccc5d332b8c3719f40283d0d44aa5cf101cec36f88cde9ed8f2bc0538612b1"}, - {file = "pytest-8.2.1.tar.gz", hash = "sha256:5046e5b46d8e4cac199c373041f26be56fdb81eb4e67dc11d4e10811fc3408fd"}, + {file = "pytest-8.2.2-py3-none-any.whl", hash = "sha256:c434598117762e2bd304e526244f67bf66bbd7b5d6cf22138be51ff661980343"}, + {file = "pytest-8.2.2.tar.gz", hash = "sha256:de4bb8104e201939ccdc688b27a89a7be2079b22e2bd2b07f806b6ba71117977"}, ] [package.dependencies] @@ -2559,4 +2559,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = ">=3.8, <3.12" -content-hash = "f38e4a4355193144b3ca0600e05ed8dbbc47acafc311f8a3b8c3f65e99d3060a" +content-hash = "296cdb7d531f93e2d6b2630a16efd9a8d98116521db36c18b13bf4229072819f" diff --git a/pyproject.toml b/pyproject.toml index 8bbe9d0cb..bfb91918d 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.1" +pytest = "8.2.2" pytest-xdist = "3.6.1" pytest-benchmark = "4.0.0" responses = "0.25.0"