Skip to content

Commit c1e7c81

Browse files
authoredDec 6, 2024··
deps: update dependency packaging to v24.2 (#3432)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [packaging](https://redirect.github.com/pypa/packaging) | `==24.1` -> `==24.2` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/packaging/24.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/packaging/24.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/packaging/24.1/24.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/packaging/24.1/24.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>pypa/packaging (packaging)</summary> ### [`v24.2`](https://redirect.github.com/pypa/packaging/releases/tag/24.2) [Compare Source](https://redirect.github.com/pypa/packaging/compare/24.1...24.2) #### What's Changed - The source is auto-formatted with ruff, not black by [@&#8203;DimitriPapadopoulos](https://redirect.github.com/DimitriPapadopoulos) in [https://github.com/pypa/packaging/pull/798](https://redirect.github.com/pypa/packaging/pull/798) - Bump the github-actions group across 1 directory with 3 updates by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/pypa/packaging/pull/813](https://redirect.github.com/pypa/packaging/pull/813) - Apply ruff rules (RUF) by [@&#8203;DimitriPapadopoulos](https://redirect.github.com/DimitriPapadopoulos) in [https://github.com/pypa/packaging/pull/800](https://redirect.github.com/pypa/packaging/pull/800) - Fix typo in Version `__str__` by [@&#8203;aryanpingle](https://redirect.github.com/aryanpingle) in [https://github.com/pypa/packaging/pull/817](https://redirect.github.com/pypa/packaging/pull/817) - Bump the github-actions group with 3 updates by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/pypa/packaging/pull/819](https://redirect.github.com/pypa/packaging/pull/819) - Get rid of duplicate test cases by [@&#8203;DimitriPapadopoulos](https://redirect.github.com/DimitriPapadopoulos) in [https://github.com/pypa/packaging/pull/821](https://redirect.github.com/pypa/packaging/pull/821) - Fix doc for canonicalize_version and a typo in a docstring by [@&#8203;Laurent-Dx](https://redirect.github.com/Laurent-Dx) in [https://github.com/pypa/packaging/pull/801](https://redirect.github.com/pypa/packaging/pull/801) - docs: public/base_version comparison by [@&#8203;henryiii](https://redirect.github.com/henryiii) in [https://github.com/pypa/packaging/pull/818](https://redirect.github.com/pypa/packaging/pull/818) - Apply ruff/bugbear rules (B) by [@&#8203;DimitriPapadopoulos](https://redirect.github.com/DimitriPapadopoulos) in [https://github.com/pypa/packaging/pull/787](https://redirect.github.com/pypa/packaging/pull/787) - Apply ruff/pyupgrade rules (UP) by [@&#8203;DimitriPapadopoulos](https://redirect.github.com/DimitriPapadopoulos) in [https://github.com/pypa/packaging/pull/786](https://redirect.github.com/pypa/packaging/pull/786) - Add a changelog entry for dropping Python 3.7 support by [@&#8203;alexwlchan](https://redirect.github.com/alexwlchan) in [https://github.com/pypa/packaging/pull/824](https://redirect.github.com/pypa/packaging/pull/824) - Patch python_full_version unconditionally by [@&#8203;jaraco](https://redirect.github.com/jaraco) in [https://github.com/pypa/packaging/pull/825](https://redirect.github.com/pypa/packaging/pull/825) - Refactor canonicalize_version by [@&#8203;jaraco](https://redirect.github.com/jaraco) in [https://github.com/pypa/packaging/pull/793](https://redirect.github.com/pypa/packaging/pull/793) - Allow creating a SpecifierSet from a list of specifiers by [@&#8203;pfmoore](https://redirect.github.com/pfmoore) in [https://github.com/pypa/packaging/pull/777](https://redirect.github.com/pypa/packaging/pull/777) - Fix uninformative error message by [@&#8203;abravalheri](https://redirect.github.com/abravalheri) in [https://github.com/pypa/packaging/pull/830](https://redirect.github.com/pypa/packaging/pull/830) - Fix prerelease detection for `>` and `<` by [@&#8203;notatallshaw](https://redirect.github.com/notatallshaw) in [https://github.com/pypa/packaging/pull/794](https://redirect.github.com/pypa/packaging/pull/794) - Bump the github-actions group across 1 directory with 4 updates by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/pypa/packaging/pull/839](https://redirect.github.com/pypa/packaging/pull/839) - Add support for PEP 730 iOS tags. by [@&#8203;freakboy3742](https://redirect.github.com/freakboy3742) in [https://github.com/pypa/packaging/pull/832](https://redirect.github.com/pypa/packaging/pull/832) - Update the changelog to reflect 24.1 changes by [@&#8203;pradyunsg](https://redirect.github.com/pradyunsg) in [https://github.com/pypa/packaging/pull/840](https://redirect.github.com/pypa/packaging/pull/840) - Mention updating changelog in release process by [@&#8203;pradyunsg](https://redirect.github.com/pradyunsg) in [https://github.com/pypa/packaging/pull/841](https://redirect.github.com/pypa/packaging/pull/841) - Add a comment as to why `Metadata.name` isn't normalized by [@&#8203;brettcannon](https://redirect.github.com/brettcannon) in [https://github.com/pypa/packaging/pull/842](https://redirect.github.com/pypa/packaging/pull/842) - Use !r formatter for error messages with filenames. by [@&#8203;Carreau](https://redirect.github.com/Carreau) in [https://github.com/pypa/packaging/pull/844](https://redirect.github.com/pypa/packaging/pull/844) - PEP 639: Implement License-Expression and License-File by [@&#8203;ewdurbin](https://redirect.github.com/ewdurbin) in [https://github.com/pypa/packaging/pull/828](https://redirect.github.com/pypa/packaging/pull/828) - Bump the github-actions group with 4 updates by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/pypa/packaging/pull/852](https://redirect.github.com/pypa/packaging/pull/852) - Upgrade to latest mypy by [@&#8203;hauntsaninja](https://redirect.github.com/hauntsaninja) in [https://github.com/pypa/packaging/pull/853](https://redirect.github.com/pypa/packaging/pull/853) - Extraneous quotes by [@&#8203;ewdurbin](https://redirect.github.com/ewdurbin) in [https://github.com/pypa/packaging/pull/848](https://redirect.github.com/pypa/packaging/pull/848) #### New Contributors - [@&#8203;aryanpingle](https://redirect.github.com/aryanpingle) made their first contribution in [https://github.com/pypa/packaging/pull/817](https://redirect.github.com/pypa/packaging/pull/817) - [@&#8203;Laurent-Dx](https://redirect.github.com/Laurent-Dx) made their first contribution in [https://github.com/pypa/packaging/pull/801](https://redirect.github.com/pypa/packaging/pull/801) - [@&#8203;alexwlchan](https://redirect.github.com/alexwlchan) made their first contribution in [https://github.com/pypa/packaging/pull/824](https://redirect.github.com/pypa/packaging/pull/824) - [@&#8203;jaraco](https://redirect.github.com/jaraco) made their first contribution in [https://github.com/pypa/packaging/pull/825](https://redirect.github.com/pypa/packaging/pull/825) - [@&#8203;notatallshaw](https://redirect.github.com/notatallshaw) made their first contribution in [https://github.com/pypa/packaging/pull/794](https://redirect.github.com/pypa/packaging/pull/794) - [@&#8203;freakboy3742](https://redirect.github.com/freakboy3742) made their first contribution in [https://github.com/pypa/packaging/pull/832](https://redirect.github.com/pypa/packaging/pull/832) - [@&#8203;Carreau](https://redirect.github.com/Carreau) made their first contribution in [https://github.com/pypa/packaging/pull/844](https://redirect.github.com/pypa/packaging/pull/844) - [@&#8203;ewdurbin](https://redirect.github.com/ewdurbin) made their first contribution in [https://github.com/pypa/packaging/pull/828](https://redirect.github.com/pypa/packaging/pull/828) **Full Changelog**: pypa/packaging@24.1...24.2 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/googleapis/sdk-platform-java). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
1 parent 4d587a0 commit c1e7c81

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎hermetic_build/common/requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ mypy-extensions==1.0.0 \
4444
--hash=sha256:4392f6c0eb8a5668a69e23d168ffa70f0be9ccfd32b5cc2d26a34ae5b844552d \
4545
--hash=sha256:75dbf8955dc00442a438fc4d0666508a9a97b6bd41aa2f0ffe9d2f2725af0782
4646
# via black
47-
packaging==24.1 \
48-
--hash=sha256:026ed72c8ed3fcce5bf8950572258698927fd1dbda10a5e981cdf0ac37f4f002 \
49-
--hash=sha256:5b8f2217dbdbd2f7f384c41c628544e6d52f2d0f53c6d0c3ea61aa5d1d7ff124
47+
packaging==24.2 \
48+
--hash=sha256:09abb1bccd265c01f4a3aa3f7a7db064b36514d2cba19a2f694fe6150451a759 \
49+
--hash=sha256:c228a6dc5e932d346bc5739379109d49e8853dd8223571c7c5b55260edc0b97f
5050
# via black
5151
parameterized==0.9.0 \
5252
--hash=sha256:4e0758e3d41bea3bbd05ec14fc2c24736723f243b28d702081aef438c9372b1b \

0 commit comments

Comments
 (0)
Please sign in to comment.