From dd5e52bf7482d4ce3cba9837a87be25baf64aa8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 07:09:40 +0000 Subject: [PATCH] Bump pytest-asyncio from 0.23.3 to 0.23.4 Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.23.3 to 0.23.4. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.23.3...v0.23.4) --- 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 928b161..7d8f098 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.3" +version = "0.23.4" description = "Pytest support for asyncio" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-asyncio-0.23.3.tar.gz", hash = "sha256:af313ce900a62fbe2b1aed18e37ad757f1ef9940c6b6a88e2954de38d6b1fb9f"}, - {file = "pytest_asyncio-0.23.3-py3-none-any.whl", hash = "sha256:37a9d912e8338ee7b4a3e917381d1c95bfc8682048cb0fbc35baba316ec1faba"}, + {file = "pytest-asyncio-0.23.4.tar.gz", hash = "sha256:2143d9d9375bf372a73260e4114541485e84fca350b0b6b92674ca56ff5f7ea2"}, + {file = "pytest_asyncio-0.23.4-py3-none-any.whl", hash = "sha256:b0079dfac14b60cd1ce4691fbfb1748fe939db7d0234b5aba97197d10fbe0fef"}, ] [package.dependencies] -pytest = ">=7.0.0" +pytest = ">=7.0.0,<8" [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 = "9c5195fc3030eac3bfa798627ad7d3c7625ff5efeeb22d533b30079a42fefa1d" +content-hash = "d4be0e35e00438ec141d970797b44726bb9275ad7d45636ee57d83195aa2cf59" diff --git a/pyproject.toml b/pyproject.toml index 2b1f85b..0f2a5bb 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.3" +pytest-asyncio = "0.23.4" [tool.pytest.ini_options] python_files = "test_*.py *_test.py test.py"