Skip to content

Commit 2e13ad6

Browse files
Bump snowflake-core from 1.0.2 to 1.1.0 (#2144)
* Bump snowflake-core from 1.0.2 to 1.1.0 Bumps snowflake-core from 1.0.2 to 1.1.0. --- updated-dependencies: - dependency-name: snowflake-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump snowflake-core --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Adam Stus <[email protected]>
1 parent aab77a7 commit 2e13ad6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies = [
3838
"setuptools==78.0.1",
3939
"snowflake-connector-python[secure-local-storage]==3.14.0",
4040
'snowflake-snowpark-python>=1.15.0,<1.26.0;python_version < "3.12"',
41-
'snowflake.core==1.0.2; python_version < "3.12"',
41+
'snowflake.core==1.1.0; python_version < "3.12"',
4242
"tomlkit==0.13.2",
4343
"typer==0.15.2",
4444
"urllib3>=1.24.3,<2.4",

snyk/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ rich==13.9.4
1111
setuptools==78.0.1
1212
snowflake-connector-python[secure-local-storage]==3.14.0
1313
snowflake-snowpark-python>=1.15.0,<1.26.0;python_version < "3.12"
14-
snowflake.core==1.0.2; python_version < "3.12"
14+
snowflake.core==1.1.0; python_version < "3.12"
1515
tomlkit==0.13.2
1616
typer==0.15.2
1717
urllib3>=1.24.3,<2.4

0 commit comments

Comments
 (0)