From 72961d6d400b7097e2979be3dabefcf8efddc393 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 09:15:45 +0200 Subject: [PATCH] Build(deps): Bump pytest from 8.3.2 to 8.3.3 (#157) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8142bfe..3828c3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ [project.optional-dependencies] tests = [ - "pytest==8.3.2", + "pytest==8.3.3", "pytest-cov==5.0.0", "docker==7.1.0", ]