Bump pytest-asyncio from 0.26.0 to 1.0.0 in the major group (#452)

Bumps the major group with 1 update: [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio).


Updates `pytest-asyncio` from 0.26.0 to 1.0.0
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.26.0...v1.0.0)

---
updated-dependencies:
- dependency-name: pytest-asyncio
  dependency-version: 1.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
...

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]
2025-06-16 13:15:22 -07:00
committed by GitHub
parent f7aab457d6
commit de63d26a12
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -1750,14 +1750,14 @@ reference = "pypi-public"
[[package]]
name = "pytest-asyncio"
version = "0.26.0"
version = "1.0.0"
description = "Pytest support for asyncio"
optional = false
python-versions = ">=3.9"
groups = ["dev"]
files = [
{file = "pytest_asyncio-0.26.0-py3-none-any.whl", hash = "sha256:7b51ed894f4fbea1340262bdae5135797ebbe21d8638978e35d31c6d19f72fb0"},
{file = "pytest_asyncio-0.26.0.tar.gz", hash = "sha256:c4df2a697648241ff39e7f0e4a73050b03f123f760673956cf0d72a4990e312f"},
{file = "pytest_asyncio-1.0.0-py3-none-any.whl", hash = "sha256:4f024da9f1ef945e680dc68610b52550e36590a67fd31bb3b4943979a1f90ef3"},
{file = "pytest_asyncio-1.0.0.tar.gz", hash = "sha256:d15463d13f4456e1ead2594520216b225a16f781e144f8fdf6c5bb4667c48b3f"},
]
[package.dependencies]
@ -2999,4 +2999,4 @@ reference = "pypi-public"
[metadata]
lock-version = "2.1"
python-versions = ">=3.9,<4.0"
content-hash = "c4794d5814eefaef102530729709faba3aa529a64d11d6b8bb371dbe991201aa"
content-hash = "9704a4882be3ac63d6cab77af11353c9ad3bf59d439c12fcfb6f29ed65673ce1"

View File

@ -35,7 +35,7 @@ openapi-spec-validator = "^0.7.2"
prance = "^23.6.21"
pyenchant = "^3.2.2"
pytest = "^8.4.0"
pytest-asyncio = "^0.26.0"
pytest-asyncio = "^1.0.0"
pytest-cov = "^6.2.1"
ruff = "^0.11.13"
Sphinx = "^7.1.2"