Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
chore: bump cryptography
Signed-off-by: Hai Nguyen <quanghai.ng1512@gmail.com>
  • Loading branch information
sudohainguyen committed Feb 23, 2024
commit 9f536d60bf8fa5fa89ae3c56393483c7223a26b2
4 changes: 2 additions & 2 deletions sdk/python/requirements/py3.10-ci-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ pymysql==1.1.0
# via feast (setup.py)
pyodbc==5.1.0
# via feast (setup.py)
pyopenssl==23.3.0
pyopenssl==24.0.0
# via snowflake-connector-python
pyparsing==3.1.1
# via
Expand Down Expand Up @@ -805,7 +805,7 @@ sniffio==1.3.0
# httpx
snowballstemmer==2.2.0
# via sphinx
snowflake-connector-python[pandas]==3.7.0
snowflake-connector-python[pandas]==3.7.1
# via feast (setup.py)
sortedcontainers==2.4.0
# via snowflake-connector-python
Expand Down
4 changes: 2 additions & 2 deletions sdk/python/requirements/py3.8-ci-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ pymysql==1.1.0
# via feast (setup.py)
pyodbc==5.1.0
# via feast (setup.py)
pyopenssl==23.3.0
pyopenssl==24.0.0
# via snowflake-connector-python
pyparsing==3.1.1
# via
Expand Down Expand Up @@ -829,7 +829,7 @@ sniffio==1.3.0
# httpx
snowballstemmer==2.2.0
# via sphinx
snowflake-connector-python[pandas]==3.7.0
snowflake-connector-python[pandas]==3.7.1
# via feast (setup.py)
sortedcontainers==2.4.0
# via snowflake-connector-python
Expand Down
4 changes: 2 additions & 2 deletions sdk/python/requirements/py3.9-ci-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ pymysql==1.1.0
# via feast (setup.py)
pyodbc==5.1.0
# via feast (setup.py)
pyopenssl==23.3.0
pyopenssl==24.0.0
# via snowflake-connector-python
pyparsing==3.1.1
# via
Expand Down Expand Up @@ -814,7 +814,7 @@ sniffio==1.3.0
# httpx
snowballstemmer==2.2.0
# via sphinx
snowflake-connector-python[pandas]==3.7.0
snowflake-connector-python[pandas]==3.7.1
# via feast (setup.py)
sortedcontainers==2.4.0
# via snowflake-connector-python
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
[
"build",
"virtualenv==20.23.0",
"cryptography>=35.0,<42",
"cryptography>=35.0,<43",
"flake8>=6.0.0,<6.1.0",
"black>=22.6.0,<23",
"isort>=5,<6",
Expand Down