From dac6d4d6b90553af98fa51602a5cc9247d3ada00 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot Date: Thu, 1 Aug 2024 02:32:22 +0000 Subject: [PATCH] fix(deps): Update dependency pytest to v8.3.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6fc11d2..aecd99c 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ "pluggy==1.5.0", "protobuf==5.27.3", "pyarrow==16.1.0", - "pytest==8.2.2", + "pytest==8.3.2", "python-dateutil>=2.8.1", "pytz==2024.1", "six==1.16.0",