From 7050213568995e414dcef88ed0983b4fb295acd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 08:21:32 +0000 Subject: [PATCH] build(deps): bump pytest from 8.0.2 to 8.1.0 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.0.2 to 8.1.0. - [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/8.0.2...8.1.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/test.txt | 2 +- requirements/test_windows.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/test.txt b/requirements/test.txt index d91c97a34..3b79cfb77 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -2,7 +2,7 @@ Flask==3.0.2 coverage==7.4.3 argparse Django>=2.0.6 -pytest==8.0.2 +pytest==8.1.0 pytest-xdist==3.5.0 pytest-ignore-flaky==2.1.0 zope.testbrowser==6.0 diff --git a/requirements/test_windows.txt b/requirements/test_windows.txt index a1325803b..7a333feef 100644 --- a/requirements/test_windows.txt +++ b/requirements/test_windows.txt @@ -1,6 +1,6 @@ Flask==3.0.2 coverage==7.4.3 argparse -pytest==8.0.2 +pytest==8.1.0 pytest-ignore-flaky==2.1.0 pytest-xdist==3.5.0