From 2e2e0a54e28eaa2d2f088aa021ee254ae7815d83 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 1/3] 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 From 56f02cd3c78e47926c111e4ab046b0e241d35bc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 11:54:58 +0000 Subject: [PATCH 2/3] build(deps-dev): bump types-requests Bumps [types-requests](https://github.com/python/typeshed) from 2.33.0.20260518 to 2.33.0.20260712. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-requests dependency-version: 2.33.0.20260712 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index a428957..c2a2154 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -18,4 +18,4 @@ mkdocs-material==9.7.6 # Type stubs types-PyYAML==6.0.12.20260518 -types-requests==2.33.0.20260518 +types-requests==2.33.0.20260712 From fd0ee48e169b958edd9bfc5363d524c7807df13a Mon Sep 17 00:00:00 2001 From: Jonathan Haas Date: Sun, 26 Jul 2026 12:17:42 -0700 Subject: [PATCH 3/3] chore: refresh dependency locks --- requirements-dev.lock | 17 +++++++++-------- requirements.lock | 15 ++++++++------- 2 files changed, 17 insertions(+), 15 deletions(-) diff --git a/requirements-dev.lock b/requirements-dev.lock index 61e772c..b9e7485 100644 --- a/requirements-dev.lock +++ b/requirements-dev.lock @@ -1,5 +1,5 @@ # This file was autogenerated by uv via the following command: -# Refreshed after Dependabot dependency updates. +# uv 0.4.30 pip compile requirements-dev.txt --output-file requirements-dev.lock --no-annotate --python-version 3.11 --python-platform x86_64-unknown-linux-gnu aiohappyeyeballs==2.6.1 aiohttp==3.13.5 aiohttp-retry==2.9.1 @@ -7,7 +7,7 @@ aiosignal==1.4.0 annotated-doc==0.0.4 annotated-types==0.7.0 anyio==4.13.0 -ast-serialize==0.3.0 +ast-serialize==0.6.0 asyncer==0.0.8 attrs==26.1.0 babel==2.18.0 @@ -52,7 +52,7 @@ jiter==0.14.0 json-repair==0.59.9 jsonschema==4.26.0 jsonschema-specifications==2025.9.1 -librt==0.11.0 +librt==0.13.0 limits==5.8.0 litellm==1.83.0 markdown==3.10.2 @@ -65,7 +65,7 @@ mkdocs-get-deps==0.2.2 mkdocs-material==9.7.6 mkdocs-material-extensions==1.3.1 multidict==6.7.1 -mypy==2.1.0 +mypy==2.3.0 mypy-extensions==1.1.0 nodeenv==1.10.0 numpy==2.4.4 @@ -84,7 +84,7 @@ pydantic-core==2.46.4 pygments==2.20.0 pyjwt==2.12.1 pymdown-extensions==10.21.2 -pytest==9.0.3 +pytest==9.1.1 pytest-asyncio==1.4.0 pytest-cov==7.1.0 python-dateutil==2.9.0.post0 @@ -98,19 +98,20 @@ regex==2026.5.9 requests==2.34.2 rich==15.0.0 rpds-py==0.30.0 -ruff==0.15.15 +ruff==0.15.21 shellingham==1.5.4 six==1.17.0 sniffio==1.3.1 tenacity==9.1.4 tiktoken==0.12.0 tokenizers==0.23.1 +tomli==2.4.1 tqdm==4.67.3 twilio==9.10.9 typeguard==4.4.3 -typer==0.26.5 +typer==0.26.8 types-pyyaml==6.0.12.20260518 -types-requests==2.33.0.20260518 +types-requests==2.33.0.20260712 typing-extensions==4.15.0 typing-inspection==0.4.2 urllib3==2.7.0 diff --git a/requirements.lock b/requirements.lock index 75911c3..752292e 100644 --- a/requirements.lock +++ b/requirements.lock @@ -1,5 +1,5 @@ # This file was autogenerated by uv via the following command: -# Refreshed after Dependabot dependency updates. +# uv 0.4.30 pip compile requirements.txt --output-file requirements.lock --no-annotate --python-version 3.11 --python-platform x86_64-unknown-linux-gnu aiohappyeyeballs==2.6.1 aiohttp==3.13.5 aiohttp-retry==2.9.1 @@ -7,7 +7,7 @@ aiosignal==1.4.0 annotated-doc==0.0.4 annotated-types==0.7.0 anyio==4.13.0 -ast-serialize==0.3.0 +ast-serialize==0.6.0 asyncer==0.0.8 attrs==26.1.0 black==26.5.1 @@ -45,14 +45,14 @@ jiter==0.14.0 json-repair==0.59.9 jsonschema==4.26.0 jsonschema-specifications==2025.9.1 -librt==0.11.0 +librt==0.13.0 limits==5.8.0 litellm==1.83.0 markdown-it-py==4.2.0 markupsafe==3.0.3 mdurl==0.1.2 multidict==6.7.1 -mypy==2.1.0 +mypy==2.3.0 mypy-extensions==1.1.0 numpy==2.4.4 openai==2.36.0 @@ -67,7 +67,7 @@ pydantic==2.13.4 pydantic-core==2.46.4 pygments==2.20.0 pyjwt==2.12.1 -pytest==9.0.3 +pytest==9.1.1 pytest-cov==7.1.0 python-dotenv==1.2.2 pytokens==0.4.1 @@ -77,16 +77,17 @@ regex==2026.5.9 requests==2.34.2 rich==15.0.0 rpds-py==0.30.0 -ruff==0.15.15 +ruff==0.15.21 shellingham==1.5.4 sniffio==1.3.1 tenacity==9.1.4 tiktoken==0.12.0 tokenizers==0.23.1 +tomli==2.4.1 tqdm==4.67.3 twilio==9.10.9 typeguard==4.4.3 -typer==0.26.5 +typer==0.26.8 typing-extensions==4.15.0 typing-inspection==0.4.2 urllib3==2.7.0