From c5473a38133a5e968d1b58c9e456847de8992ea0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 21:12:40 +0000 Subject: [PATCH] Bump the python-dependencies group across 1 directory with 11 updates Updates the requirements on [typer](https://github.com/fastapi/typer), [rich](https://github.com/Textualize/rich), [shellingham](https://github.com/sarugaku/shellingham), [black](https://github.com/psf/black), [flake8](https://github.com/pycqa/flake8), [pyright](https://github.com/RobertCraigie/pyright-python), [pytest](https://github.com/pytest-dev/pytest), [pytest-cov](https://github.com/pytest-dev/pytest-cov), [pytest-mock](https://github.com/pytest-dev/pytest-mock), [pyinstaller](https://github.com/pyinstaller/pyinstaller) and [setuptools](https://github.com/pypa/setuptools) to permit the latest version. Updates `typer` to 0.24.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.24.1) Updates `rich` to 15.0.0 - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](https://github.com/Textualize/rich/compare/v13.0.0...v15.0.0) Updates `shellingham` to 1.5.4 - [Release notes](https://github.com/sarugaku/shellingham/releases) - [Changelog](https://github.com/sarugaku/shellingham/blob/master/CHANGELOG.rst) - [Commits](https://github.com/sarugaku/shellingham/compare/1.5.0...1.5.4) Updates `black` to 26.3.1 - [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.3.1) Updates `flake8` to 7.3.0 - [Commits](https://github.com/pycqa/flake8/compare/7.0.0...7.3.0) Updates `pyright` to 1.1.408 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.224...v1.1.408) Updates `pytest` to 9.0.3 - [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/8.0.0...9.0.3) Updates `pytest-cov` to 7.1.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v6.0.0...v7.1.0) Updates `pytest-mock` to 3.15.1 - [Release notes](https://github.com/pytest-dev/pytest-mock/releases) - [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-mock/compare/v3.0.0...v3.15.1) Updates `pyinstaller` to 6.19.0 - [Release notes](https://github.com/pyinstaller/pyinstaller/releases) - [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst) - [Commits](https://github.com/pyinstaller/pyinstaller/compare/v6.0.0...v6.19.0) Updates `setuptools` to 82.0.1 - [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/v61.0.0...v82.0.1) --- updated-dependencies: - dependency-name: typer dependency-version: 0.24.1 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: rich dependency-version: 15.0.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: shellingham dependency-version: 1.5.4 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: black dependency-version: 26.3.1 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: flake8 dependency-version: 7.3.0 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: pyright dependency-version: 1.1.408 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: pytest-mock dependency-version: 3.15.1 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: pyinstaller dependency-version: 6.19.0 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: setuptools dependency-version: 82.0.1 dependency-type: direct:development dependency-group: python-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 2b1d632..95db0f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ # pyproject.toml [build-system] -requires = ["setuptools>=61.0"] +requires = ["setuptools>=82.0.1"] build-backend = "setuptools.build_meta" # --- Project Metadata --- @@ -26,17 +26,17 @@ classifiers = [ "Environment :: Console", "Typing :: Typed", ] -dependencies = ["typer>=0.14,<0.22", "rich>=13,<15", "shellingham>=1.5,<2"] +dependencies = ["typer>=0.24.1,<0.25", "rich>=15.0.0,<16", "shellingham>=1.5.4,<2"] [project.optional-dependencies] dev = [ - "black>=24,<27", - "flake8>=7,<8", - "pyright>=1.1,<2", - "pytest>=8,<10", - "pytest-cov>=6,<8", - "pytest-mock>=3,<4", - "pyinstaller>=6,<7", + "black>=26.3.1,<27", + "flake8>=7.3.0,<8", + "pyright>=1.1.408,<2", + "pytest>=9.0.3,<10", + "pytest-cov>=7.1.0,<8", + "pytest-mock>=3.15.1,<4", + "pyinstaller>=6.19.0,<7", ] [project.scripts]