From 0eec13f83efa0dd4b53c608adfcc279a92bbf7be Mon Sep 17 00:00:00 2001 From: Tom Kuson Date: Fri, 10 Apr 2026 00:09:31 +0100 Subject: [PATCH] Raise minimum pytest version to v8.4 --- changelog.d/1397.changed.rst | 1 + dependencies/pytest-min/constraints.txt | 2 +- dependencies/pytest-min/requirements.txt | 2 +- pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 changelog.d/1397.changed.rst diff --git a/changelog.d/1397.changed.rst b/changelog.d/1397.changed.rst new file mode 100644 index 00000000..40cd7f1a --- /dev/null +++ b/changelog.d/1397.changed.rst @@ -0,0 +1 @@ +Updated minimum supported pytest version to v8.4.0. diff --git a/dependencies/pytest-min/constraints.txt b/dependencies/pytest-min/constraints.txt index f01a0eb7..dcc6b925 100644 --- a/dependencies/pytest-min/constraints.txt +++ b/dependencies/pytest-min/constraints.txt @@ -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 diff --git a/dependencies/pytest-min/requirements.txt b/dependencies/pytest-min/requirements.txt index 918abfd5..c1eaa33c 100644 --- a/dependencies/pytest-min/requirements.txt +++ b/dependencies/pytest-min/requirements.txt @@ -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 diff --git a/pyproject.toml b/pyproject.toml index f52bc823..10637e76 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [