Skip to content

Commit f8b1c75

Browse files
tjkusonseifertm
authored andcommitted
Raise minimum pytest version to v8.4
1 parent 249bc8d commit f8b1c75

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

changelog.d/1397.changed.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Updated minimum supported pytest version to v8.4.0.

dependencies/pytest-min/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ packaging==23.2
1414
pluggy==1.5.0
1515
py==1.11.0
1616
Pygments==2.16.1
17-
pytest==8.2.0
17+
pytest==8.4.0
1818
requests==2.31.0
1919
sortedcontainers==2.4.0
2020
tomli==2.0.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Always adjust install_requires in setup.cfg and requirements.txt
22
# when changing minimum version dependencies
3-
pytest[testing] == 8.2.0
3+
pytest[testing] == 8.4.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dynamic = [
4141

4242
dependencies = [
4343
"backports-asyncio-runner>=1.1,<2; python_version<'3.11'",
44-
"pytest>=8.2,<10",
44+
"pytest>=8.4,<10",
4545
"typing-extensions>=4.12; python_version<'3.13'",
4646
]
4747
optional-dependencies.docs = [

0 commit comments

Comments
 (0)