Skip to content

Commit

Permalink
Updates pip tools requirements to click==8.0.3
Browse files Browse the repository at this point in the history
Signed-off-by: diogommartins <[email protected]>
  • Loading branch information
diogommartins committed Jan 10, 2022
1 parent 51a38d6 commit 3d3cc41
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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

0 comments on commit 3d3cc41

Please sign in to comment.