From 3ac1ccba06507a131d9e75cd840210552397b9f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 21:35:12 +0000 Subject: [PATCH] Bump the python-dependencies group across 1 directory with 2 updates Updates the requirements on [typer](https://github.com/fastapi/typer) and [black](https://github.com/psf/black) to permit the latest version. Updates `typer` to 0.21.1 - [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.14.0...0.21.1) Updates `black` to 26.1.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/24.1a1...26.1.0) --- updated-dependencies: - dependency-name: typer dependency-version: 0.21.1 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: black dependency-version: 26.1.0 dependency-type: direct:development dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 800f8b9..eb4f8c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,11 +26,11 @@ classifiers = [ "Environment :: Console", "Typing :: Typed", ] -dependencies = ["typer>=0.14,<0.21", "rich>=13,<15", "shellingham>=1.5,<2"] +dependencies = ["typer>=0.14,<0.22", "rich>=13,<15", "shellingham>=1.5,<2"] [project.optional-dependencies] dev = [ - "black>=24,<26", + "black>=24,<27", "flake8>=7,<8", "pyright>=1.1,<2", "pytest>=8,<10",