From b1b3e725529a158f8fa51e027e9a20e9a7fd54cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Sep 2026 07:23:43 +0000 Subject: [PATCH] Bump the python-dev-dependencies group with 5 updates Updates the requirements on [ruff](https://github.com/astral-sh/ruff), [basedpyright](https://github.com/detachhead/basedpyright), [pyrefly](https://github.com/facebook/pyrefly), [tox](https://github.com/tox-dev/tox) and [uv-build](https://github.com/astral-sh/uv) to permit the latest version. Updates `ruff` 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.16.6...0.16.7) Updates `basedpyright` to 1.40.1 - [Release notes](https://github.com/detachhead/basedpyright/releases) - [Commits](https://github.com/detachhead/basedpyright/compare/v1.39.10...v1.40.1) Updates `pyrefly` to 1.3.0 - [Release notes](https://github.com/facebook/pyrefly/releases) - [Commits](https://github.com/facebook/pyrefly/compare/1.2.0...1.3.0) Updates `tox` to 4.61.4 - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/4.61.2...4.61.4) Updates `uv-build` to 0.12.13 - [Release notes](https://github.com/astral-sh/uv/releases) - [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/uv/compare/0.12.10...0.12.13) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.7 dependency-type: direct:production dependency-group: python-dev-dependencies - dependency-name: basedpyright dependency-version: 1.40.1 dependency-type: direct:production dependency-group: python-dev-dependencies - dependency-name: pyrefly dependency-version: 1.3.0 dependency-type: direct:production dependency-group: python-dev-dependencies - dependency-name: tox dependency-version: 4.61.4 dependency-type: direct:production dependency-group: python-dev-dependencies - dependency-name: uv-build dependency-version: 0.12.13 dependency-type: direct:development dependency-group: python-dev-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7dbe642..dabbf99 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["uv_build>=0.12.10,<0.13"] +requires = ["uv_build>=0.12.13,<0.13"] build-backend = "uv_build" [project] @@ -51,14 +51,14 @@ tests = [ ] dev = [ "python-statsd[tests]", - "ruff>=0.16.6", + "ruff>=0.16.7", "mypy>=2.3.1", - "basedpyright>=1.39.10", - "pyrefly>=1.2.0", + "basedpyright>=1.40.1", + "pyrefly>=1.3.0", "ty", ] tox = [ - "tox>=4.61.2", + "tox>=4.61.4", "tox-uv>=1.36.0", "tox-gh-actions>=3.5.0", ]