From 7c0c3611447ac474475720bb6bcf43a2f047c48a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Apr 2023 13:20:11 +0000 Subject: [PATCH] Bump pytest-asyncio from 0.20.3 to 0.21.0 Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.20.3 to 0.21.0. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.20.3...v0.21.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:development update-type: version-update:semver-minor ... 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 0da304d..b2c984f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -668,18 +668,18 @@ testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2. [[package]] name = "pytest-asyncio" -version = "0.20.3" +version = "0.21.0" description = "Pytest support for asyncio" category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-asyncio-0.20.3.tar.gz", hash = "sha256:83cbf01169ce3e8eb71c6c278ccb0574d1a7a3bb8eaaf5e50e0ad342afb33b36"}, - {file = "pytest_asyncio-0.20.3-py3-none-any.whl", hash = "sha256:f129998b209d04fcc65c96fc85c11e5316738358909a8399e93be553d7656442"}, + {file = "pytest-asyncio-0.21.0.tar.gz", hash = "sha256:2b38a496aef56f56b0e87557ec313e11e1ab9276fc3863f6a7be0f1d0e415e1b"}, + {file = "pytest_asyncio-0.21.0-py3-none-any.whl", hash = "sha256:f2b3366b7cd501a4056858bd39349d5af19742aed2d81660b7998b6341c7eb9c"}, ] [package.dependencies] -pytest = ">=6.1.0" +pytest = ">=7.0.0" typing-extensions = {version = ">=3.7.2", markers = "python_version < \"3.8\""} [package.extras] @@ -1095,4 +1095,4 @@ format = [] [metadata] lock-version = "2.0" python-versions = ">=3.7.2,<3.12" -content-hash = "7fbc2f1a7fd4e92c60b1ad9267da117a149762a3219a274476b3ec3e2cd96368" +content-hash = "b7fe7dea24eb3a2356644aff64d101b08f84a34bcb3f039b8ec76cceead0f02e" diff --git a/pyproject.toml b/pyproject.toml index 7a14325..807708d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ mypy = "^1.0" docformatter = "^1.5" pytest = "^7.2.0" pytest-cov = "^4.0.0" -pytest-asyncio = "^0.20.3" +pytest-asyncio = "^0.21.0" sphinx = "^5.3.0" sphinx-rtd-theme = "^1.1.0"