From 569d44e99e9d2fde4a1d24fe42fc0781048e4fb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 20:29:50 +0000 Subject: [PATCH] Bump pytest-asyncio from 0.19.0 to 0.21.1 Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.19.0 to 0.21.1. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.19.0...v0.21.1) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 11 ++++++----- pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0100c21..d6e94d2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -818,19 +818,20 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no [[package]] name = "pytest-asyncio" -version = "0.19.0" +version = "0.21.1" description = "Pytest support for asyncio" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-asyncio-0.19.0.tar.gz", hash = "sha256:ac4ebf3b6207259750bc32f4c1d8fcd7e79739edbc67ad0c58dd150b1d072fed"}, - {file = "pytest_asyncio-0.19.0-py3-none-any.whl", hash = "sha256:7a97e37cfe1ed296e2e84941384bdd37c376453912d397ed39293e0916f521fa"}, + {file = "pytest-asyncio-0.21.1.tar.gz", hash = "sha256:40a7eae6dded22c7b604986855ea48400ab15b069ae38116e8c01238e9eeb64d"}, + {file = "pytest_asyncio-0.21.1-py3-none-any.whl", hash = "sha256:8666c1c8ac02631d7c51ba282e0c69a8a452b211ffedf2599099845da5c5c37b"}, ] [package.dependencies] -pytest = ">=6.1.0" +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)"] [[package]] @@ -1064,4 +1065,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">=3.11,<3.13" -content-hash = "5c78b7ef822af9709ddd302bcc9ebd48af42ff7acd34f66b9ba81691673b3fa8" +content-hash = "4ae64c22890fcf911dff529c8e248b6e157e8e0ea30bb69a26bb97521d3e0428" diff --git a/pyproject.toml b/pyproject.toml index ef273ad..4cbe884 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ hypothesis = {extras = ["cli"], version = "^6.87.4"} icecream = "^2.1.3" ipython = "^8.4.0" pytest = "^7.1.3" -pytest-asyncio = "^0.19.0" +pytest-asyncio = "^0.21.1" pytest-cov = "^4.0.0" pytest-datafiles = "^3.0.0" pytest-xdist = "^2.5.0"