From 34df48920d9755131274b472631038f05cce862b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Dec 2023 20:14:34 +0000 Subject: [PATCH 1/2] Bump pytest-asyncio from 0.23.1 to 0.23.2 in /core Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.23.1 to 0.23.2. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.23.1...v0.23.2) --- 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 8b23cd8c35..8cb8eeceb3 100644 --- a/core/pyproject.toml +++ b/core/pyproject.toml @@ -69,7 +69,7 @@ dev = [ "Pillow == 10.1.0", "pre-commit == 3.5.0", "pytest == 7.4.3", - "pytest-asyncio == 0.23.1", + "pytest-asyncio == 0.23.2", "pytest-freezer == 0.4.8", "setuptools-scm == 8.0.4", "tox == 4.11.4", From 1c3fc2f0ea33bea9ae5d7f334183c85ae37804d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Dec 2023 20:15:02 +0000 Subject: [PATCH 2/2] Add changenote. [dependabot skip] --- changes/2271.misc.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/2271.misc.rst diff --git a/changes/2271.misc.rst b/changes/2271.misc.rst new file mode 100644 index 0000000000..33c704f057 --- /dev/null +++ b/changes/2271.misc.rst @@ -0,0 +1 @@ +Updated pytest-asyncio from 0.23.1 to 0.23.2 in /core.