Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VULN-456 - snowflake-connector-python bump to 3.12.4 #160

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pyOpenSSL>=24.2.1
requests>=2.32.0
RestrictedPython==7.4
retry2==0.9.5
snowflake-connector-python>=3.12.2
snowflake-connector-python>=3.12.3
# python_version conditions below to resolve urllib3 compatibility issues with snowflake-connector-python
tableauserverclient==0.25 ; python_version < "3.10"
# using master branch to get urllib3 dependency updated to ==2.2.2, switch to v0.32 when released
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ six==1.16.0
# python-dateutil
# thrift
# thrift-sasl
snowflake-connector-python==3.12.2
snowflake-connector-python==3.12.4
# via -r requirements.in
sortedcontainers==2.4.0
# via snowflake-connector-python
Expand Down
Loading