Closed dependabot[bot] closed 1 week ago
@dependabot merge
On Sun, Nov 3, 2024 at 8:56 PM dependabot[bot] @.***> wrote:
Bumps setuptools https://github.com/pypa/setuptools from 75.2.0 to 75.3.0. Changelog
Sourced from setuptools's changelog https://github.com/pypa/setuptools/blob/main/NEWS.rst.
v75.3.0 Features
- Allowed using dict as an ordered type in setuptools.dist.check_requirements -- by :user:Avasam (#4575 https://redirect.github.com/pypa/setuptools/issues/4575)
Bugfixes
- Ensured methods in setuptools.modified preferably raise a consistent distutils.errors.DistutilsError type (except in the deprecated use case of SETUPTOOLS_USE_DISTUTILS=stdlib) -- by :user:Avasam (#4567 https://redirect.github.com/pypa/setuptools/issues/4567)
- Fix the ABI tag when building a wheel using the debug build of Python 3.13 on Windows. Previously, the ABI tag was missing the "d" flag. (#4674 https://redirect.github.com/pypa/setuptools/issues/4674)
- Fix clashes for optional-dependencies in pyproject.toml and extra_requires in setup.cfg/setup.py. As per PEP 621, optional-dependencies have to be honoured and dynamic behaviour is not allowed. (#4696 https://redirect.github.com/pypa/setuptools/issues/4696)
Misc
Commits
- d8da7df https://github.com/pypa/setuptools/commit/d8da7dfaa0cef4a69ee21d9406391651c4dc5ce4 Bump version: 75.2.0 → 75.3.0
- a21c7fa https://github.com/pypa/setuptools/commit/a21c7fab9985c48e6f37e0e375ef1797647c98c0 Fix grammar in news fragment
- a9a79e7 https://github.com/pypa/setuptools/commit/a9a79e70a7b78b4d4257a55c96201d25964a7bed Fix wheel ABI tag for debug Python 3.13 on Windows (#4676 https://redirect.github.com/pypa/setuptools/issues/4676)
- 0bc3248 https://github.com/pypa/setuptools/commit/0bc324806ce62e93fcbcf9d3f1b018f85176da52 Merge simple type annotations from typeshed (#4504 https://redirect.github.com/pypa/setuptools/issues/4504)
- 1155ca8 https://github.com/pypa/setuptools/commit/1155ca8001fb1619714dc5d6e4f1344803106697 Fix wheel ABI tag for debug Python 3.13 on Windows
- 1ca55c9 https://github.com/pypa/setuptools/commit/1ca55c9e287d771b1fd20165c2443a3687b839d1 Workaround for clash between ruff in pre-commit hook and pytest-ruff (#...
- c498d16 https://github.com/pypa/setuptools/commit/c498d162e7501165fb8415fec4ed3282b2f04af9 Satisfy ruff linter - automatic fix
- 1f92af5 https://github.com/pypa/setuptools/commit/1f92af5201ebffcf4c7107f9d9dfcc687e57e2cc Sync pre-commit-hook with version of ruff that gets automatically pulled in t...
- a39336b https://github.com/pypa/setuptools/commit/a39336ba37c50695f5a57be20d8452e46a4ceb10 Ruff: enable all pyflakes and perf rules (#4556 https://redirect.github.com/pypa/setuptools/issues/4556)
- e5f16a2 https://github.com/pypa/setuptools/commit/e5f16a2a990ff18cdef27a22b742f97444867186 bump jaraco.test to py.typed version 5.5 in test extra (#4651 https://redirect.github.com/pypa/setuptools/issues/4651)
- Additional commits viewable in compare view https://github.com/pypa/setuptools/compare/v75.2.0...v75.3.0
[image: Dependabot compatibility score] https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores
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 show
ignore conditions will show all of the ignore conditions of the specified dependency - @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)
You can view, comment on, or merge this pull request online at:
https://github.com/beaufour/flickr-download/pull/107 Commit Summary
- 0a66c07 https://github.com/beaufour/flickr-download/pull/107/commits/0a66c07b73db967481b87ea609df247df862fcb3 Bump setuptools from 75.2.0 to 75.3.0
File Changes
(1 file https://github.com/beaufour/flickr-download/pull/107/files)
- M poetry.lock https://github.com/beaufour/flickr-download/pull/107/files#diff-f53a023eedfa3fbf2925ec7dc76eecdc954ea94b7e47065393dbad519613dc89 (12)
Patch Links:
- https://github.com/beaufour/flickr-download/pull/107.patch
- https://github.com/beaufour/flickr-download/pull/107.diff
— Reply to this email directly, view it on GitHub https://github.com/beaufour/flickr-download/pull/107, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAB2POIYULEIXCM3C7D6CMLZ63H3ZAVCNFSM6AAAAABRDJ7V2GVHI2DSMVQWIX3LMV43ASLTON2WKOZSGYZTCNRVGY2DQOI . You are receiving this because you are subscribed to this thread.Message ID: @.***>
Bumps setuptools from 75.2.0 to 75.3.0.
Changelog
Sourced from setuptools's changelog.
Commits
d8da7df
Bump version: 75.2.0 → 75.3.0a21c7fa
Fix grammar in news fragmenta9a79e7
Fix wheel ABI tag for debug Python 3.13 on Windows (#4676)0bc3248
Merge simple type annotations from typeshed (#4504)1155ca8
Fix wheel ABI tag for debug Python 3.13 on Windows1ca55c9
Workaround for clash betweenruff
inpre-commit
hook andpytest-ruff
(#...c498d16
Satisfy ruff linter - automatic fix1f92af5
Sync pre-commit-hook with version of ruff that gets automatically pulled in t...a39336b
Ruff: enable all pyflakes and perf rules (#4556)e5f16a2
bump jaraco.test to py.typed version 5.5 in test extra (#4651)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 show