Bump pytest-asyncio from 0.23.7 to 0.23.8 (#1885)

Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.23.7 to 0.23.8.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.23.7...v0.23.8)

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

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]
2024-11-25 20:30:09 +01:00
committed by GitHub
parent 4d87adc0c8
commit 10950332a1
2 changed files with 5 additions and 5 deletions
Generated
+4 -4
View File
@@ -1780,13 +1780,13 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no
[[package]]
name = "pytest-asyncio"
version = "0.23.7"
version = "0.23.8"
description = "Pytest support for asyncio"
optional = false
python-versions = ">=3.8"
files = [
{file = "pytest_asyncio-0.23.7-py3-none-any.whl", hash = "sha256:009b48127fbe44518a547bddd25611551b0e43ccdbf1e67d12479f569832c20b"},
{file = "pytest_asyncio-0.23.7.tar.gz", hash = "sha256:5f5c72948f4c49e7db4f29f2521d4031f1c27f86e57b046126654083d4770268"},
{file = "pytest_asyncio-0.23.8-py3-none-any.whl", hash = "sha256:50265d892689a5faefb84df80819d1ecef566eb3549cf915dfb33569359d1ce2"},
{file = "pytest_asyncio-0.23.8.tar.gz", hash = "sha256:759b10b33a6dc61cce40a8bd5205e302978bbbcc00e279a8b61d9a6a3c82e4d3"},
]
[package.dependencies]
@@ -2487,4 +2487,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "^3.10"
content-hash = "2a88be965b5ac0b24b6ee964b509a7570951f7e41d145265e859c74f03183772"
content-hash = "0f0263e5b2def5c623ef737d5289a972c24a23a4da8d1c9fafc009d09847cc03"
+1 -1
View File
@@ -70,7 +70,7 @@ cloudscraper = "^1.2.71"
[tool.poetry.group.dev.dependencies]
flake8 = "^7.1.1"
pytest = "^7.2.0"
pytest-asyncio = "^0.23.2"
pytest-asyncio = "^0.23.8"
pytest-cov = "^4.0.0"
pytest-httpserver = "^1.0.0"
pytest-rerunfailures = "^12.0"