⬆️ Update pytest-asyncio requirement from ^0.21.0 to ^0.23.2

Updates the requirements on [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) to permit the latest version.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.21.0...v0.23.2)

---
updated-dependencies:
- dependency-name: pytest-asyncio
  dependency-type: direct:production
...

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] 2023-12-05 10:16:00 +08:00 committed by GitHub
parent 043b413285
commit 8ca7845f5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ enkanetwork-py = { git = "https://github.com/mrwan200/EnkaNetwork.py" }
TgCrypto = { version = "^1.2.5", optional = true } TgCrypto = { version = "^1.2.5", optional = true }
Pyrogram = { version = "^2.0.102", optional = true } Pyrogram = { version = "^2.0.102", optional = true }
pytest = { version = "^7.3.0", optional = true } pytest = { version = "^7.3.0", optional = true }
pytest-asyncio = { version = "^0.21.0", optional = true } pytest-asyncio = { version = "^0.23.2", optional = true }
flaky = { version = "^3.7.0", optional = true } flaky = { version = "^3.7.0", optional = true }
lxml = "^4.9.2" lxml = "^4.9.2"
arko-wrapper = "^0.2.8" arko-wrapper = "^0.2.8"