From 5c6a36d129a3fbbac33be87c6b5a6bd9d2aefe4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jul 2024 20:22:21 +0000 Subject: [PATCH 1/2] Bump pytest from 8.2.2 to 8.3.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.2 to 8.3.1. - [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.2.2...8.3.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7bc193d9..a10cf472 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ dev = [ # Pre-commit 3.6.0 deprecated support for Python 3.8 "pre-commit == 3.5.0 ; python_version < '3.9'", "pre-commit == 3.7.1 ; python_version >= '3.9'", - "pytest == 8.2.2", + "pytest == 8.3.1", "setuptools_scm == 8.1.0", "tox == 4.16.0", ] From 834a86fba459f99013ddc8888e9eb1005c1578de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jul 2024 20:33:26 +0000 Subject: [PATCH 2/2] Add changenote. [dependabot skip] --- changes/488.misc.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/488.misc.rst diff --git a/changes/488.misc.rst b/changes/488.misc.rst new file mode 100644 index 00000000..715ab156 --- /dev/null +++ b/changes/488.misc.rst @@ -0,0 +1 @@ +Updated pytest from 8.2.2 to 8.3.1.