From 3ab14e31ec93e05f2cc79b3ff73d3d633be25ef3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 23:41:05 +0000 Subject: [PATCH] Update click-extra[sphinx] requirement from ~=4.9.0 to ~=4.10.0 Updates the requirements on [click-extra[sphinx]](https://github.com/kdeldycke/click-extra) to permit the latest version. - [Release notes](https://github.com/kdeldycke/click-extra/releases) - [Changelog](https://github.com/kdeldycke/click-extra/blob/main/changelog.md) - [Commits](https://github.com/kdeldycke/click-extra/compare/v4.9.0...v4.10.0) --- updated-dependencies: - dependency-name: click-extra[sphinx] dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 50ed11c1d..35e7fd6b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,7 +90,7 @@ classifiers = [ ] dependencies = [ "boltons ~= 24.0.0", - "click-extra ~= 4.9.0", + "click-extra ~= 4.10.0", "cyclonedx-python-lib [validation] ~= 7.6.0", "more-itertools ~= 10.4.0", "packageurl-python ~= 0.15.0",