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:
parent
499f4d37ed
commit
78b43d92bf
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue