From f9adf4f00434274c31bfdf046fb03559956682c2 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot Date: Mon, 2 Dec 2024 11:26:32 +0000 Subject: [PATCH] fix(deps): Update dependency pytest to v8.3.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2524ae0..c31c24e 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ "pluggy==1.5.0", "protobuf==5.28.3", "pyarrow==18.0.0", - "pytest==8.3.3", + "pytest==8.3.4", "python-dateutil>=2.8.1", "pytz==2024.2", "six==1.16.0",