1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-23 15:19:41 +02:00

chore(deps): update dependency pytest-asyncio to ^0.26.0 (#5274)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-03-30 19:56:14 +00:00 committed by GitHub
parent 30382b36cb
commit c4baf50ae3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View file

@ -2725,14 +2725,14 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments
[[package]] [[package]]
name = "pytest-asyncio" name = "pytest-asyncio"
version = "0.25.3" version = "0.26.0"
description = "Pytest support for asyncio" description = "Pytest support for asyncio"
optional = false optional = false
python-versions = ">=3.9" python-versions = ">=3.9"
groups = ["dev"] groups = ["dev"]
files = [ files = [
{file = "pytest_asyncio-0.25.3-py3-none-any.whl", hash = "sha256:9e89518e0f9bd08928f97a3482fdc4e244df17529460bc038291ccaf8f85c7c3"}, {file = "pytest_asyncio-0.26.0-py3-none-any.whl", hash = "sha256:7b51ed894f4fbea1340262bdae5135797ebbe21d8638978e35d31c6d19f72fb0"},
{file = "pytest_asyncio-0.25.3.tar.gz", hash = "sha256:fc1da2cf9f125ada7e710b4ddad05518d4cee187ae9412e9ac9271003497f07a"}, {file = "pytest_asyncio-0.26.0.tar.gz", hash = "sha256:c4df2a697648241ff39e7f0e4a73050b03f123f760673956cf0d72a4990e312f"},
] ]
[package.dependencies] [package.dependencies]
@ -3897,4 +3897,4 @@ pgsql = ["psycopg2-binary"]
[metadata] [metadata]
lock-version = "2.1" lock-version = "2.1"
python-versions = ">=3.12,<3.13" python-versions = ">=3.12,<3.13"
content-hash = "6b70f3b24f8d56b86fda82940f2bf703395ea3e11801d43f89b4530d67be787d" content-hash = "c6d5782c381ac814a666ae827447e9e458d72dd76952f4a97dc067436dd3f5b0"

View file

@ -67,7 +67,7 @@ mypy = "^1.5.1"
pre-commit = "^4.0.0" pre-commit = "^4.0.0"
pylint = "^3.0.0" pylint = "^3.0.0"
pytest = "^8.0.0" pytest = "^8.0.0"
pytest-asyncio = "^0.25.0" pytest-asyncio = "^0.26.0"
rich = "^13.5.2" rich = "^13.5.2"
ruff = "^0.11.0" ruff = "^0.11.0"
types-PyYAML = "^6.0.4" types-PyYAML = "^6.0.4"