Skip to content

Commit 2214342

Browse files
Bump click from 8.1.8 to 8.3.0
Bumps [click](https://github.com/pallets/click) from 8.1.8 to 8.3.0. - [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.3.0) --- updated-dependencies: - dependency-name: click dependency-version: 8.3.0 dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e29bc36 commit 2214342

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ charset-normalizer==3.4.3
4747
# via requests
4848
cherry-picker==2.6.0
4949
# via -r requirements/dev.in
50-
click==8.1.8
50+
click==8.3.0
5151
# via
5252
# cherry-picker
5353
# pip-tools

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ charset-normalizer==3.4.3
4747
# via requests
4848
cherry-picker==2.6.0
4949
# via -r requirements/dev.in
50-
click==8.1.8
50+
click==8.3.0
5151
# via
5252
# cherry-picker
5353
# pip-tools

requirements/doc-spelling.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ certifi==2025.8.3
1414
# via requests
1515
charset-normalizer==3.4.3
1616
# via requests
17-
click==8.1.8
17+
click==8.3.0
1818
# via towncrier
1919
docutils==0.21.2
2020
# via sphinx

requirements/doc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ certifi==2025.8.3
1414
# via requests
1515
charset-normalizer==3.4.3
1616
# via requests
17-
click==8.1.8
17+
click==8.3.0
1818
# via towncrier
1919
docutils==0.21.2
2020
# via sphinx

requirements/lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ cffi==2.0.0
1919
# pytest-codspeed
2020
cfgv==3.4.0
2121
# via pre-commit
22-
click==8.1.8
22+
click==8.3.0
2323
# via slotscheck
2424
cryptography==46.0.1
2525
# via trustme

requirements/test-common.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ cffi==2.0.0
1212
# via
1313
# cryptography
1414
# pytest-codspeed
15-
click==8.2.1
15+
click==8.3.0
1616
# via wait-for-it
1717
coverage==7.10.6
1818
# via

requirements/test-ft.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ cffi==2.0.0
2525
# cryptography
2626
# pycares
2727
# pytest-codspeed
28-
click==8.2.1
28+
click==8.3.0
2929
# via wait-for-it
3030
coverage==7.10.6
3131
# via

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ cffi==2.0.0
2525
# cryptography
2626
# pycares
2727
# pytest-codspeed
28-
click==8.1.8
28+
click==8.3.0
2929
# via wait-for-it
3030
coverage==7.10.6
3131
# via

0 commit comments

Comments
 (0)