Skip to content

Commit 295a8b9

Browse files
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](pytest-dev/pytest@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] <support@github.com>
1 parent 1b72b88 commit 295a8b9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements-devenv.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-r requirements-linting.txt
22
-r requirements-testing.txt
33
mockupdb # required by `pymongo` tests that are enabled by `pymongo` from linter requirements
4-
pytest>=6.0.0
4+
pytest>=8.4.2
55
tomli;python_version<"3.11" # Only needed for pytest on Python < 3.11
66
pytest-asyncio

requirements-testing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pip
2-
pytest>=6.0.0
2+
pytest>=8.4.2
33
tomli;python_version<"3.11" # Only needed for pytest on Python < 3.11
44
pytest-cov
55
pytest-forked

0 commit comments

Comments
 (0)