From e56e4bb6655e377bbe70b7297f507496942788fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 14:16:21 +0000 Subject: [PATCH] Update dependency pytest to v8.3.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 d9cd75d7..c0d44ee0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1621,13 +1621,13 @@ diagrams = ["jinja2", "railroad-diagrams"] [[package]] name = "pytest" -version = "8.3.1" +version = "8.3.2" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.3.1-py3-none-any.whl", hash = "sha256:e9600ccf4f563976e2c99fa02c7624ab938296551f280835ee6516df8bc4ae8c"}, - {file = "pytest-8.3.1.tar.gz", hash = "sha256:7e8e5c5abd6e93cb1cc151f23e57adc31fcf8cfd2a3ff2da63e23f732de35db6"}, + {file = "pytest-8.3.2-py3-none-any.whl", hash = "sha256:4ba08f9ae7dcf84ded419494d229b48d0903ea6407b030eaec46df5e6a73bba5"}, + {file = "pytest-8.3.2.tar.gz", hash = "sha256:c132345d12ce551242c87269de812483f5bcc87cdbb4722e48487ba194f9fdce"}, ] [package.dependencies] @@ -2563,4 +2563,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.8, <3.12" -content-hash = "c8ba179ec9dd938b02fffb45ef54fceae680b2418d5c3bc3489b12764a1f5a4f" +content-hash = "443f4975197445b8d39a0d12d7de0eed30b88bcf754f2ae4326b8c78d3a33a89" diff --git a/pyproject.toml b/pyproject.toml index 3e8a6834..09de7f10 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.3.1" +pytest = "8.3.2" pytest-xdist = "3.6.1" pytest-benchmark = "4.0.0" responses = "0.25.3"