Skip to content

Commit c7fd825

Browse files
Bump setuptools from 76.0.0 to 78.0.1 (#2147)
Bumps [setuptools](https://github.com/pypa/setuptools) from 76.0.0 to 78.0.1. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v76.0.0...v78.0.1) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 50da83f commit c7fd825

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
@@ -35,7 +35,7 @@ dependencies = [
3535
"requests==2.32.3",
3636
"requirements-parser==0.11.0",
3737
"rich==13.9.4",
38-
"setuptools==76.0.0",
38+
"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"',
4141
'snowflake.core==1.0.2; python_version < "3.12"',

snyk/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ PyYAML==6.0.2
88
requests==2.32.3
99
requirements-parser==0.11.0
1010
rich==13.9.4
11-
setuptools==76.0.0
11+
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"
1414
snowflake.core==1.0.2; python_version < "3.12"

0 commit comments

Comments
 (0)