From c3d7137c848cb811f5f77a674ba9142b7efb5246 Mon Sep 17 00:00:00 2001 From: WKDV Bot <adm-git+wkdv-bot@ufz.de> Date: Sat, 1 Apr 2023 02:06:10 +0200 Subject: [PATCH] Bump pytest from 7.2.1 to 7.2.2 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.2.1 to 7.2.2. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/7.2.1...7.2.2) --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 39d838ce7..0f403dfb0 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -5,6 +5,6 @@ beautifulsoup4==4.11.2 hypothesis==6.68.2 Markdown==3.3.7 -pytest==7.2.1 +pytest==7.2.2 pytest-lazy-fixture==0.6.3 requests==2.28.2 -- GitLab