Skip to content

Commit

Permalink
Bump setuptools from 70.3.0 to 73.0.0
Browse files Browse the repository at this point in the history
Bumps [setuptools](https://github.com/pypa/setuptools) from 70.3.0 to 73.0.0.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v70.3.0...v73.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 20, 2024
1 parent 05787ce commit b42e2b4
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.7.1",
"requests==2.32.3",
"requirements-parser==0.10.2",
"setuptools==70.3.0",
"setuptools==73.0.0",
'snowflake.core==0.8.0; python_version < "3.12"',
"snowflake-connector-python[secure-local-storage]==3.12.0",
'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.7.1
requests==2.32.3
requirements-parser==0.10.2
setuptools==70.3.0
setuptools==73.0.0
snowflake.core==0.8.0; python_version < "3.12"
snowflake-connector-python[secure-local-storage]==3.12.0
snowflake-snowpark-python>=1.15.0;python_version < "3.12"
Expand Down

0 comments on commit b42e2b4

Please sign in to comment.