From d3dcdaf5cdf5fbf92fd4feb3f5765504ee661f98 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 12:06:37 +0000 Subject: [PATCH] Update dependency pytest to v8.3.3 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index d127e9b..177cafb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1145,13 +1145,13 @@ tests = ["hypothesis (>=3.27.0)", "pytest (>=3.2.1,!=3.3.0)"] [[package]] name = "pytest" -version = "8.3.0" +version = "8.3.3" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.3.0-py3-none-any.whl", hash = "sha256:a1b30492f2676b476266a87f6551345fb25c0484fb6d09c86aa2eb07b5f71c2f"}, - {file = "pytest-8.3.0.tar.gz", hash = "sha256:0fe75465746a643f2485f642edf5eb7af7918135177230471150409343f84a6b"}, + {file = "pytest-8.3.3-py3-none-any.whl", hash = "sha256:a6853c7375b2663155079443d2e45de913a911a11d669df02a50814944db57b2"}, + {file = "pytest-8.3.3.tar.gz", hash = "sha256:70b98107bd648308a7952b06e6ca9a50bc660be218d53c257cc1fc94fda10181"}, ] [package.dependencies] @@ -1666,4 +1666,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">=3.12,<3.13" -content-hash = "6ef6f5461420938da59e565e0e85a45fb3d0aa2efaa9de986eae486392268c6d" +content-hash = "2f31203767bda5bcd037797799b4fbce2619844d9cc962f0f6f2f68803701f7b" diff --git a/pyproject.toml b/pyproject.toml index c09ef11..2214f2c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ pyyaml = "6.0.2" attrs = "23.2.0" [tool.poetry.group.dev.dependencies] -pytest = "8.3.0" +pytest = "8.3.3" isort = "5.13.2" ruff = "0.4.10" wemake-python-styleguide = "0.19.2"