-
-
Notifications
You must be signed in to change notification settings - Fork 3
Bump setuptools from 71.0.1 to 72.2.0 in /.github #54
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
Bumps [setuptools](https://github.com/pypa/setuptools) from 71.0.1 to 72.2.0. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v71.0.1...v72.2.0) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
WalkthroughThe recent update focuses on upgrading the Changes
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
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.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- .github/pythonchecks.txt (1 hunks)
Additional comments not posted (1)
.github/pythonchecks.txt (1)
23-23: Verify the impact of thesetuptoolsupdate.The update to
setuptoolsfrom71.0.1to72.2.0is specific to Python 3.12. Given the removal and subsequent restoration of the test command in the changelog, ensure that this update does not affect your testing setup or any other scripts relying onsetup.py test.Verification successful
No impact from
setuptoolsupdate detected.The search for
setup.py testwithin Python files returned no results, indicating that the update tosetuptoolsfrom71.0.1to72.2.0should not affect your current setup or testing scripts. No further action is required.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Check for any usage of `setup.py test` in the codebase that might be affected by the setuptools update. # Test: Search for the usage of `setup.py test`. Expect: No critical dependencies on this command. rg --type python 'setup.py test'Length of output: 65
Script:
#!/bin/bash # Description: Check for any usage of `setup.py test` in Python files that might be affected by the setuptools update. # Test: Search for the usage of `setup.py test`. Expect: No critical dependencies on this command. rg 'setup.py test' --glob '*.py'Length of output: 34
|
Superseded by #55. |
Bumps setuptools from 71.0.1 to 72.2.0.
Changelog
Sourced from setuptools's changelog.
... (truncated)
Commits
76942cfBump version: 72.1.0 → 72.2.0780a782Correct reference in news fragment. Ref #453964f10c5Merge pull request #4539 from pypa/feature/distutils-b7ee725f3d4ad24bAdd news fragment.0ab156cMerge https://github.com/pypa/distutilsb7ee725Apply isort. Ref pypa/distutils#24032e5feaRely on monkeysession to monkeypatch.5f79f22Merge pull request pypa/distutils#274 from msys2-contrib/ci-msvc-python-mingw...6748224Merge pull request pypa/distutils#273 from msys2-contrib/tests-fix-venv_insta...1f999b9Remove unused RangeMapDependabot 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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@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)Summary by CodeRabbit
setuptoolspackage to version72.2.0for improved features and security, specifically for Python version3.12.