chore(deps): update dependency click to >=8.0.4,<8.2 (#2224)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2022-10-10 21:43:02 +02:00 committed by GitHub
parent 499f4d37ed
commit 78b43d92bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Please do not edit this file, edit the setup.py file!
# This file is auto-generated by tools/extract_requirements.py.
backports.zoneinfo>=0.2.1,<0.3;python_version<'3.9'
click~=8.0.4
click>=8.0.4,<8.2
loguru==0.6.0
pydantic>=1.7.4,<1.11
pyyaml>=5.3.1,<6.1

View File

@ -11,7 +11,7 @@ setup(
package_data={"": ["py.typed"]},
install_requires=[
"backports.zoneinfo>=0.2.1,<0.3;python_version<'3.9'",
"click~=8.0.4",
"click>=8.0.4,<8.2",
"loguru==0.6.0",
"pydantic>=1.7.4,<1.11",
"pyyaml>=5.3.1,<6.1",