Skip to content

Commit 6d42f86

Browse files
Bump click from 8.1.8 to 8.2.1 (#731)
* 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](pallets/click@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] <support@github.com> * fix warning --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dion Häfner <mail@dionhaefner.de>
1 parent 6277deb commit 6d42f86

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

doc/reference/cli.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ veros
99
This is a wrapper script that provides easy access to all Veros command line tools.
1010

1111
.. run-click:: veros.cli.veros:cli
12+
:args: --help
1213

1314
veros-create-mask
1415
-----------------

doc/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
click==8.1.8
1+
click==8.2.1
22
entrypoints==0.4
33
Pillow==11.3.0
44
Sphinx==8.2.3

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
click==8.1.8
1+
click==8.2.1
22
entrypoints==0.4
33
requests==2.32.4
44
numpy==2.3.1

0 commit comments

Comments
 (0)