From 957c7e6bff1e6423c0170ca1031320ca0fb4b5ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jan 2024 20:40:21 +0000 Subject: [PATCH 1/2] Bump pytest-asyncio from 0.23.2 to 0.23.3 in /core Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.23.2 to 0.23.3. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.23.2...v0.23.3) --- 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 9e8fa62ff9..c81cdf1afd 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.2", + "pytest-asyncio == 0.23.3", "pytest-freezer == 0.4.8", "setuptools-scm == 8.0.4", "tox == 4.11.4", From 954b791d1d1bbd9c40ab90acade7a1577a86e19f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jan 2024 20:40:33 +0000 Subject: [PATCH 2/2] Add changenote. [dependabot skip] --- changes/2332.misc.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/2332.misc.rst diff --git a/changes/2332.misc.rst b/changes/2332.misc.rst new file mode 100644 index 0000000000..14af76a838 --- /dev/null +++ b/changes/2332.misc.rst @@ -0,0 +1 @@ +Updated pytest-asyncio from 0.23.2 to 0.23.3 in /core.