From d5025cc2741fcf1094138226093fa4b75aef807e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 01:56:04 +0000 Subject: [PATCH] chore(deps-dev): bump pytest-asyncio from 0.23.3 to 0.23.5 Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.23.3 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.3...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 65483a6..f1f1ba6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1277,17 +1277,17 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no [[package]] name = "pytest-asyncio" -version = "0.23.3" +version = "0.23.5" 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.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" +pytest = ">=7.0.0,<9" [package.extras] docs = ["sphinx (>=5.3)", "sphinx-rtd-theme (>=1.0)"] @@ -1845,4 +1845,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "374a0fd60f3292f19d77e5797b5085ebfe2a7f3f684a1e1b630efde8fb2cc91a" +content-hash = "bbb724c580d1004c9bd1cb64df4bb3bcb0b8d2d5695c82ab09075cbca4410e47" diff --git a/pyproject.toml b/pyproject.toml index 4df04b3..5ed8ab3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ flake8 = "^5.0.4" black = "^24.1" isort = "^5.13.2" pytest-cov = "^4.1.0" -pytest-asyncio = "^0.23.3" +pytest-asyncio = "^0.23.5" mimesis = "^12.1.0" pytest-depends = "^1.0.1"