From 8cd75b4d22033c58607d758c57f2a01305623e70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 17:11:50 +0000 Subject: [PATCH] build(deps-dev): bump the python-development group across 1 directory with 3 updates Bumps the python-development group with 3 updates in the / directory: [hatchling](https://github.com/pypa/hatch), [mypy](https://github.com/python/mypy) and [ruff](https://github.com/astral-sh/ruff). Updates `hatchling` from 1.31.0 to 1.32.0 - [Release notes](https://github.com/pypa/hatch/releases) - [Commits](https://github.com/pypa/hatch/compare/hatchling-v1.31.0...hatchling-v1.32.0) Updates `mypy` from 2.3.0 to 2.3.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v2.3.0...v2.3.1) Updates `ruff` from 0.16.1 to 0.16.5 - [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.16.1...0.16.5) --- updated-dependencies: - dependency-name: hatchling dependency-version: 1.32.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-development - dependency-name: mypy dependency-version: 2.3.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-development - dependency-name: ruff dependency-version: 0.16.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 76e26d6..7e0e770 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["hatchling==1.31.0"] +requires = ["hatchling==1.32.0"] build-backend = "hatchling.build" [project] @@ -36,13 +36,13 @@ tradesieve-mcp = "tradesieve.mcp_server:main" [dependency-groups] dev = [ "detect-secrets==1.5.0", - "hatchling==1.31.0", + "hatchling==1.32.0", "httpx==0.28.1", - "mypy==2.3.0", + "mypy==2.3.1", "pip-audit==2.10.1", "pytest==9.1.1", "pytest-cov==7.1.0", - "ruff==0.16.1", + "ruff==0.16.5", ] [tool.uv]