chore(deps-dev): bump pytest-asyncio from 0.24.0 to 0.25.3

Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.24.0 to 0.25.3.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.24.0...v0.25.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
dependabot/pip/pytest-asyncio-0.25.3
dependabot[bot] 8 months ago committed by GitHub
parent 2b3b3d83ab
commit ca3ae0081f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

12
poetry.lock generated

@ -1704,20 +1704,20 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments
[[package]] [[package]]
name = "pytest-asyncio" name = "pytest-asyncio"
version = "0.24.0" version = "0.25.3"
description = "Pytest support for asyncio" description = "Pytest support for asyncio"
optional = false optional = false
python-versions = ">=3.8" python-versions = ">=3.9"
files = [ files = [
{file = "pytest_asyncio-0.24.0-py3-none-any.whl", hash = "sha256:a811296ed596b69bf0b6f3dc40f83bcaf341b155a269052d82efa2b25ac7037b"}, {file = "pytest_asyncio-0.25.3-py3-none-any.whl", hash = "sha256:9e89518e0f9bd08928f97a3482fdc4e244df17529460bc038291ccaf8f85c7c3"},
{file = "pytest_asyncio-0.24.0.tar.gz", hash = "sha256:d081d828e576d85f875399194281e92bf8a68d60d72d1a2faf2feddb6c46b276"}, {file = "pytest_asyncio-0.25.3.tar.gz", hash = "sha256:fc1da2cf9f125ada7e710b4ddad05518d4cee187ae9412e9ac9271003497f07a"},
] ]
[package.dependencies] [package.dependencies]
pytest = ">=8.2,<9" pytest = ">=8.2,<9"
[package.extras] [package.extras]
docs = ["sphinx (>=5.3)", "sphinx-rtd-theme (>=1.0)"] docs = ["sphinx (>=5.3)", "sphinx-rtd-theme (>=1)"]
testing = ["coverage (>=6.2)", "hypothesis (>=5.7.1)"] testing = ["coverage (>=6.2)", "hypothesis (>=5.7.1)"]
[[package]] [[package]]
@ -2393,4 +2393,4 @@ cffi = ["cffi (>=1.11)"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.10" python-versions = "^3.10"
content-hash = "ce2965cc31d92f38308e67918f7b13114b945f7280d4f9bdef19349a7f32c49a" content-hash = "0226307932eb3c956dfb27def7006cbe4003fd2552557f9d6e97bf5781148152"

@ -22,7 +22,7 @@ flake8 = "^7.1.1"
docformatter = {extras = ["tomli"], version = "^1.7.1"} docformatter = {extras = ["tomli"], version = "^1.7.1"}
pre-commit = "^4.0.1" pre-commit = "^4.0.1"
pytest = "^8.3.3" pytest = "^8.3.3"
pytest-asyncio = ">=0.20.3,<0.25.0" pytest-asyncio = ">=0.20.3,<0.26.0"
vermin = "^1.5.1" vermin = "^1.5.1"
openapi-spec-validator = ">=0.5.6,<0.8.0" openapi-spec-validator = ">=0.5.6,<0.8.0"
pytest-cov = "^6.0.0" pytest-cov = "^6.0.0"

Loading…
Cancel
Save