From f71bca3243bff6b9193db2f3e74a807bee91142f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Libor=20Jeli=CC=81nek?= Date: Fri, 21 Jun 2024 09:32:16 +0200 Subject: [PATCH] chore: update pytest version --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 52877ca..cd5057a 100644 --- a/tox.ini +++ b/tox.ini @@ -11,7 +11,7 @@ skip_missing_interpreters=true [testenv] deps = -r{toxinidir}/test-requirements.txt - pytest==7.1.2 + pytest==8.2.2 commands= pytest