From 50d5a6323259f666cb3028066ad59ef9c6592a4d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 11:35:15 +0100 Subject: [PATCH] chore(deps): update dependency tooling/pytest to v7.4.4 (#71) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c531a65..d5dd586 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ tooling = [ "httpx ==0.25.0", "sqlalchemy-utils ==0.41.1", "python-dotenv ==1.0.0", - "pytest ==7.4.2", + "pytest ==7.4.4", # types "mypy ==1.5.1", "types-requests ==2.31.0.8"