-
Notifications
You must be signed in to change notification settings - Fork 3k
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
{CI} Bump setuptools from 52.0.0 to 65.5.1 #24992
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
a462cb5
Bump version: 65.5.0 → 65.5.1de35d8b
Merge pull request #3656 from bmorris3/typos58e23de
Update changelog. Ref #3659.43a9c9b
Limit the amount of whitespace to search/backtrack. Fixes #3659.5791343
Add test capturing failed expectation. Ref #3659.1f97905
⚫ Fade to black.6254567
Remove workaround for emacs.729b180
⚫ Fade to black.c068081
Typo correctionsf777a40
Suppress 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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will 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 version
will 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 dependency
will 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 labels
will set the current labels as the default for future PRs for this repo and language@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language@dependabot use this milestone
will 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.