Skip to content

Commit fa751a2

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] <[email protected]>
1 parent ba43ea8 commit fa751a2

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
@@ -49,7 +49,7 @@ charset-normalizer==3.4.4
4949
# via requests
5050
cherry-picker==2.6.0
5151
# via -r requirements/dev.in
52-
click==8.1.8
52+
click==8.3.0
5353
# via
5454
# cherry-picker
5555
# pip-tools

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ charset-normalizer==3.4.4
4949
# via requests
5050
cherry-picker==2.6.0
5151
# via -r requirements/dev.in
52-
click==8.1.8
52+
click==8.3.0
5353
# via
5454
# cherry-picker
5555
# 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.10.5
1414
# via requests
1515
charset-normalizer==3.4.4
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.10.5
1414
# via requests
1515
charset-normalizer==3.4.4
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
@@ -21,7 +21,7 @@ cffi==2.0.0
2121
# pytest-codspeed
2222
cfgv==3.4.0
2323
# via pre-commit
24-
click==8.1.8
24+
click==8.3.0
2525
# via slotscheck
2626
cryptography==46.0.2
2727
# 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.7
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.7
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.7
3131
# via

0 commit comments

Comments
 (0)