Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-astus committed Feb 12, 2025
1 parent b33bf8c commit 99b5bda
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 @@ -36,7 +36,7 @@ dependencies = [
"setuptools==75.8.0",
'snowflake.core==1.0.2; python_version < "3.12"',
"snowflake-connector-python[secure-local-storage]==3.12.4",
'snowflake-snowpark-python>=1.15.0,<1.27.0;python_version < "3.12"',
'snowflake-snowpark-python==1.27.0;python_version < "3.12"',
"tomlkit==0.13.2",
"typer==0.12.5",
"urllib3>=1.24.3,<2.4",
Expand Down
2 changes: 1 addition & 1 deletion snyk/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ requirements-parser==0.11.0
setuptools==75.8.0
snowflake.core==1.0.2; python_version < "3.12"
snowflake-connector-python[secure-local-storage]==3.12.4
snowflake-snowpark-python>=1.15.0,<1.27.0;python_version < "3.12"
snowflake-snowpark-python==1.27.0;python_version < "3.12"
tomlkit==0.13.2
typer==0.12.5
urllib3>=1.24.3,<2.4
Expand Down

0 comments on commit 99b5bda

Please sign in to comment.