Skip to content

chore(deps-dev): bump packaging from 25.0 to 26.2#1032

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/packaging-26.1
Closed

chore(deps-dev): bump packaging from 25.0 to 26.2#1032
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/packaging-26.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 20, 2026

Copy link
Copy Markdown
Contributor

Bumps packaging from 25.0 to 26.2.

Release notes

Sourced from packaging's releases.

26.2

What's Changed

Fixes:

Documentation:

Internal:

New Contributors

Full Changelog: pypa/packaging@26.1...26.2

26.1

Features:

Behavior adaptations:

... (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, and Requirement pickle-safe
    and backward-compatible with pickles created in 25.0-26.1 (including references to the removed
    packaging._structures module) (:pull:1163, :pull:1168, :pull:1170, :pull:1171)
  • Re-export ExceptionGroup in 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 DirectUrl typo in (:pull:1167)
  • Add example of is_unsatisfiable in (: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.abi3t free-threading tag in (:pull:1099)
  • PEP 723: add packaging.dependency_groups module, based on the dependency-groups package in (:pull:1065)
  • Add the packaging.direct_url module in (:pull:944)
  • Add the packaging.errors module in (:pull:1071)
  • Add SpecifierSet.is_unsatisfiable using ranges (new internals that will be expanded in future versions) in (:pull:1119)
  • Add create_compatible_tags_selector to select compatible tags in (:pull:1110)
  • Add a key argument to SpecifierSet.filter() in (:pull:1068)
  • Support & and | for Marker's in (:pull:1146)
  • Normalize Version.__replace__ and add Version.from_parts in (:pull:1078)
  • Add an option to validate compressed tag set sort order in parse_wheel_filename in (:pull:1150)

Behavior adaptations:

  • Narrow exclusion of pre-releases for <V.postN to match spec in (:pull:1140)
  • Narrow exclusion of post-releases for >V to match spec in (:pull:1141)
  • Rename format_full_version to _format_full_version to make it visibly private in (:pull:1125)
  • Restrict local version to ASCII in (:pull:1102)

Pylock (PEP 751) updates:

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 20, 2026
@dependabot dependabot Bot requested a review from a team as a code owner April 20, 2026 02:43
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 20, 2026
Bumps [packaging](https://github.com/pypa/packaging) from 25.0 to 26.2.
- [Release notes](https://github.com/pypa/packaging/releases)
- [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst)
- [Commits](pypa/packaging@25.0...26.2)

---
updated-dependencies:
- dependency-name: packaging
  dependency-version: '26.1'
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps-dev): bump packaging from 25.0 to 26.1 chore(deps-dev): bump packaging from 25.0 to 26.2 May 7, 2026
@dependabot dependabot Bot force-pushed the dependabot/pip/packaging-26.1 branch from f6b7fb6 to 5dc2e72 Compare May 7, 2026 20:36
@ramsessanchez

Copy link
Copy Markdown
Contributor

Superseded by #1046 which consolidates all dependency updates.

@dependabot @github

dependabot Bot commented on behalf of github May 19, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/pip/packaging-26.1 branch May 19, 2026 08:51
ramsessanchez added a commit that referenced this pull request May 20, 2026
Consolidates all open Dependabot PRs into a single update:

requirements-dev.txt:
- microsoft-kiota-* 1.9.7 -> 1.10.1
- azure-core 1.38.0 -> 1.41.0
- azure-identity 1.25.1 -> 1.25.3
- opentelemetry-api 1.38.0 -> 1.41.1
- opentelemetry-sdk 1.38.0 -> 1.41.1
- opentelemetry-semantic-conventions 0.59b0 -> 0.62b1
- msal 1.34.0 -> 1.36.0
- mypy 1.17.1 -> 1.19.1
- packaging 25.0 -> 26.2
- tomli 2.3.0 -> 2.4.1
- wrapt 2.0.1 -> 2.1.2
- certifi 2025.8.3 -> 2026.4.22
- PyJWT 2.12.0 -> 2.12.1

GitHub Actions:
- googleapis/release-please-action v4 -> v5
- dependabot/fetch-metadata v3.0.0 -> v3.1.0

Supersedes: #1020, #1021, #1023, #1024, #1025, #1026, #1027, #1029, #1032, #1034, #1037

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant