build(deps-dev): bump pytest-asyncio from 0.19.0 to 0.20.3 (#322)

Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.19.0 to 0.20.3.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Changelog](https://github.com/pytest-dev/pytest-asyncio/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.19.0...v0.20.3)

---
updated-dependencies:
- dependency-name: pytest-asyncio
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-12-16 22:44:33 -06:00
committed by GitHub
parent 3ef31b5e62
commit ea79b3c13a
2 changed files with 6 additions and 5 deletions

9
poetry.lock generated
View File

@@ -731,7 +731,7 @@ python-versions = ">=3.6"
[[package]]
name = "pytest-asyncio"
version = "0.19.0"
version = "0.20.3"
description = "Pytest support for asyncio"
category = "dev"
optional = false
@@ -742,6 +742,7 @@ pytest = ">=6.1.0"
typing-extensions = {version = ">=3.7.2", markers = "python_version < \"3.8\""}
[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]]
@@ -1271,7 +1272,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>=
[metadata]
lock-version = "1.1"
python-versions = "^3.7"
content-hash = "cfc310546f99328898385de103d38b825cde34968d5f28e83e000b812c957bf1"
content-hash = "acb9db8d48f9a284f2e5016d8cf57f647a67712e079788b58ff0d3e2f6ca6d4f"
[metadata.files]
alabaster = [
@@ -1680,8 +1681,8 @@ pytest-async = [
{file = "pytest_async-0.1.1.tar.gz", hash = "sha256:0d6ffd3ebac2f3aa47d606dbae1984750268a89dc8caf4a908ba61c60299cdfd"},
]
pytest-asyncio = [
{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.20.3.tar.gz", hash = "sha256:83cbf01169ce3e8eb71c6c278ccb0574d1a7a3bb8eaaf5e50e0ad342afb33b36"},
{file = "pytest_asyncio-0.20.3-py3-none-any.whl", hash = "sha256:f129998b209d04fcc65c96fc85c11e5316738358909a8399e93be553d7656442"},
]
pytest-cov = [
{file = "pytest-cov-4.0.0.tar.gz", hash = "sha256:996b79efde6433cdbd0088872dbc5fb3ed7fe1578b68cdbba634f14bb8dd0470"},

View File

@@ -58,7 +58,7 @@ pytest-cov = "^4.0.0"
types-croniter = "^1.3.2"
types-pytz = "^2022.2.1"
pytest_async = "^0.1.1"
pytest-asyncio = "^0.19.0"
pytest-asyncio = "^0.20.3"
respx = "^0.20.0"
pytest-mock = "^3.9.0"
pytest-lazy-fixture = "^0.6.3"