From f7b18cc9c70920a1bb6d4f5ed65e3383d8f594ff Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Sun, 3 Nov 2024 10:34:08 +0000 Subject: [PATCH] chore(deps): update dependency pytest to v7.4.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 98a6876a..171662a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ toml = "0.10.2" ga4-setup = "python.ga4_setup.setup:entry" [tool.poetry.group.test.dependencies] -pytest = "7.0.0" +pytest = "7.4.4" pytest-env = "0.6.2" pytest-mock = "3.7.0" pytest-variables = {extras = ["yaml"], version = "^2.0.0"}