Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/1397.changed.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Updated minimum supported pytest version to v8.4.0.
2 changes: 1 addition & 1 deletion dependencies/pytest-min/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ packaging==23.2
pluggy==1.5.0
py==1.11.0
Pygments==2.16.1
pytest==8.2.0
pytest==8.4.0
requests==2.31.0
sortedcontainers==2.4.0
tomli==2.0.1
Expand Down
2 changes: 1 addition & 1 deletion dependencies/pytest-min/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Always adjust install_requires in setup.cfg and requirements.txt
# when changing minimum version dependencies
pytest[testing] == 8.2.0
pytest[testing] == 8.4.0
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dynamic = [

dependencies = [
"backports-asyncio-runner>=1.1,<2; python_version<'3.11'",
"pytest>=8.2,<10",
"pytest>=8.4,<10",
"typing-extensions>=4.12; python_version<'3.13'",
]
optional-dependencies.docs = [
Expand Down
Loading