From fa5ccb4c17e0e157b1a7a88e90ab5425932bb329 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Sep 2026 07:33:38 +0000 Subject: [PATCH] build(deps-dev): bump the python-development group with 2 updates Updates the requirements on [build](https://github.com/pypa/build) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `build` to 1.6.1 - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/build/compare/1.6.0...1.6.1) Updates `ruff` to 0.16.8 - [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.8) --- updated-dependencies: - dependency-name: build dependency-version: 1.6.1 dependency-type: direct:development dependency-group: python-development - dependency-name: ruff dependency-version: 0.16.8 dependency-type: direct:development dependency-group: python-development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d68626a..accc10f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,9 +33,9 @@ postgres = ["asyncpg>=0.31.0,<1"] file = [] # Dependency-free UTF-8 JSON Lines persistence backend. fastapi = ["fastapi>=0.141.1,<1"] starlette = ["starlette>=1.6.0,<2"] -test = ["asyncpg>=0.31.0", "build>=1.6.0", "fastapi>=0.141.1", "pytest>=9.1.1", "pytest-asyncio>=1.4.0", "pytest-cov>=7.1.0", "redis>=8.1.0", "starlette>=1.6.0"] +test = ["asyncpg>=0.31.0", "build>=1.6.1", "fastapi>=0.141.1", "pytest>=9.1.1", "pytest-asyncio>=1.4.0", "pytest-cov>=7.1.0", "redis>=8.1.0", "starlette>=1.6.0"] docs = ["mkdocs>=1.6.1"] -dev = ["asyncpg>=0.31.0", "build>=1.6.0", "fastapi>=0.141.1", "mkdocs>=1.6.1", "mypy>=2.3.1", "pre-commit>=4.6.2", "pytest>=9.1.1", "pytest-asyncio>=1.4.0", "pytest-cov>=7.1.0", "redis>=8.1.0", "ruff>=0.16.6", "starlette>=1.6.0"] +dev = ["asyncpg>=0.31.0", "build>=1.6.1", "fastapi>=0.141.1", "mkdocs>=1.6.1", "mypy>=2.3.1", "pre-commit>=4.6.2", "pytest>=9.1.1", "pytest-asyncio>=1.4.0", "pytest-cov>=7.1.0", "redis>=8.1.0", "ruff>=0.16.8", "starlette>=1.6.0"] all = ["asyncpg>=0.31.0", "fastapi>=0.141.1", "redis>=8.1.0", "starlette>=1.6.0"] [tool.setuptools.dynamic]