From 148f9aa8b750b798e61d44ed98c50353ee1345da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 03:05:25 +0000 Subject: [PATCH] build(deps): bump click in the dev-dependencies group Bumps the dev-dependencies group with 1 update: [click](https://github.com/pallets/click). Updates `click` from 8.2.1 to 8.3.0 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/click/compare/8.2.1...8.3.0) --- updated-dependencies: - dependency-name: click dependency-version: 8.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 14ffebf9..c478a636 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ tests = [ "pytest==8.4.2", "pytest-cov==7.0.0", - "click==8.2.1", + "click==8.3.0", "PyGithub==2.8.1", "gitpython==3.1.45", ]