From 7142bcd1f882da9a9b39aabbbd541985704a5ec6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 13:51:02 +0000 Subject: [PATCH] chore(dependencies): update dependency pytest to ^7.1.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 60fa5fa..e42d7f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ python = "^3.7" [tool.poetry.dev-dependencies] black = "^21.12b0" -pytest = "^7.1.2" +pytest = "^7.1.3" pytest-cov = "^3.0.0" pillow = "^7.2.0" codecov = "^2.1.12"