pandora
                                
                                 pandora copied to clipboard
                                
                                    pandora copied to clipboard
                            
                            
                            
                        build(deps): bump setuptools from 75.1.0 to 75.2.0
Bumps setuptools from 75.1.0 to 75.2.0.
Changelog
Sourced from setuptools's changelog.
v75.2.0
Features
- Made errors when parsing
Distributiondata more explicit about the expected type (tuple[str, ...] | list[str]) -- by :user:Avasam(#4578)Bugfixes
- Fix a
TypeErrorwhen aDistribution's old included attribute was atuple-- by :user:Avasam(#4578)- Add workaround for
bdist_wheel --dist-info-direrrors when customisation does not inherit from setuptools. (#4684)v75.1.1
Bugfixes
- Re-use pre-existing
.dist-infodir when creating wheels via the build backend APIs (PEP 517) and themetadata_directoryargument is passed -- by :user:pelson. (#1825)- Changed
egg_infocommand to avoid adding an empty.egg-infodirectory while iterating over entry-points. This avoids triggering integration problems withimportlib.metadata/importlib_metadata(reference: pypa/pyproject-hooks#206). (#4680)
Commits
- 61a5a03Bump version: 75.1.1 → 75.2.0
- 8ad3ea7Workaround for- bdist_wheel.dist_info_dirproblems (#4684)
- 9af0877Type sequence checks in setuptools/dist.py (#4578)
- 0534fdeAdd news fragment
- 50b732aCheck for more specific error message
- a663287Add pragma for edge-case code path
- 96be735Workaround for bdist_wheel.dist_info_dir problems
- 000a413Deprecate public access to setuptools.dist.sequence
- 00995c1Use variable msg instead of tmpl in setuptools/dist
- d457d0eType sequence checks in setuptools/dist.py
- Additional commits viewable in compare view
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 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)