From 7bd98561d77f04d7bc0f8debbc71157f88ea4366 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 19:45:20 +0000 Subject: [PATCH 1/2] Bump click from 8.1.8 to 8.2.1 Bumps [click](https://github.com/pallets/click) from 8.1.8 to 8.2.1. - [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.1.8...8.2.1) --- updated-dependencies: - dependency-name: click dependency-version: 8.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- doc/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 33d301e5..8803cae2 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,4 +1,4 @@ -click==8.1.8 +click==8.2.1 entrypoints==0.4 Pillow==11.3.0 Sphinx==8.2.3 diff --git a/requirements.txt b/requirements.txt index 4d0f8f73..55a0956f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -click==8.1.8 +click==8.2.1 entrypoints==0.4 requests==2.32.4 numpy==2.3.1 From 8dbb3a18216dcab98fc25819c76ce1936a57ea31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dion=20H=C3=A4fner?= Date: Tue, 8 Jul 2025 22:32:05 +0200 Subject: [PATCH 2/2] fix warning --- doc/reference/cli.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/reference/cli.rst b/doc/reference/cli.rst index 28f22013..4bc3dd40 100644 --- a/doc/reference/cli.rst +++ b/doc/reference/cli.rst @@ -9,6 +9,7 @@ veros This is a wrapper script that provides easy access to all Veros command line tools. .. run-click:: veros.cli.veros:cli + :args: --help veros-create-mask -----------------