From 2a569c8e283f7c93e51d65616781fd9bcd11d0d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Feb 2024 23:59:51 +0000 Subject: [PATCH 1/2] Bump pytest from 7.4.4 to 8.0.0 in /core Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.4 to 8.0.0. - [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/7.4.4...8.0.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- core/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/pyproject.toml b/core/pyproject.toml index f6281ff290..9e03a9bbdc 100644 --- a/core/pyproject.toml +++ b/core/pyproject.toml @@ -70,7 +70,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.6.1 ; python_version >= '3.9'", - "pytest == 7.4.4", + "pytest == 8.0.0", "pytest-asyncio == 0.23.5", "pytest-freezer == 0.4.8", "setuptools-scm == 8.0.4", From f82422f76d242922668fad62f212d154c89d84bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 00:00:38 +0000 Subject: [PATCH 2/2] Add changenote. [dependabot skip] --- changes/2372.misc.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/2372.misc.rst diff --git a/changes/2372.misc.rst b/changes/2372.misc.rst new file mode 100644 index 0000000000..69eab1da22 --- /dev/null +++ b/changes/2372.misc.rst @@ -0,0 +1 @@ +Updated pytest from 7.4.4 to 8.0.0 in /core.