diff --git a/changes/2736.misc.rst b/changes/2736.misc.rst new file mode 100644 index 0000000000..bd89ca17a3 --- /dev/null +++ b/changes/2736.misc.rst @@ -0,0 +1 @@ +Updated pytest from 8.3.1 to 8.3.2 in /testbed. diff --git a/testbed/pyproject.toml b/testbed/pyproject.toml index 9c0c8ac07d..09f4d5b449 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.53.1 ; sys.platform == 'linux'", "pillow==9.2.0", - "pytest==8.3.1", + "pytest==8.3.2", "pytest-asyncio==0.23.8", ]