diff --git a/changes/3007.misc.rst b/changes/3007.misc.rst new file mode 100644 index 0000000000..c84b727e17 --- /dev/null +++ b/changes/3007.misc.rst @@ -0,0 +1 @@ +Updated pytest from 8.3.3 to 8.3.4 in /testbed. diff --git a/testbed/pyproject.toml b/testbed/pyproject.toml index 05b94b9715..fdb7fdbc2a 100644 --- a/testbed/pyproject.toml +++ b/testbed/pyproject.toml @@ -11,7 +11,7 @@ test = [ # that can target Android exclusively until 3.13 lands. "fonttools==4.55.0 ; sys.platform == 'linux'", "pillow==11.0.0", - "pytest==8.3.3", + "pytest==8.3.4", "pytest-asyncio==0.24.0", ]