From 60b16522bfb831992794f44bcd2e899d902a81da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 06:27:15 +0000 Subject: [PATCH] Bump pytest-asyncio from 0.21.1 to 0.23.1 Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.21.1 to 0.23.1. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.21.1...v0.23.1) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index cba2fde..634038c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1100,13 +1100,13 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no [[package]] name = "pytest-asyncio" -version = "0.21.1" +version = "0.23.1" description = "Pytest support for asyncio" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "pytest-asyncio-0.21.1.tar.gz", hash = "sha256:40a7eae6dded22c7b604986855ea48400ab15b069ae38116e8c01238e9eeb64d"}, - {file = "pytest_asyncio-0.21.1-py3-none-any.whl", hash = "sha256:8666c1c8ac02631d7c51ba282e0c69a8a452b211ffedf2599099845da5c5c37b"}, + {file = "pytest-asyncio-0.23.1.tar.gz", hash = "sha256:2d06468de455e7d4302e670a583d1a127d57ac2b09c95164a895b88c7a1e5178"}, + {file = "pytest_asyncio-0.23.1-py3-none-any.whl", hash = "sha256:044ac9167e655f2462097e21cc9a29c9385674ea4fcc34677f1cc1ca35f3cd39"}, ] [package.dependencies] @@ -1114,7 +1114,7 @@ pytest = ">=7.0.0" [package.extras] docs = ["sphinx (>=5.3)", "sphinx-rtd-theme (>=1.0)"] -testing = ["coverage (>=6.2)", "flaky (>=3.5.0)", "hypothesis (>=5.7.1)", "mypy (>=0.931)", "pytest-trio (>=0.7.0)"] +testing = ["coverage (>=6.2)", "hypothesis (>=5.7.1)"] [[package]] name = "pytest-cov" @@ -1539,4 +1539,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "e60dbd0fb5f35c7e1d2fe9836b6cd4b4a3ecead1f4b53d4dee4a5f6520f23caa" +content-hash = "5f9ccaf34f27fa91df651fdea0f8a447a31f0d23e955b6f6403219da60f44ab1" diff --git a/pyproject.toml b/pyproject.toml index 157d18b..3dad0a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ uvloop = {version = "0.19.0", markers = "sys_platform != 'win32'"} mypy = "1.7.1" pre-commit = "3.5.0" pytest = "7.4.3" -pytest-asyncio = "0.21.1" +pytest-asyncio = "0.23.1" pytest-cov = "4.1.0" pytest-meilisearch = "0.3.2" ruff = "0.1.6"