Skip to content
This repository was archived by the owner on Nov 10, 2022. It is now read-only.

Commit d5cb044

Browse files
Updates to click==8.* (feast-dev#2210)
* 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]>
1 parent 97dd41e commit d5cb044

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

sdk/python/requirements/py3.7-ci-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ charset-normalizer==2.0.8
8585
# via
8686
# aiohttp
8787
# requests
88-
click==7.1.2
88+
click==8.0.3
8989
# via
9090
# black
9191
# feast (setup.py)

sdk/python/requirements/py3.7-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ certifi==2021.10.8
1818
# via requests
1919
charset-normalizer==2.0.8
2020
# via requests
21-
click==7.1.2
21+
click==8.0.3
2222
# via
2323
# feast (setup.py)
2424
# uvicorn

sdk/python/requirements/py3.8-ci-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ charset-normalizer==2.0.8
8383
# via
8484
# aiohttp
8585
# requests
86-
click==7.1.2
86+
click==8.0.3
8787
# via
8888
# black
8989
# feast (setup.py)

sdk/python/requirements/py3.8-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ certifi==2021.10.8
1818
# via requests
1919
charset-normalizer==2.0.8
2020
# via requests
21-
click==7.1.2
21+
click==8.0.3
2222
# via
2323
# feast (setup.py)
2424
# uvicorn

sdk/python/requirements/py3.9-ci-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ charset-normalizer==2.0.8
8383
# via
8484
# aiohttp
8585
# requests
86-
click==7.1.2
86+
click==8.0.3
8787
# via
8888
# black
8989
# feast (setup.py)

sdk/python/requirements/py3.9-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ certifi==2021.10.8
1818
# via requests
1919
charset-normalizer==2.0.8
2020
# via requests
21-
click==7.1.2
21+
click==8.0.3
2222
# via
2323
# feast (setup.py)
2424
# uvicorn

sdk/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
REQUIRES_PYTHON = ">=3.7.0"
4141

4242
REQUIRED = [
43-
"Click==7.*",
43+
"Click==8.*",
4444
"colorama>=0.3.9",
4545
"dill==0.3.*",
4646
"fastavro>=1.1.0",

0 commit comments

Comments
 (0)