From 52db9be07b364f57174588cada8c5788e3156915 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 17:50:17 +0000 Subject: [PATCH] Update click-extra[sphinx] requirement from ~=4.8.3 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.8.3...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 0c702709..d3ea83c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ classifiers = [ dependencies = [ "arrow ~= 1.3.0", "boltons ~= 24.0.0", - "click-extra ~= 4.8.3", + "click-extra ~= 4.10.0", "tabulate [widechars] ~= 0.9", ]