From cd10d2d7a06b59fb782b50c9535469aa05e773b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 13:28:31 +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 6f5a3141..2c654972 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1262,13 +1262,13 @@ files = [ [[package]] name = "pytest" -version = "8.3.2" +version = "8.3.3" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.3.2-py3-none-any.whl", hash = "sha256:4ba08f9ae7dcf84ded419494d229b48d0903ea6407b030eaec46df5e6a73bba5"}, - {file = "pytest-8.3.2.tar.gz", hash = "sha256:c132345d12ce551242c87269de812483f5bcc87cdbb4722e48487ba194f9fdce"}, + {file = "pytest-8.3.3-py3-none-any.whl", hash = "sha256:a6853c7375b2663155079443d2e45de913a911a11d669df02a50814944db57b2"}, + {file = "pytest-8.3.3.tar.gz", hash = "sha256:70b98107bd648308a7952b06e6ca9a50bc660be218d53c257cc1fc94fda10181"}, ] [package.dependencies] @@ -2061,4 +2061,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "2a52c85fa0f02310293c278a31136bce7f24c191ba5fa49eb5b015662ccf2c0e" +content-hash = "5eb194f038887b6767d3205e71ae8dd011a9f260f14f2669c7f110393ada3bb3" diff --git a/pyproject.toml b/pyproject.toml index 608977ae..5e551804 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ black = "24.8.0" docker = "7.1.0" pdbpp = "^0.10.3" pylint = "3.2.7" -pytest = "8.3.2" +pytest = "8.3.3" pytest-cov = "5.0.0" pytype = "2024.4.11"