From 08b4706e55c92f75991f305d6259da3c3db01f04 Mon Sep 17 00:00:00 2001 From: Josh Price Date: Wed, 3 Jul 2024 13:06:42 +1000 Subject: [PATCH] Update pytest 7.3.2 -> 8.2.0 --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 8dc28f4..29e08c2 100644 --- a/Pipfile +++ b/Pipfile @@ -4,7 +4,7 @@ verify_ssl = true name = "pypi" [packages] -pytest = "==7.3.2" +pytest = "==8.2.0" pytest-xdist = "==3.6.1" buildkite-test-collector = "==0.1.7"