chore(deps): bump packaging from 25.0 to 26.2 in the python-major group
Open
Number: #215
Type: Pull Request
State: Open
Type: Pull Request
State: Open
Author:
dependabot[bot]
Association: Unknown
Comments: 3
Association: Unknown
Comments: 3
Created:
May 29, 2026 at 10:04 PM UTC
(about 19 hours ago)
(about 19 hours ago)
Updated:
May 29, 2026 at 10:08 PM UTC
(about 19 hours ago)
(about 19 hours ago)
Labels:
dependencies python:uv
dependencies python:uv
Description:
Bumps the python-major group with 1 update: packaging.
Updates packaging from 25.0 to 26.2
Release notes
Sourced from packaging's releases.
26.2
What's Changed
Fixes:
- Fix incorrect sysconfig var name for pyemscripten by
@ryanking13in pypa/packaging#1160- Make
Version,Specifier,SpecifierSet,Tag,Marker, andRequirementpickle-safe and backward-compatible with pickles created in 25.0-26.1 (including references to the removedpackaging._structuresmodule) by@eachimeiand@henryiiiin pypa/packaging#1163, pypa/packaging#1168, pypa/packaging#1170, and pypa/packaging#1171- fix: re-export ExceptionGroup for now by
@henryiiiin pypa/packaging#1164Documentation:
- docs: add errors section and fix missing details by
@henryiiiin pypa/packaging#1159- docs(dev): document property-based test suite by
@r266-techin pypa/packaging#1167- Fix typo in DirectUrl documentation by
@sbidoulin pypa/packaging#1169- docs(specifiers): add is_unsatisfiable() usage example by
@r266-techin pypa/packaging#1166Internal:
- Enable the auditor persona on zizmor by
@henryiiiin pypa/packaging#1158- Test new pickle guarantees by
@henryiiiin pypa/packaging#1174- Use native uv integration in rtd by
@henryiiiin pypa/packaging#1175New Contributors
@ryanking13made their first contribution in pypa/packaging#1160@eachimeimade their first contribution in pypa/packaging#1163Full Changelog: https://github.com/pypa/packaging/compare/26.1...26.2
26.1
Features:
PEP 783: add handling for Emscripten wheel tags by(old name used in implementation, will be fixed in next release)@hoodmanein pypa/packaging#804- PEP 803: add handling for the
abi3.abi3tfree-threading tag by@ngoldbaumin pypa/packaging#1099- PEP 723: add
packaging.dependency_groupsmodule, based on thedependency-groupspackage by@sirosenin pypa/packaging#1065- Add the
packaging.direct_urlmodule by@sbidoulin pypa/packaging#944- Add the
packaging.errorsmodule by@henryiiiin pypa/packaging#1071- Add
SpecifierSet.is_unsatisfiableusing ranges (new internals that will be expanded in future versions) by@notatallshawin pypa/packaging#1119- Add
create_compatible_tags_selectorto select compatible tags by@sbidoulin pypa/packaging#1110- Add a
keyargument toSpecifierSet.filter()by@frostmingin pypa/packaging#1068- Support
&and|forMarker's by@henryiiiin pypa/packaging#1146- Normalize
Version.__replace__and addVersion.from_partsby@henryiiiin pypa/packaging#1078- Add an option to validate compressed tag set sort order in
parse_wheel_filenameby@r266-techin pypa/packaging#1150Behavior adaptations:
- Narrow exclusion of pre-releases for
<V.postNto match spec by@notatallshawin pypa/packaging#1140
... (truncated)
Changelog
Sourced from packaging's changelog.
26.2 - 2026-04-24
Fixes:
- Fix incorrect sysconfig var name for pyemscripten in (:pull:
1160)- Make
Version,Specifier,SpecifierSet,Tag,Marker, andRequirementpickle-safe
and backward-compatible with pickles created in 25.0-26.1 (including references to the removed
packaging._structuresmodule) (:pull:1163, :pull:1168, :pull:1170, :pull:1171)- Re-export
ExceptionGroupin metadata for now in (:pull:1164)Documentation:
- Add errors section and fix missing details in (:pull:
1159)- Document our property-based test suite in (:pull:
1167)- Fix a
DirectUrltypo in (:pull:1169)- Add example of
is_unsatisfiablein (:pull:1166)Internal:
- Enable the auditor persona on zizmor in (:pull:
1158)- Test new pickle guarantees in (:pull:
1174)- Use new native ReadTheDocs uv integration in (:pull:
1175)26.1 - 2026-04-14
Features:
- PEP 783: add handling for Emscripten wheel tags in (:pull:
804) (old name used in implementation, fixed in next release)- PEP 803: add handling for the
abi3.abi3tfree-threading tag in (:pull:1099)- PEP 723: add
packaging.dependency_groupsmodule, based on thedependency-groupspackage in (:pull:1065)- Add the
packaging.direct_urlmodule in (:pull:944)- Add the
packaging.errorsmodule in (:pull:1071)- Add
SpecifierSet.is_unsatisfiableusing ranges (new internals that will be expanded in future versions) in (:pull:1119)- Add
create_compatible_tags_selectorto select compatible tags in (:pull:1110)- Add a
keyargument toSpecifierSet.filter()in (:pull:1068)- Support
&and|forMarker's in (:pull:1146)- Normalize
Version.__replace__and addVersion.from_partsin (:pull:1078)- Add an option to validate compressed tag set sort order in
parse_wheel_filenamein (:pull:1150)Behavior adaptations:
- Narrow exclusion of pre-releases for
<V.postNto match spec in (:pull:1140)- Narrow exclusion of post-releases for
>Vto match spec in (:pull:1141)- Rename
format_full_versionto_format_full_versionto make it visibly private in (:pull:1125)- Restrict local version to ASCII in (:pull:
1102)Pylock (PEP 751) updates:
... (truncated)
Commits
84a87eeBump for release4a616b6docs: a few more updates to prepare for 26.2 (#1176)9de6f44ci: use native uv integration in rtd (#1175)bc76e14chore: update changelog for 26.2 (#1161)3f00091tests: add a pickle check (#1174)48a8a06fix: make Requirements/Markers pickle-safe (#1171)823b44efix: make Tags pickle-safe (#1170)4bed32dfix: make Specifier / SpecifierSet pickle-safe (#1168)963118efix: re-export ExceptionGroup for now (#1164)66e34a8docs(specifiers): add is_unsatisfiable() usage example (#1166)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Package Dependencies
Technical Details
| ID: | 15953414 |
| UUID: | 4551915071 |
| Node ID: | PR_kwDOL9ER3s7g0i9h |
| Host: | GitHub |
| Repository: | SocketDev/socket-python-cli |