From d52c00a9582508168ccdee4f29916e6dfdce32b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 06:56:47 +0000 Subject: [PATCH] chore(deps): update dependency pytest to v8.3.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index be545e6..6b18431 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ python = ">=3.10,<4.0.0" optional = true [tool.poetry.group.dev.dependencies] -pytest = "8.0.0" +pytest = "8.3.1" pylint = "3.0.0" flake8 = "7.0.0" flake8-pytest-style = "2.0.0"