Skip to content

Commit 7cf9e68

Browse files
authored
Bump click to 8.1.3. (#887)
1 parent dfe42c8 commit 7cf9e68

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

requirements.txt

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ python_version>="3.8"
2525

2626
# install:repl
2727
aiohttp>=3.8.1
28-
click>=7.0
28+
click>=8.1.3
2929
prompt-toolkit==3.0.8
3030

3131
# install:serial
@@ -72,19 +72,3 @@ pylint
7272
pytest
7373
pytest-cov
7474
tox
75-
76-
77-
78-
79-
80-
81-
82-
# -------------------------------------------------------------------
83-
# if you want to run the tests or utilities like code coverage,
84-
# please run:
85-
# pip3 install -r requirements-tests.txt
86-
#
87-
# if you want to build the documentation,
88-
# please run:
89-
# pip3 install -r requirements-docs.txt
90-
# -------------------------------------------------------------------

0 commit comments

Comments
 (0)