Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: snowflakedb/snowflake-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5e34b23a5e2d67fd20d2bd957989170b5b95137f
Choose a base ref
..
head repository: snowflakedb/snowflake-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 086a099d76299bb19ba4ee6240ad50168a14c0dc
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +1 −1 pyproject.toml
  2. +1 −1 snyk/requirements.txt
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@ dependencies = [
"rich==13.9.4",
"requests==2.32.3",
"requirements-parser==0.11.0",
"setuptools==75.6.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.26.0;python_version < "3.12"',
2 changes: 1 addition & 1 deletion snyk/requirements.txt
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ packaging
rich==13.9.4
requests==2.32.3
requirements-parser==0.11.0
setuptools==75.6.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"