From bcce23a3dd49f8ccb7622de3ced71d290dafb3c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 02:33:02 +0000 Subject: [PATCH] chore(deps): update click requirement from <8.4,>=8.3.2 to >=8.3.2,<8.5 Updates the requirements on [click](https://github.com/pallets/click) to permit the latest version. - [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.3.2...8.4.1) --- updated-dependencies: - dependency-name: click dependency-version: 8.4.1 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 bdc6f21..5f808a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [ "linkml-runtime>=1.9.5", "pyld>=2.0.4", "PyYAML>=6.0.3", - "click>=8.3.2, <8.4", + "click>=8.3.2, <8.5", # linkml: installed from OMB submodule via make setup (single source of truth) # harbour-credentials: installed from submodule via make setup (not on PyPI) # ontology-management-base: installed from submodule via make setup (not on PyPI)