Bump packaging from 24.0 to 24.1
Bumps packaging from 24.0 to 24.1.
Release notes
Sourced from packaging's releases.
24.1
What's Changed
- pyupgrade/black/isort/flake8 → ruff by
@DimitriPapadopoulos
in pypa/packaging#769- Add support for Python 3.13 and drop EOL 3.7 by
@hugovk
in pypa/packaging#783- Bump the github-actions group with 4 updates by
@dependabot
in pypa/packaging#782- Fix typo in
_parser
docstring by@pradyunsg
in pypa/packaging#784- Modernise type annotations using FA rules from ruff by
@pradyunsg
in pypa/packaging#785- Document
markers.default_environment()
by@edgarrmondragon
in pypa/packaging#753- Bump the github-actions group with 3 updates by
@dependabot
in pypa/packaging#789- Work around platform.python_version() returning non PEP 440 compliant version for non-tagged CPython builds by
@sbidoul
in pypa/packaging#802New Contributors
@dependabot
made their first contribution in pypa/packaging#782@edgarrmondragon
made their first contribution in pypa/packaging#753Full Changelog: https://github.com/pypa/packaging/compare/24.0...24.1
Commits
-
85442b8
Bump for release -
3e67fc7
Work aroundplatform.python_version()
returning non PEP 440 compliant versi... -
32deafe
Bump the github-actions group with 3 updates (#789) -
e0dda88
Documentmarkers.default_environment()
(#753) -
cc938f9
Modernise type annotations using FA rules from ruff (#785) -
757f559
Fix typo in_parser
docstring (#784) -
ec9f203
Bump the github-actions group with 4 updates (#782) -
5cbe1e4
Add support for Python 3.13 and drop EOL 3.7 (#783) -
cb8fd38
pyupgrade/black/isort/flake8 → ruff (#769) -
e8002b1
Bump for development - See full diff in compare view