Skip to content

Commit fe6afe1

Browse files
Update pytest requirement from ~=8.4 to >=8.4,<10.0 (#10735)
* Update pytest requirement from ~=8.4 to >=8.4,<10.0 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@8.4.0...9.0.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 361a2b8 commit fe6afe1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ test-min = [
9696
# Base test dependencies
9797
"astroid==4.0.1", # Pinned to a specific version for tests
9898
"py~=1.11.0",
99-
"pytest~=8.4",
99+
"pytest>=8.4,<10",
100100
"pytest-benchmark~=5.1",
101101
"pytest-timeout~=2.4",
102102
"requests",

requirements_test_min.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
astroid==4.0.2 # Pinned to a specific version for tests
44
typing-extensions~=4.15
55
py~=1.11.0
6-
pytest~=8.4
6+
pytest>=8.4,<10.0
77
pytest-benchmark~=5.1
88
pytest-timeout~=2.4
99
towncrier>=24.8,<26.0

0 commit comments

Comments
 (0)