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] <support@github.com>
pull/32/head
dependabot[bot] 2 years ago committed by GitHub
parent 30ce42aabe
commit e6446000a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

12
poetry.lock generated

@ -1,4 +1,4 @@
# This file is automatically @generated by Poetry 1.4.2 and should not be changed by hand. # This file is automatically @generated by Poetry and should not be changed by hand.
[[package]] [[package]]
name = "asgiref" name = "asgiref"
@ -1586,18 +1586,18 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no
[[package]] [[package]]
name = "pytest-asyncio" name = "pytest-asyncio"
version = "0.20.3" version = "0.21.0"
description = "Pytest support for asyncio" description = "Pytest support for asyncio"
category = "dev" category = "dev"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
{file = "pytest-asyncio-0.20.3.tar.gz", hash = "sha256:83cbf01169ce3e8eb71c6c278ccb0574d1a7a3bb8eaaf5e50e0ad342afb33b36"}, {file = "pytest-asyncio-0.21.0.tar.gz", hash = "sha256:2b38a496aef56f56b0e87557ec313e11e1ab9276fc3863f6a7be0f1d0e415e1b"},
{file = "pytest_asyncio-0.20.3-py3-none-any.whl", hash = "sha256:f129998b209d04fcc65c96fc85c11e5316738358909a8399e93be553d7656442"}, {file = "pytest_asyncio-0.21.0-py3-none-any.whl", hash = "sha256:f2b3366b7cd501a4056858bd39349d5af19742aed2d81660b7998b6341c7eb9c"},
] ]
[package.dependencies] [package.dependencies]
pytest = ">=6.1.0" pytest = ">=7.0.0"
[package.extras] [package.extras]
docs = ["sphinx (>=5.3)", "sphinx-rtd-theme (>=1.0)"] docs = ["sphinx (>=5.3)", "sphinx-rtd-theme (>=1.0)"]
@ -2011,4 +2011,4 @@ cffi = ["cffi (>=1.11)"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.9" python-versions = "^3.9"
content-hash = "895c80d3aa86210097499ee01f4a876cda04b0b3f951fe75c95efdd1f40fc3b0" content-hash = "6d02a3c933b62f74076c5e50fe955b2e701ae8c73046f8eb155eb904580ef066"

@ -22,7 +22,7 @@ docformatter = {extras = ["tomli"], version = "^1.5.1"}
flake8-pyproject = "^1.2.2" flake8-pyproject = "^1.2.2"
pre-commit = "^3.1.1" pre-commit = "^3.1.1"
pytest = "^7.2.1" pytest = "^7.2.1"
pytest-asyncio = "^0.20.3" pytest-asyncio = ">=0.20.3,<0.22.0"
vermin = "^1.5.1" vermin = "^1.5.1"
openapi-spec-validator = "^0.5.6" openapi-spec-validator = "^0.5.6"
pytest-cov = "^4.0.0" pytest-cov = "^4.0.0"

Loading…
Cancel
Save