From 1a36dc50d33b166a19f792d04813b5e83053b431 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 01:03:21 +0000 Subject: [PATCH] Bump the actions group across 1 directory with 2 updates Updates the requirements on [click](https://github.com/pallets/click) and [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version. Updates `click` to 8.4.1 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.md) - [Commits](https://github.com/pallets/click/compare/8.0.0...8.4.1) Updates `pre-commit` from 4.3.0 to 4.6.0 - [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.3.0...v4.6.0) --- updated-dependencies: - dependency-name: click dependency-version: 8.4.1 dependency-type: direct:production dependency-group: actions - dependency-name: pre-commit dependency-version: 4.6.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4b282e2..467f5fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ "Programming Language :: Python :: 3 :: Only", ] dependencies = [ - "click>=8,!=8.3.0,<8.4", + "click>=8,!=8.3.0,<8.5", "tomli; python_version < '3.11'", "colorama; platform_system == 'Windows'", "importlib_metadata >= 7" @@ -34,7 +34,7 @@ dynamic = ['version'] spin = "spin.__main__:main" [project.optional-dependencies] -lint = ["pre-commit == 4.3.0"] +lint = ["pre-commit == 4.6.0"] dev = ["changelist == 0.5"] [project.urls]