Skip to content

Commit dd0955c

Browse files
Bump click from 7.1.2 to 8.0.0
Bumps [click](https://github.com/pallets/click) from 7.1.2 to 8.0.0. - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](pallets/click@7.1.2...8.0.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 72153d5 commit dd0955c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dev-requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
appdirs==1.4.4
1010
attrs==20.3.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
1111
black==20.8b1
12-
click==7.1.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
12+
click==8.0.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
1313
coverage==5.3.1
1414
flake8==3.8.4
1515
iniconfig==1.1.1
1616
isort==5.7.0
1717
mccabe==0.6.1
1818
mypy-extensions==0.4.3
19-
packaging==20.8; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
19+
packaging==20.9; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
2020
pathspec==0.8.1
2121
pluggy==0.13.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
2222
py==1.10.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
@@ -29,7 +29,7 @@ pytest-cov==2.10.1
2929
pytest-sugar==0.9.4
3030
pytest==6.2.1
3131
regex==2020.11.13
32-
snowballstemmer==2.0.0
32+
snowballstemmer==2.1.0
3333
termcolor==1.1.0
3434
toml==0.10.2; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2'
3535
typed-ast==1.4.2

0 commit comments

Comments
 (0)