From 7c91938a8230544ced35623e6b073dc5570e63f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 19:20:48 +0000 Subject: [PATCH] build(deps): bump the production-minor-patch group across 1 directory with 2 updates Bumps the production-minor-patch group with 2 updates in the / directory: [typer](https://github.com/fastapi/typer) and [ruff](https://github.com/astral-sh/ruff). Updates `typer` from 0.26.8 to 0.27.0 - [Release notes](https://github.com/fastapi/typer/releases) - [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md) - [Commits](https://github.com/fastapi/typer/compare/0.26.8...0.27.0) Updates `ruff` from 0.15.21 to 0.16.0 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.15.21...0.16.0) --- updated-dependencies: - dependency-name: typer dependency-version: 0.27.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-minor-patch - dependency-name: ruff dependency-version: 0.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-minor-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index c2a2154..7140795 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -8,7 +8,7 @@ pytest-asyncio==1.4.0 # Code quality black==26.5.1 -ruff==0.15.21 +ruff==0.16.0 mypy==2.3.0 pre-commit==4.6.0 diff --git a/requirements.txt b/requirements.txt index 9e60918..49ae1d0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # Core AI and CLI (prefer latest v3 per dspy.ai) dspy-ai>=3.2.1,<4.0.0 -typer==0.26.8 +typer==0.27.0 rich==15.0.0 pydantic==2.13.4 python-dotenv==1.2.2 @@ -19,5 +19,5 @@ requests==2.34.2 pytest==9.1.1 pytest-cov==7.1.0 black==26.5.1 -ruff==0.15.21 +ruff==0.16.0 mypy==2.3.0