From 66174b7f1041b7fb0cec07f51ab083d83b5d3bdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 06:12:40 -0800 Subject: [PATCH] build(deps): bump pytest from 8.0.1 to 8.0.2 (#1253) Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.0.1 to 8.0.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/8.0.1...8.0.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 5fc523e5e..4486acc2b 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -2,7 +2,7 @@ Flask==3.0.2 coverage==7.4.2 argparse Django>=2.0.6 -pytest==8.0.1 +pytest==8.0.2 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 dc5edeca8..1ea88f947 100644 --- a/requirements/test_windows.txt +++ b/requirements/test_windows.txt @@ -1,6 +1,6 @@ Flask==3.0.2 coverage==7.4.2 argparse -pytest==8.0.1 +pytest==8.0.2 pytest-ignore-flaky==2.1.0 pytest-xdist==3.5.0