-
Notifications
You must be signed in to change notification settings - Fork 3.3k
{CI} Bump setuptools from 52.0.0 to 65.5.1 #24992
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Thank you for your contribution dependabot[bot]! We will review the pull request and get back to you soon. |
|
Bump setuptools |
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
|
The new |
120a100
120a100 to
6e2fb39
Compare
Bumps [setuptools](https://github.com/pypa/setuptools) from 52.0.0 to 65.5.1. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst) - [Commits](pypa/setuptools@v52.0.0...v65.5.1) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
6e2fb39 to
b4a242c
Compare
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
| @@ -1,3 +1,3 @@ | |||
| # basic | |||
| setuptools==52.0.0 | |||
| setuptools==65.5.1 | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The latest setuptools is already 67.2.0: https://pypi.org/project/setuptools/
We are already using the latest pip. Maybe we should unpin setuptools altogether. Azure CLI's Windows MSI package always use the latest setuptools.
> & "C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\python.exe" -m pip list
Package Version
---------------------- ---------
...
setuptools 67.1.0
However, setuptools is released too frequently, so it may introduce breaking changes at any point.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's okay to unpin it.
Linux packages and homebrew do not use this file either.
/opt/az/bin/python3 -Im pip list | grep setup
setuptools 63.2.0
/opt/homebrew/Cellar/azure-cli/2.44.0/libexec/bin/python -Im pip list | grep setup
setuptools 65.6.3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is another issue caused by old setuptools version. #25682
Bumps setuptools from 52.0.0 to 65.5.1.
Release notes
Sourced from setuptools's releases.
... (truncated)
Changelog
Sourced from setuptools's changelog.
... (truncated)
Commits
a462cb5Bump version: 65.5.0 → 65.5.1de35d8bMerge pull request #3656 from bmorris3/typos58e23deUpdate changelog. Ref #3659.43a9c9bLimit the amount of whitespace to search/backtrack. Fixes #3659.5791343Add test capturing failed expectation. Ref #3659.1f97905⚫ Fade to black.6254567Remove workaround for emacs.729b180⚫ Fade to black.c068081Typo correctionsf777a40Suppress deprecation warning in --rsyncdir. Workaround for #3655.Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and languageYou can disable automated security fix PRs for this repo from the Security Alerts page.