Skip to content

Commit

Permalink
Bump snowflake.core to 0.12.1 (#1587)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-turbaszek authored Sep 18, 2024
1 parent f7fdf66 commit 486e3df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies = [
"requests==2.32.3",
"requirements-parser==0.11.0",
"setuptools==74.1.2",
'snowflake.core==0.8.0; python_version < "3.12"',
'snowflake.core==0.12.1; python_version < "3.12"',
"snowflake-connector-python[secure-local-storage]==3.12.1",
'snowflake-snowpark-python>=1.15.0;python_version < "3.12"',
"tomlkit==0.13.2",
Expand Down
2 changes: 1 addition & 1 deletion snyk/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ rich==13.8.1
requests==2.32.3
requirements-parser==0.11.0
setuptools==74.1.2
snowflake.core==0.8.0; python_version < "3.12"
snowflake.core==0.12.1; python_version < "3.12"
snowflake-connector-python[secure-local-storage]==3.12.1
snowflake-snowpark-python>=1.15.0;python_version < "3.12"
tomlkit==0.13.2
Expand Down

0 comments on commit 486e3df

Please sign in to comment.