Skip to content

Commit

Permalink
Update setuptools requirement in /release_creation/bundle/requirements
Browse files Browse the repository at this point in the history
Updates the requirements on [setuptools](https://github.com/pypa/setuptools) to permit the latest version.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@0.6...v75.1.0)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent e799fc7 commit 9dce197
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ grpcio-status~=1.47.0
numpy<2.0.0
pyasn1-modules~=0.2.1
pyodbc~=4.0.32
setuptools<71.0
setuptools<76.0
# the following need to be pinned to prevent a circular dependency issue
chardet
charset-normalizer==3.1.0
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ numpy<2.0.0
pyarrow!=12.0.1
pyasn1-modules~=0.2.1
pyodbc~=4.0.32
setuptools<71.0
setuptools<76.0
snowflake-connector-python~=3.0,!=3.0.4
wheel
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ grpcio-status~=1.47.0
pyarrow!=12.0.1
pyasn1-modules~=0.2.1
pyodbc==4.0.32 --no-binary pyodbc
setuptools<71.0
setuptools<76.0
snowflake-connector-python~=3.0,!=3.0.4
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ json-rpc==1.13.0
pyarrow!=12.0.1
pyasn1-modules~=0.2.1
pyodbc==4.0.32 --no-binary pyodbc
setuptools<71.0
setuptools<76.0
snowflake-connector-python~=3.0,!=3.0.4

0 comments on commit 9dce197

Please sign in to comment.