From 07f8dd1cb16a9bc01e5293c3698a3598f90e6ba9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Oct 2022 16:05:55 +0200 Subject: [PATCH] Bump `pytest` from 7.1.3 to 7.2.0 (#3318) --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 56c41c147..35cc97d5f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ pre-commit -pytest==7.1.3 +pytest==7.2.0 pytest-asyncio==0.20.1 pytest-timeout==2.1.0 # used to timeout tests pytest-xdist==3.0.2 # xdist runs tests in parallel