mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-06-19 15:30:16 -04:00
chore(deps): update dependency pytest to v9.1.0 (#7776)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@@ -68,7 +68,7 @@ dev = [
|
|||||||
"mypy==2.1.0",
|
"mypy==2.1.0",
|
||||||
"pre-commit==4.6.0",
|
"pre-commit==4.6.0",
|
||||||
"pylint==4.0.5",
|
"pylint==4.0.5",
|
||||||
"pytest==9.0.3",
|
"pytest==9.1.0",
|
||||||
"pytest-asyncio==1.4.0",
|
"pytest-asyncio==1.4.0",
|
||||||
"rich==15.0.0",
|
"rich==15.0.0",
|
||||||
"ruff==0.15.17",
|
"ruff==0.15.17",
|
||||||
|
|||||||
8
uv.lock
generated
8
uv.lock
generated
@@ -1015,7 +1015,7 @@ dev = [
|
|||||||
{ name = "pre-commit", specifier = "==4.6.0" },
|
{ name = "pre-commit", specifier = "==4.6.0" },
|
||||||
{ name = "pydantic-to-typescript2", specifier = "==1.0.6" },
|
{ name = "pydantic-to-typescript2", specifier = "==1.0.6" },
|
||||||
{ name = "pylint", specifier = "==4.0.5" },
|
{ name = "pylint", specifier = "==4.0.5" },
|
||||||
{ name = "pytest", specifier = "==9.0.3" },
|
{ name = "pytest", specifier = "==9.1.0" },
|
||||||
{ name = "pytest-asyncio", specifier = "==1.4.0" },
|
{ name = "pytest-asyncio", specifier = "==1.4.0" },
|
||||||
{ name = "rich", specifier = "==15.0.0" },
|
{ name = "rich", specifier = "==15.0.0" },
|
||||||
{ name = "ruff", specifier = "==0.15.17" },
|
{ name = "ruff", specifier = "==0.15.17" },
|
||||||
@@ -1567,7 +1567,7 @@ wheels = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pytest"
|
name = "pytest"
|
||||||
version = "9.0.3"
|
version = "9.1.0"
|
||||||
source = { registry = "https://pypi.org/simple" }
|
source = { registry = "https://pypi.org/simple" }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "colorama", marker = "sys_platform == 'win32'" },
|
{ name = "colorama", marker = "sys_platform == 'win32'" },
|
||||||
@@ -1576,9 +1576,9 @@ dependencies = [
|
|||||||
{ name = "pluggy" },
|
{ name = "pluggy" },
|
||||||
{ name = "pygments" },
|
{ name = "pygments" },
|
||||||
]
|
]
|
||||||
sdist = { url = "https://files.pythonhosted.org/packages/7d/0d/549bd94f1a0a402dc8cf64563a117c0f3765662e2e668477624baeec44d5/pytest-9.0.3.tar.gz", hash = "sha256:b86ada508af81d19edeb213c681b1d48246c1a91d304c6c81a427674c17eb91c", size = 1572165, upload-time = "2026-04-07T17:16:18.027Z" }
|
sdist = { url = "https://files.pythonhosted.org/packages/84/0e/b5858858d74958632c49b72cb25a3976ff9f632397626715be71c89d3971/pytest-9.1.0.tar.gz", hash = "sha256:41dd9148c08072446394cefd3d79701701335a9f4cae69ba92e39f6c7f5c061c", size = 1634181, upload-time = "2026-06-13T18:52:45.983Z" }
|
||||||
wheels = [
|
wheels = [
|
||||||
{ url = "https://files.pythonhosted.org/packages/d4/24/a372aaf5c9b7208e7112038812994107bc65a84cd00e0354a88c2c77a617/pytest-9.0.3-py3-none-any.whl", hash = "sha256:2c5efc453d45394fdd706ade797c0a81091eccd1d6e4bccfcd476e2b8e0ab5d9", size = 375249, upload-time = "2026-04-07T17:16:16.13Z" },
|
{ url = "https://files.pythonhosted.org/packages/8b/5a/ba30a81239b909821b3153e303e7def45178bf353da4f72380e6c5e8793b/pytest-9.1.0-py3-none-any.whl", hash = "sha256:8ebb0e7888bdf2bdfc602ec51f8f62d50200af37356c74e503c79a94f5c81f32", size = 386453, upload-time = "2026-06-13T18:52:44.045Z" },
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
|||||||
Reference in New Issue
Block a user