From 295a8b97ff3d6cf4c0c788d6a3361ff4330e68a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 03:53:16 +0000 Subject: [PATCH] build(deps): update pytest requirement from >=6.0.0 to >=8.4.2 Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [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/6.0.0...8.4.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-devenv.txt | 2 +- requirements-testing.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-devenv.txt b/requirements-devenv.txt index e5be6c7d77..fb87185bb3 100644 --- a/requirements-devenv.txt +++ b/requirements-devenv.txt @@ -1,6 +1,6 @@ -r requirements-linting.txt -r requirements-testing.txt mockupdb # required by `pymongo` tests that are enabled by `pymongo` from linter requirements -pytest>=6.0.0 +pytest>=8.4.2 tomli;python_version<"3.11" # Only needed for pytest on Python < 3.11 pytest-asyncio diff --git a/requirements-testing.txt b/requirements-testing.txt index a6041972cd..5e8753b506 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -1,5 +1,5 @@ pip -pytest>=6.0.0 +pytest>=8.4.2 tomli;python_version<"3.11" # Only needed for pytest on Python < 3.11 pytest-cov pytest-forked