From 5033e0478ca88e404f2670e2cb07d04fb1d781b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2024 20:32:29 +0000 Subject: [PATCH 1/2] Bump pytest from 8.3.2 to 8.3.3 in /testbed Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.2 to 8.3.3. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.3.2...8.3.3) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- testbed/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testbed/pyproject.toml b/testbed/pyproject.toml index 0ca0eac88e..b547a4ee39 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.2", + "pytest==8.3.3", "pytest-asyncio==0.24.0", ] From 4716cf91bea333f29977cb86b22aa1be2d293931 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2024 20:33:47 +0000 Subject: [PATCH 2/2] Add changenote. [dependabot skip] --- changes/2847.misc.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/2847.misc.rst diff --git a/changes/2847.misc.rst b/changes/2847.misc.rst new file mode 100644 index 0000000000..62db609340 --- /dev/null +++ b/changes/2847.misc.rst @@ -0,0 +1 @@ +Updated pytest from 8.3.2 to 8.3.3 in /testbed.