Packages changed: python-setuptools (67.6.0 -> 67.6.1) python310-packaging (23.0 -> 23.1) === Details === ==== python-setuptools ==== Version update (67.6.0 -> 67.6.1) - update to 67.6.1: * #3865: Fixed ``_WouldIgnoreField`` warnings for ``scripts`` and ``gui_scripts``, when ``entry-points`` is not listed in dynamic. * #3875: Update code generated by ``validate-pyproject`` to use v0.12.2. * This should fix default license patterns when ``pyproject.toml`` is used. ==== python310-packaging ==== Version update (23.0 -> 23.1) - update to 23.1 * chore: add typed classifier * Improve parser error messaging around mistakes in/around version specifiers * Upgrade to latest mypy * Delete print() from test_tags * Update our linters * Improve error for local version label with unsupported operators * Parse raw metadata * Handle prefix match with zeros at end of prefix correctly * Relax typing of _key on _BaseVersion * Replace spaces in platform names with underscores * Import underlying parser function as an underscored variable