From 4c0de6b9f2efe1b019e9ba02f8a94fe83fab7dba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Feb 2024 20:58:21 +0000 Subject: [PATCH 1/2] Bump pytest-asyncio from 0.23.4 to 0.23.5 in /core Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.23.4 to 0.23.5. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.23.4...v0.23.5) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:production update-type: version-update:semver-patch ... 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 14cc23a3b9..6eadcec788 100644 --- a/core/pyproject.toml +++ b/core/pyproject.toml @@ -71,7 +71,7 @@ dev = [ "pre-commit == 3.5.0 ; python_version < '3.9'", "pre-commit == 3.6.0 ; python_version >= '3.9'", "pytest == 7.4.4", - "pytest-asyncio == 0.23.4", + "pytest-asyncio == 0.23.5", "pytest-freezer == 0.4.8", "setuptools-scm == 8.0.4", "tox == 4.12.1", From acf29d5ec7c4ff0de28ae507fd39e335cb8305c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Feb 2024 21:08:37 +0000 Subject: [PATCH 2/2] Add changenote. [dependabot skip] --- changes/2392.misc.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/2392.misc.rst diff --git a/changes/2392.misc.rst b/changes/2392.misc.rst new file mode 100644 index 0000000000..d2db5cc3e6 --- /dev/null +++ b/changes/2392.misc.rst @@ -0,0 +1 @@ +Updated pytest-asyncio from 0.23.4 to 0.23.5 in /core.