From 8e91a6adba8b79b2e8801481113e5f39944453df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Jun 2023 09:16:31 +0200 Subject: [PATCH] Bump `pytest` from 7.3.1 to 7.3.2 (#3758) --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index fd6d82cb8..d3f90413d 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,7 +1,7 @@ pre-commit # needed for pre-commit hooks in the git commit command # For the test suite -pytest==7.3.1 +pytest==7.3.2 pytest-asyncio==0.21.0 # needed because pytest doesn't come with native support for coroutines as tests pytest-xdist==3.3.1 # xdist runs tests in parallel flaky # Used for flaky tests (flaky decorator)