From bbe1dcefd1e228150fe1442bbda21b884cb337a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 12:21:13 +0000 Subject: [PATCH] pip(deps-dev): bump pytest-asyncio from 0.14.0 to 0.20.3 Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.14.0 to 0.20.3. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Changelog](https://github.com/pytest-dev/pytest-asyncio/blob/v0.20.3/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.14.0...v0.20.3) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 0.20.3 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 32 ++++++++++++++++++++++++-------- pyproject.toml | 2 +- 2 files changed, 25 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2b3d477..19466cf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -228,6 +228,19 @@ files = [ [package.dependencies] cryptography = "*" +[[package]] +name = "backports-asyncio-runner" +version = "1.2.0" +description = "Backport of asyncio.Runner, a context manager that controls event loop life cycle." +optional = false +python-versions = "<3.11,>=3.8" +groups = ["dev"] +markers = "python_version < \"3.11\"" +files = [ + {file = "backports_asyncio_runner-1.2.0-py3-none-any.whl", hash = "sha256:0da0a936a8aeb554eccb426dc55af3ba63bcdc69fa1a600b5bb305413a4477b5"}, + {file = "backports_asyncio_runner-1.2.0.tar.gz", hash = "sha256:a5aa7b2b7d8f8bfcaa2b57313f70792df84e32a2a746f585213373f900b42162"}, +] + [[package]] name = "black" version = "23.12.1" @@ -1776,21 +1789,24 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "requests [[package]] name = "pytest-asyncio" -version = "0.14.0" -description = "Pytest support for asyncio." +version = "1.2.0" +description = "Pytest support for asyncio" optional = false -python-versions = ">= 3.5" +python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "pytest-asyncio-0.14.0.tar.gz", hash = "sha256:9882c0c6b24429449f5f969a5158b528f39bde47dc32e85b9f0403965017e700"}, - {file = "pytest_asyncio-0.14.0-py3-none-any.whl", hash = "sha256:2eae1e34f6c68fc0a9dc12d4bea190483843ff4708d24277c41568d6b6044f1d"}, + {file = "pytest_asyncio-1.2.0-py3-none-any.whl", hash = "sha256:8e17ae5e46d8e7efe51ab6494dd2010f4ca8dae51652aa3c8d55acf50bfb2e99"}, + {file = "pytest_asyncio-1.2.0.tar.gz", hash = "sha256:c609a64a2a8768462d0c99811ddb8bd2583c33fd33cf7f21af1c142e824ffb57"}, ] [package.dependencies] -pytest = ">=5.4.0" +backports-asyncio-runner = {version = ">=1.1,<2", markers = "python_version < \"3.11\""} +pytest = ">=8.2,<9" +typing-extensions = {version = ">=4.12", markers = "python_version < \"3.13\""} [package.extras] -testing = ["async-generator (>=1.3)", "coverage", "hypothesis (>=5.7.1)"] +docs = ["sphinx (>=5.3)", "sphinx-rtd-theme (>=1)"] +testing = ["coverage (>=6.2)", "hypothesis (>=5.7.1)"] [[package]] name = "pytest-docker" @@ -2280,4 +2296,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = "^3.9.2" -content-hash = "921caf239007fa1cad884a10076c812666ef4f706932fe412eda77121c9e5489" +content-hash = "7b8485f3d562ed83802a4e6f6c98d282dca2c5a8e26aedc0814a7a6fb27ad001" diff --git a/pyproject.toml b/pyproject.toml index c6686e3..f4b1874 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ gitpython = "^3.1.34" pytest = "^8.2" coverage = "^5.5" aiohttp = "^3.7.3" -pytest-asyncio = "^0.14.0" +pytest-asyncio = "^1.2.0" [tool.poetry.scripts]