From 36c59ab19117dbd889b213a5db9175b58466641f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 10:27:39 +0000 Subject: [PATCH] build(deps): bump the eval-python group in /tests/eval with 2 updates Updates the requirements on [rich](https://github.com/Textualize/rich) and [uvicorn[standard]](https://github.com/Kludex/uvicorn) to permit the latest version. Updates `rich` from 14.3.4 to 15.0.0 - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/main/CHANGELOG.md) - [Commits](https://github.com/Textualize/rich/compare/v14.3.4...v15.0.0) Updates `uvicorn[standard]` to 0.48.0 - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/uvicorn/compare/0.30.0...0.48.0) --- updated-dependencies: - dependency-name: rich dependency-version: 15.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: eval-python - dependency-name: uvicorn[standard] dependency-version: 0.48.0 dependency-type: direct:development dependency-group: eval-python ... Signed-off-by: dependabot[bot] --- tests/eval/pyproject.toml | 4 ++-- tests/eval/uv.lock | 14 +++++--------- 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/tests/eval/pyproject.toml b/tests/eval/pyproject.toml index cae81cc1..fcb917c3 100644 --- a/tests/eval/pyproject.toml +++ b/tests/eval/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "PyYAML>=6.0.0", "ruamel.yaml>=0.18.0", # comment-preserving round-trip for `scripts.hydrate` "httpx>=0.27.0", - "rich>=13.0.0", + "rich>=15.0.0", "openai>=1.0.0", # For OpenRouter evaluator support "langfuse>=2.0.0", # LLM observability and trace viewing "opencode-ai", @@ -65,5 +65,5 @@ dev = [ ] studio = [ "fastapi>=0.115", - "uvicorn[standard]>=0.30", + "uvicorn[standard]>=0.48.0", ] diff --git a/tests/eval/uv.lock b/tests/eval/uv.lock index 94d914ff..859d1047 100644 --- a/tests/eval/uv.lock +++ b/tests/eval/uv.lock @@ -6,10 +6,6 @@ resolution-markers = [ "python_full_version < '3.15'", ] -[options] -exclude-newer = "0001-01-01T00:00:00Z" # This has no effect and is included for backwards compatibility when using relative exclude-newer values. -exclude-newer-span = "P7D" - [[package]] name = "annotated-doc" version = "0.0.4" @@ -1393,7 +1389,7 @@ requires-dist = [ { name = "pytest", specifier = ">=8.0.0" }, { name = "pytest-asyncio", specifier = ">=0.24.0" }, { name = "pyyaml", specifier = ">=6.0.0" }, - { name = "rich", specifier = ">=13.0.0" }, + { name = "rich", specifier = ">=15.0.0" }, { name = "ruamel-yaml", specifier = ">=0.18.0" }, { name = "ruff", marker = "extra == 'dev'", specifier = ">=0.4.0" }, ] @@ -1403,7 +1399,7 @@ provides-extras = ["dev"] dev = [{ name = "pytest-xdist", specifier = ">=3.8.0" }] studio = [ { name = "fastapi", specifier = ">=0.115" }, - { name = "uvicorn", extras = ["standard"], specifier = ">=0.30" }, + { name = "uvicorn", extras = ["standard"], specifier = ">=0.48.0" }, ] [[package]] @@ -1875,15 +1871,15 @@ wheels = [ [[package]] name = "rich" -version = "14.3.4" +version = "15.0.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "markdown-it-py" }, { name = "pygments" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/e9/67/cae617f1351490c25a4b8ac3b8b63a4dda609295d8222bad12242dfdc629/rich-14.3.4.tar.gz", hash = "sha256:817e02727f2b25b40ef56f5aa2217f400c8489f79ca8f46ea2b70dd5e14558a9", size = 230524, upload-time = "2026-04-11T02:57:45.419Z" } +sdist = { url = "https://files.pythonhosted.org/packages/c0/8f/0722ca900cc807c13a6a0c696dacf35430f72e0ec571c4275d2371fca3e9/rich-15.0.0.tar.gz", hash = "sha256:edd07a4824c6b40189fb7ac9bc4c52536e9780fbbfbddf6f1e2502c31b068c36", size = 230680, upload-time = "2026-04-12T08:24:00.75Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/b3/76/6d163cfac87b632216f71879e6b2cf17163f773ff59c00b5ff4900a80fa3/rich-14.3.4-py3-none-any.whl", hash = "sha256:07e7adb4690f68864777b1450859253bed81a99a31ac321ac1817b2313558952", size = 310480, upload-time = "2026-04-11T02:57:47.484Z" }, + { url = "https://files.pythonhosted.org/packages/82/3b/64d4899d73f91ba49a8c18a8ff3f0ea8f1c1d75481760df8c68ef5235bf5/rich-15.0.0-py3-none-any.whl", hash = "sha256:33bd4ef74232fb73fe9279a257718407f169c09b78a87ad3d296f548e27de0bb", size = 310654, upload-time = "2026-04-12T08:24:02.83Z" }, ] [[package]]