UNCLASSIFIED - NO CUI

Skip to content

Update dependency setuptools to v67.5.1

renovate requested to merge renovate/setuptools-67.x into development

This MR contains the following updates:

Package Update Change
setuptools (changelog) minor ==67.4.0 -> ==67.5.1

Release Notes

pypa/setuptools

v67.5.1

Compare Source

Misc ^^^^

  • #​3836: Fixed interaction between setuptools' package auto-discovery and auto-generated htmlcov files.

    Previously, the htmlcov name was ignored when searching for single-file modules, however the correct behaviour is to ignore it when searching for packages (since it is supposed to be a directory, see coverage config_) -- by :user:yukihiko-shinoda.

    .. _coverage config: https://coverage.readthedocs.io/en/stable/config.html#html-directory

  • #​3838: Improved error messages for pyproject.toml validations.

  • #​3839: Fixed pkg_resources errors caused when parsing metadata of packages that are already installed but do not conform with PEP 440.

v67.5.0

Compare Source

Changes ^^^^^^^

  • #​3843: Although pkg_resources has been discouraged for use, some projects still consider pkg_resources viable for usage. This change makes it clear that pkg_resources should not be used, emitting a DeprecationWarning when imported.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports