From 9567e8bed0b16ebfb0ee5985bffe4ab0b2badeeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 07:26:32 +0000 Subject: [PATCH] Bump pytest-asyncio from 0.23.4 to 0.23.5 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:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7d8f098..9f1c917 100644 --- a/poetry.lock +++ b/poetry.lock @@ -815,17 +815,17 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no [[package]] name = "pytest-asyncio" -version = "0.23.4" +version = "0.23.5" description = "Pytest support for asyncio" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-asyncio-0.23.4.tar.gz", hash = "sha256:2143d9d9375bf372a73260e4114541485e84fca350b0b6b92674ca56ff5f7ea2"}, - {file = "pytest_asyncio-0.23.4-py3-none-any.whl", hash = "sha256:b0079dfac14b60cd1ce4691fbfb1748fe939db7d0234b5aba97197d10fbe0fef"}, + {file = "pytest-asyncio-0.23.5.tar.gz", hash = "sha256:3a048872a9c4ba14c3e90cc1aa20cbc2def7d01c7c8db3777ec281ba9c057675"}, + {file = "pytest_asyncio-0.23.5-py3-none-any.whl", hash = "sha256:4e7093259ba018d58ede7d5315131d21923a60f8a6e9ee266ce1589685c89eac"}, ] [package.dependencies] -pytest = ">=7.0.0,<8" +pytest = ">=7.0.0,<9" [package.extras] docs = ["sphinx (>=5.3)", "sphinx-rtd-theme (>=1.0)"] @@ -921,4 +921,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "d4be0e35e00438ec141d970797b44726bb9275ad7d45636ee57d83195aa2cf59" +content-hash = "65cfead74af704317a6de3ed43fd176403f1cc98ee7ff90eed88a97b3c9ec250" diff --git a/pyproject.toml b/pyproject.toml index 0f2a5bb..b31b14c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ aiohttp = "3.8.6" [tool.poetry.group.dev.dependencies] pytest = "7.4.4" -pytest-asyncio = "0.23.4" +pytest-asyncio = "0.23.5" [tool.pytest.ini_options] python_files = "test_*.py *_test.py test.py"