From 127c5eb61773b23a22cbbb6a219eda0c6989a72f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 09:44:21 +0000 Subject: [PATCH] Bump pytest-asyncio from 0.24.0 to 0.25.1 (#1422) --- poetry.lock | 16 ++++++---------- pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/poetry.lock b/poetry.lock index b3a8bdd8..52df968b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -174,9 +174,6 @@ files = [ {file = "annotated_types-0.7.0.tar.gz", hash = "sha256:aff07c09a53a08bc8cfccb9c85b05f1aa9a2a6f23728d790723543408344ce89"}, ] -[package.dependencies] -typing-extensions = {version = ">=4.0.0", markers = "python_version < \"3.9\""} - [[package]] name = "async-timeout" version = "4.0.1" @@ -1623,20 +1620,20 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments [[package]] name = "pytest-asyncio" -version = "0.24.0" +version = "0.25.1" description = "Pytest support for asyncio" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "pytest_asyncio-0.24.0-py3-none-any.whl", hash = "sha256:a811296ed596b69bf0b6f3dc40f83bcaf341b155a269052d82efa2b25ac7037b"}, - {file = "pytest_asyncio-0.24.0.tar.gz", hash = "sha256:d081d828e576d85f875399194281e92bf8a68d60d72d1a2faf2feddb6c46b276"}, + {file = "pytest_asyncio-0.25.1-py3-none-any.whl", hash = "sha256:c84878849ec63ff2ca509423616e071ef9cd8cc93c053aa33b5b8fb70a990671"}, + {file = "pytest_asyncio-0.25.1.tar.gz", hash = "sha256:79be8a72384b0c917677e00daa711e07db15259f4d23203c59012bcd989d4aee"}, ] [package.dependencies] pytest = ">=8.2,<9" [package.extras] -docs = ["sphinx (>=5.3)", "sphinx-rtd-theme (>=1.0)"] +docs = ["sphinx (>=5.3)", "sphinx-rtd-theme (>=1)"] testing = ["coverage (>=6.2)", "hypothesis (>=5.7.1)"] [[package]] @@ -1867,7 +1864,6 @@ files = [ [package.dependencies] markdown-it-py = ">=2.2.0,<3.0.0" pygments = ">=2.13.0,<3.0.0" -typing-extensions = {version = ">=4.0.0,<5.0", markers = "python_version < \"3.9\""} [package.extras] jupyter = ["ipywidgets (>=7.5.1,<9)"] @@ -2571,4 +2567,4 @@ cli = ["click", "dateparser", "tabulate"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4.0" -content-hash = "8cdf1116f7cf9d37a261d0b56ad307ec0f2717bb054dadd242f2b97701f3d149" +content-hash = "f6c040928a8bec40b16c2b3aa2835697b025a6eb546ecc48d7bd830972c478a6" diff --git a/pyproject.toml b/pyproject.toml index 59fcf117..1390ec1b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ pre-commit-hooks = ">=4.4,<6.0" sphinx-rtd-theme = ">=1.2,<4.0" sphinx-click = ">=4.4,<7.0" Pygments = "^2.15.0" -pytest-asyncio = ">=0.21,<0.25" +pytest-asyncio = ">=0.21,<0.26" aioresponses = "^0.7.4" pytest-cov = ">=4,<6" #ensure urllib3 (for requests/sphinx) is greater than 1.26.5 to account for CVE-2021-33503