From 049a14885d0fa7b65535feb4d598573e563e1b7b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 12:35:15 +0000 Subject: [PATCH] Update dependency pytest to v8.3.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 72ddd36..66ab714 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ style = [ ] test = [ - "pytest==8.3.2", + "pytest==8.3.3", "httpx==0.27.2" ]