Skip to content

Commit

Permalink
Updates to click==8.* (#2210)
Browse files Browse the repository at this point in the history
* Updates to click==8.*

Signed-off-by: diogommartins <[email protected]>

* Updates pip tools requirements to click==8.0.3

Signed-off-by: diogommartins <[email protected]>
  • Loading branch information
diogommartins authored Jan 11, 2022
1 parent 97dd41e commit d5cb044
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion sdk/python/requirements/py3.7-ci-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ charset-normalizer==2.0.8
# via
# aiohttp
# requests
click==7.1.2
click==8.0.3
# via
# black
# feast (setup.py)
Expand Down
2 changes: 1 addition & 1 deletion sdk/python/requirements/py3.7-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ certifi==2021.10.8
# via requests
charset-normalizer==2.0.8
# via requests
click==7.1.2
click==8.0.3
# via
# feast (setup.py)
# uvicorn
Expand Down
2 changes: 1 addition & 1 deletion sdk/python/requirements/py3.8-ci-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ charset-normalizer==2.0.8
# via
# aiohttp
# requests
click==7.1.2
click==8.0.3
# via
# black
# feast (setup.py)
Expand Down
2 changes: 1 addition & 1 deletion sdk/python/requirements/py3.8-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ certifi==2021.10.8
# via requests
charset-normalizer==2.0.8
# via requests
click==7.1.2
click==8.0.3
# via
# feast (setup.py)
# uvicorn
Expand Down
2 changes: 1 addition & 1 deletion sdk/python/requirements/py3.9-ci-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ charset-normalizer==2.0.8
# via
# aiohttp
# requests
click==7.1.2
click==8.0.3
# via
# black
# feast (setup.py)
Expand Down
2 changes: 1 addition & 1 deletion sdk/python/requirements/py3.9-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ certifi==2021.10.8
# via requests
charset-normalizer==2.0.8
# via requests
click==7.1.2
click==8.0.3
# via
# feast (setup.py)
# uvicorn
Expand Down
2 changes: 1 addition & 1 deletion sdk/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
REQUIRES_PYTHON = ">=3.7.0"

REQUIRED = [
"Click==7.*",
"Click==8.*",
"colorama>=0.3.9",
"dill==0.3.*",
"fastavro>=1.1.0",
Expand Down

0 comments on commit d5cb044

Please sign in to comment.