From 6f64af69cdd3aa8ae6c3a5e8ef6b0e742ee3586d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 23:24:51 +0000 Subject: [PATCH] chore(deps-dev): bump the dev-deps group with 7 updates Updates the requirements on [python-dotenv](https://github.com/theskumar/python-dotenv), [rich](https://github.com/Textualize/rich), [typer](https://github.com/fastapi/typer), [hai-drivers](https://hcompany.ai), [pytest](https://github.com/pytest-dev/pytest), [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `python-dotenv` to 1.2.3 - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v1.2.2...v1.2.3) Updates `rich` 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/v13.0.0...v15.0.0) Updates `typer` to 0.27.2 - [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.12.0...0.27.2) Updates `hai-drivers` to 0.1.3 Updates `pytest` 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.0.3...9.1.1) Updates `pytest-asyncio` to 1.4.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v1.2.0...v1.4.0) Updates `ruff` from 0.15.22 to 0.16.7 - [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.22...0.16.7) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.3 dependency-type: direct:development dependency-group: dev-deps - dependency-name: rich dependency-version: 15.0.0 dependency-type: direct:development dependency-group: dev-deps - dependency-name: typer dependency-version: 0.27.2 dependency-type: direct:development dependency-group: dev-deps - dependency-name: hai-drivers dependency-version: 0.1.3 dependency-type: direct:development dependency-group: dev-deps - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development dependency-group: dev-deps - dependency-name: pytest-asyncio dependency-version: 1.4.0 dependency-type: direct:development dependency-group: dev-deps - dependency-name: ruff dependency-version: 0.16.7 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-deps ... Signed-off-by: dependabot[bot] --- pyproject.toml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 52c99b1..6e4d924 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,15 +33,15 @@ dependencies = [ [project.optional-dependencies] cli = [ - "python-dotenv>=1.2.2,<2", - "rich>=13,<16", - "typer>=0.12,<1", + "python-dotenv>=1.2.3,<2", + "rich>=15.0.0,<16", + "typer>=0.27.2,<1", ] desktop = [ - "hai-drivers[desktop]>=0.1.2", + "hai-drivers[desktop]>=0.1.3", ] browser = [ - "hai-drivers[web]>=0.1.0", + "hai-drivers[web]>=0.1.3", ] all = [ "hai-agents[browser,cli,desktop]", @@ -61,13 +61,13 @@ packages = ["src/hai_agents", "src/hai_agents_cli", "src/hai_agents_common", "sr [dependency-groups] dev = [ - "pytest>=9.0.3,<10", - "pytest-asyncio>=1.2,<2", + "pytest>=9.1.1,<10", + "pytest-asyncio>=1.4.0,<2", # Used only by tests/integration/ — read HAI_API_KEY_TEST when running locally. - "python-dotenv>=1.2.2,<2", - "rich>=13,<16", - "ruff==0.15.22", - "typer>=0.12,<1", + "python-dotenv>=1.2.3,<2", + "rich>=15.0.0,<16", + "ruff==0.16.7", + "typer>=0.27.2,<1", ] [tool.ruff]