From 93350b177d42d71c7b3ee290c7ea34029c3d604f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Aug 2024 20:54:47 +0000 Subject: [PATCH 1/2] Bump pytest-asyncio from 0.23.8 to 0.24.0 in /core Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.23.8 to 0.24.0. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.23.8...v0.24.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:production update-type: version-update:semver-minor ... 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 0d84f83de1..aafe50476a 100644 --- a/core/pyproject.toml +++ b/core/pyproject.toml @@ -73,7 +73,7 @@ dev = [ "pre-commit == 3.5.0 ; python_version < '3.9'", "pre-commit == 3.8.0 ; python_version >= '3.9'", "pytest == 8.3.2", - "pytest-asyncio == 0.23.8", + "pytest-asyncio == 0.24.0", "pytest-freezer == 0.4.8", "setuptools-scm == 8.1.0", "tox == 4.18.0", From 4944b2a31ab5ba37335f789a997927af3fffb693 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Aug 2024 20:54:59 +0000 Subject: [PATCH 2/2] Add changenote. [dependabot skip] --- changes/2790.misc.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/2790.misc.rst diff --git a/changes/2790.misc.rst b/changes/2790.misc.rst new file mode 100644 index 0000000000..8ea19fa113 --- /dev/null +++ b/changes/2790.misc.rst @@ -0,0 +1 @@ +Updated pytest-asyncio from 0.23.8 to 0.24.0 in /core.