Skip to content

Chore(deps): bump setuptools from 71.1.0 to 73.0.0

HIFIS Bot requested to merge dependabot-pip-setuptools-73.0.0 into main

Bumps setuptools from 71.1.0 to 73.0.0.

Changelog

Sourced from setuptools's changelog.

v73.0.0

Features

  • Mark abstract base classes and methods with abc.ABC and abc.abstractmethod -- by :user:Avasam (#4503)
  • Changed the order of type checks in setuptools.command.easy_install.CommandSpec.from_param to support any collections.abc.Iterable of str param -- by :user:Avasam (#4505)

Bugfixes

  • Prevent an error in bdist_wheel if compression is set to a str (even if valid) after finalizing options but before running the command. -- by :user:Avasam (#4383)
  • Raises an exception when py_limited_api is used in a build with Py_GIL_DISABLEDpython/cpython#111506#4420)
  • pypa/distutils#284

Deprecations and Removals

  • setuptools is replacing the usages of :pypi:ordered_set with simple instances of dict[Hashable, None]. This is done to remove the extra dependency and it is possible because since Python 3.7, dict maintain insertion order. (#4574)

Misc

v72.2.0

Features

v72.1.0

Features

  • Restore the tests command and deprecate access to the module. (#4519) (#4520)

... (truncated)

Commits

Merge request reports

Loading