From 2ee44869f4a6c313fa786264b0b2a2ca36fc9058 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jul 2024 20:19:11 +0000 Subject: [PATCH 1/2] Bump pytest from 8.3.1 to 8.3.2 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.1 to 8.3.2. - [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.1...8.3.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f425d00..a7f728b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,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.3.1", + "pytest == 8.3.2", "setuptools_scm == 8.1.0", "tox == 4.16.0", ] From 026fc85aa5138c1e034aa751d2ade0bdc04eea74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jul 2024 20:21:28 +0000 Subject: [PATCH 2/2] Add changenote. [dependabot skip] --- changes/167.misc.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/167.misc.rst diff --git a/changes/167.misc.rst b/changes/167.misc.rst new file mode 100644 index 0000000..52a875b --- /dev/null +++ b/changes/167.misc.rst @@ -0,0 +1 @@ +Updated pytest from 8.3.1 to 8.3.2.