Skip to content

Commit

Permalink
Bump setuptools from 74.1.2 to 75.1.0
Browse files Browse the repository at this point in the history
Bumps [setuptools](https://github.com/pypa/setuptools) from 74.1.2 to 75.1.0.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v74.1.2...v75.1.0)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 18, 2024
1 parent a518e51 commit 9758ceb
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 @@ -32,7 +32,7 @@ dependencies = [
"rich==13.8.1",
"requests==2.32.3",
"requirements-parser==0.11.0",
"setuptools==74.1.2",
"setuptools==75.1.0",
'snowflake.core==0.12.1; python_version < "3.12"',
"snowflake-connector-python[secure-local-storage]==3.12.2",
'snowflake-snowpark-python>=1.15.0;python_version < "3.12"',
Expand Down
2 changes: 1 addition & 1 deletion snyk/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ packaging
rich==13.8.1
requests==2.32.3
requirements-parser==0.11.0
setuptools==74.1.2
setuptools==75.1.0
snowflake.core==0.12.1; python_version < "3.12"
snowflake-connector-python[secure-local-storage]==3.12.2
snowflake-snowpark-python>=1.15.0;python_version < "3.12"
Expand Down

0 comments on commit 9758ceb

Please sign in to comment.