Bump pytest-asyncio from 0.25.1 to 0.25.2 (#352)

Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.25.1 to 0.25.2.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.25.1...v0.25.2)

---
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]
2025-01-08 10:25:16 -05:00
committed by GitHub
parent ce250dee34
commit 4cda4a4a09
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -1693,13 +1693,13 @@ reference = "pypi-public"
[[package]]
name = "pytest-asyncio"
version = "0.25.1"
version = "0.25.2"
description = "Pytest support for asyncio"
optional = false
python-versions = ">=3.9"
files = [
{file = "pytest_asyncio-0.25.1-py3-none-any.whl", hash = "sha256:c84878849ec63ff2ca509423616e071ef9cd8cc93c053aa33b5b8fb70a990671"},
{file = "pytest_asyncio-0.25.1.tar.gz", hash = "sha256:79be8a72384b0c917677e00daa711e07db15259f4d23203c59012bcd989d4aee"},
{file = "pytest_asyncio-0.25.2-py3-none-any.whl", hash = "sha256:0d0bb693f7b99da304a0634afc0a4b19e49d5e0de2d670f38dc4bfa5727c5075"},
{file = "pytest_asyncio-0.25.2.tar.gz", hash = "sha256:3f8ef9a98f45948ea91a0ed3dc4268b5326c0e7bce73892acc654df4262ad45f"},
]
[package.dependencies]
@ -2871,4 +2871,4 @@ reference = "pypi-public"
[metadata]
lock-version = "2.0"
python-versions = ">=3.9,<4.0"
content-hash = "3fa55ed1efc784f3eb65b5427d6dc52bb96a300ef2d13cc61082c9285d832400"
content-hash = "96340366a109fd373db8116409ec9c8524c625a7d9d554b82c4087159c3a2de1"

View File

@ -35,7 +35,7 @@ openapi-spec-validator = "^0.7.1"
prance = "^23.6.21"
pyenchant = "^3.2.2"
pytest = "^8.3.4"
pytest-asyncio = "^0.25.1"
pytest-asyncio = "^0.25.2"
pytest-cov = "^6.0.0"
ruff = "^0.8.6"
Sphinx = "^7.1.2"