From bd24f0c72616022b70a7dcd849b18ae6023dff3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 11:55:34 +0000 Subject: [PATCH] build(deps): bump the production-minor-patch group across 1 directory with 4 updates Bumps the production-minor-patch group with 4 updates in the / directory: [typer](https://github.com/fastapi/typer), [pytest](https://github.com/pytest-dev/pytest), [ruff](https://github.com/astral-sh/ruff) and [mypy](https://github.com/python/mypy). Updates `typer` from 0.26.7 to 0.26.8 - [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.7...0.26.8) Updates `pytest` from 9.1.0 to 9.1.1 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/9.1.0...9.1.1) Updates `ruff` from 0.15.17 to 0.15.21 - [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.17...0.15.21) Updates `mypy` from 2.1.0 to 2.3.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v2.1.0...v2.3.0) --- updated-dependencies: - dependency-name: typer dependency-version: 0.26.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-minor-patch - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-minor-patch - dependency-name: ruff dependency-version: 0.15.21 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-minor-patch - dependency-name: mypy dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-minor-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 6 +++--- requirements.txt | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index c55ea8a..a428957 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,14 +2,14 @@ -r requirements.txt # Testing -pytest==9.1.0 +pytest==9.1.1 pytest-cov==7.1.0 pytest-asyncio==1.4.0 # Code quality black==26.5.1 -ruff==0.15.17 -mypy==2.1.0 +ruff==0.15.21 +mypy==2.3.0 pre-commit==4.6.0 # Documentation diff --git a/requirements.txt b/requirements.txt index b4eace9..9e60918 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.7 +typer==0.26.8 rich==15.0.0 pydantic==2.13.4 python-dotenv==1.2.2 @@ -16,8 +16,8 @@ PyYAML==6.0.3 requests==2.34.2 # Development and testing (optional, can be in separate requirements-dev.txt) -pytest==9.1.0 +pytest==9.1.1 pytest-cov==7.1.0 black==26.5.1 -ruff==0.15.17 -mypy==2.1.0 +ruff==0.15.21 +mypy==2.3.0