diff --git a/discord_app/poetry.lock b/discord_app/poetry.lock index 8ee559d..ecb8619 100644 --- a/discord_app/poetry.lock +++ b/discord_app/poetry.lock @@ -446,16 +446,17 @@ testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2. [[package]] name = "pytest-asyncio" -version = "0.20.2" +version = "0.21.1" description = "Pytest support for asyncio" category = "dev" optional = false python-versions = ">=3.7" [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]] @@ -683,7 +684,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "5df2dcb13fd039317d849cd51da744f3dd5a7c9130c7aeb17bcb5650802634d0" +content-hash = "cd0b394b60ed8a5602ce2c8ecc779bb4cdb3628265ffe282b42f9571f0661a38" [metadata.files] aiohttp = [ @@ -1221,8 +1222,8 @@ pytest = [ {file = "pytest-7.2.0.tar.gz", hash = "sha256:c4014eb40e10f11f355ad4e3c2fb2c6c6d1919c73f3b5a433de4708202cade59"}, ] pytest-asyncio = [ - {file = "pytest-asyncio-0.20.2.tar.gz", hash = "sha256:32a87a9836298a881c0ec637ebcc952cfe23a56436bdc0d09d1511941dd8a812"}, - {file = "pytest_asyncio-0.20.2-py3-none-any.whl", hash = "sha256:07e0abf9e6e6b95894a39f688a4a875d63c2128f76c02d03d16ccbc35bcc0f8a"}, + {file = "pytest-asyncio-0.21.1.tar.gz", hash = "sha256:40a7eae6dded22c7b604986855ea48400ab15b069ae38116e8c01238e9eeb64d"}, + {file = "pytest_asyncio-0.21.1-py3-none-any.whl", hash = "sha256:8666c1c8ac02631d7c51ba282e0c69a8a452b211ffedf2599099845da5c5c37b"}, ] pytest-cov = [ {file = "pytest-cov-4.0.0.tar.gz", hash = "sha256:996b79efde6433cdbd0088872dbc5fb3ed7fe1578b68cdbba634f14bb8dd0470"}, diff --git a/discord_app/pyproject.toml b/discord_app/pyproject.toml index c1cee6d..1089c66 100644 --- a/discord_app/pyproject.toml +++ b/discord_app/pyproject.toml @@ -16,7 +16,7 @@ flake8 = "^6.0" pytest = "^7.1.1" pytest-mock = "^3.5.1" pytest-env = "^0.8.1" -pytest-asyncio = "^0.20.2" +pytest-asyncio = "^0.21.0" pytest-cov = "^4.0.0" opnieuw = "^1.1.0" coverage = { extras = ["toml"], version = "^6.3" }