From de7d19427ca0efc27f99fd96f743be750ba60ed2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Apr 2023 10:59:41 +0200 Subject: [PATCH] chore(deps): update dependency pytest to v7.3.1 (#24) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8651944..c417a39 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.2.1", + "pytest ==7.3.1", # types "mypy ==1.0.1", "types-requests ==2.28.11.15"