From ace6c2bb3bd0d9a1bbfb592409092af504a74933 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2026 08:09:26 +0000 Subject: [PATCH] chore(deps-dev): bump the dev-dependencies group across 1 directory with 7 updates Updates the requirements on [websockets](https://github.com/python-websockets/websockets), [mkdocs-material](https://github.com/squidfunk/mkdocs-material), [mypy](https://github.com/python/mypy), [pre-commit](https://github.com/pre-commit/pre-commit), [pytest](https://github.com/pytest-dev/pytest), [ty](https://github.com/astral-sh/ty) and [setuptools](https://github.com/pypa/setuptools) to permit the latest version. Updates `websockets` to 16.1.1 - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](https://github.com/python-websockets/websockets/compare/16.0...16.1.1) Updates `mkdocs-material` to 9.7.7 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.7.6...9.7.7) Updates `mypy` to 2.3.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v2.1.0...v2.3.1) Updates `pre-commit` to 4.6.2 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v4.6.0...v4.6.2) 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.1.0...9.1.1) Updates `ty` to 0.0.75 - [Release notes](https://github.com/astral-sh/ty/releases) - [Changelog](https://github.com/astral-sh/ty/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ty/compare/0.0.49...0.0.75) Updates `setuptools` to 84.0.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v82.0.1...v84.0.0) --- updated-dependencies: - dependency-name: mkdocs-material dependency-version: 9.7.7 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: mypy dependency-version: 2.3.1 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: pre-commit dependency-version: 4.6.2 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: setuptools dependency-version: 84.0.0 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: ty dependency-version: 0.0.75 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: websockets dependency-version: 16.1.1 dependency-type: direct:development dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3263408..80c0d50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools>=82.0.1", "wheel"] +requires = ["setuptools>=84.0.0", "wheel"] build-backend = "setuptools.build_meta" [project] @@ -51,7 +51,7 @@ rich = [ "rich>=15.0.0", ] web = [ - "websockets>=16.0", + "websockets>=16.1.1", ] @@ -172,17 +172,17 @@ include = ["apte*"] [dependency-groups] dev = [ "jsonschema>=4.26.0", - "mkdocs-material>=9.7.6", - "mypy>=2.1.0", - "pre-commit>=4.6.0", - "pytest>=9.1.0", + "mkdocs-material>=9.7.7", + "mypy>=2.3.1", + "pre-commit>=4.6.2", + "pytest>=9.1.1", "pytest-asyncio>=1.4.0", "pytest-cov>=7.1.0", "rich>=15.0.0", - "ty>=0.0.49", - "websockets>=16.0", + "ty>=0.0.75", + "websockets>=16.1.1", ] docs = [ "mkdocs>=1.6.1", - "mkdocs-material>=9.7.6", + "mkdocs-material>=9.7.7", ]