From 1909c2119acc2e3516a95b4451da891f51cce9db Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Jun 2023 20:48:35 +0200 Subject: [PATCH] chore(deps): update dependency pytest to v7.4.0 (#34) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a35298e..d4b3eca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ tooling = [ "httpx", "sqlalchemy-utils ==0.40.0", "python-dotenv ==1.0.0", - "pytest ==7.3.1", + "pytest ==7.4.0", # types "mypy ==1.0.1", "types-requests ==2.28.11.15"