Skip to content

Commit d7f71b6

Browse files
chore(deps): update dependency click to v8.2.0 (#583)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d514464 commit d7f71b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ invoke==2.2.0; python_version >= '3.6'
33
babel==2.17.0; python_version >= '3.8'
44
certifi==2024.12.14; python_version >= '3.6'
55
charset-normalizer==3.4.2; python_full_version >= '3.7.0'
6-
click==8.1.8; python_version >= '3.7'
6+
click==8.2.0; python_version >= '3.7'
77
colorama==0.4.6; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'
88
ghp-import==2.1.0
99
idna==3.10; python_version >= '3.5'

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
babel==2.17.0; python_version >= '3.8'
33
certifi==2024.12.14; python_version >= '3.6'
44
charset-normalizer==3.4.2; python_full_version >= '3.7.0'
5-
click==8.1.8; python_version >= '3.7'
5+
click==8.2.0; python_version >= '3.7'
66
colorama==0.4.6; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'
77
ghp-import==2.1.0
88
idna==3.10; python_version >= '3.5'

0 commit comments

Comments
 (0)