From 4ae14366a7c5ba04dcd4b078dc0ad791a79ce7df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 13:15:48 +0200 Subject: [PATCH] chore(deps): update dependency tooling/pytest to v7.4.2 (#64) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ece64b2..72eb8cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ tooling = [ "httpx ==0.24.1", "sqlalchemy-utils ==0.41.1", "python-dotenv ==1.0.0", - "pytest ==7.4.0", + "pytest ==7.4.2", # types "mypy ==1.5.1", "types-requests ==2.31.0.2"