Skip to content

Commit 6e1220e

Browse files
committed
fix(dependencies): update click version to 8.2.0 in requirements files
closes #568
1 parent acfa7e9 commit 6e1220e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bundled_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
typing-extensions>=4.4.0
2-
click>=8.1.0
2+
click>=8.2.0
33
pluggy>=1.0.0
44
tomli>=2.0.0
55
tomli_w>=1.0.0

packages/plugin/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ classifiers = [
2727
"Framework :: Robot Framework :: Tool",
2828
]
2929
dependencies = [
30-
"click>=8.1.0",
30+
"click>=8.2.0",
3131
"pluggy>=1.0.0",
3232
"tomli_w>=1.0.0",
3333
"colorama>=0.4.6",

0 commit comments

Comments
 (0)