Skip to content

Bump wcmatch from 10.1 to 11.0 in /docs - #468

Merged
blaubaer merged 1 commit into
mainfrom
dependabot/pip/docs/wcmatch-10.2
Jul 10, 2026
Merged

Bump wcmatch from 10.1 to 11.0 in /docs#468
blaubaer merged 1 commit into
mainfrom
dependabot/pip/docs/wcmatch-10.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Contributor

Bumps wcmatch from 10.1 to 11.0.

Release notes

Sourced from wcmatch's releases.

11.0

  • NEW: Reduce/combine nested EXTGLOB/EXTMATCH regular expression patterns when possible to reduce deeply nested patterns.
  • NEW: Added ZSH style numerical ranges (<0-9>) via new NUMRANGE flag.
  • BREAK: Previously, translation would have a capture group for every extended glob pattern when EXTGLOB/EXTMATCH was enabled. Due to the new feature added that reduces extended glob group nesting, groups no longer appear exactly as specified. Moving forward, capturing groups are not included by default. If you need the old behavior, it can be enabled in a translate() call via the CAPTURE flag. This flag will cause extended glob reduction to be turned off and for capturing groups to be enabled.
  • FIX: Avoid reparsing sequences that have already been deemed not valid.
  • FIX: Halt EXTGLOB/EXTMATCH parsing once an unclosed extended glob pattern is encountered.
  • FIX: Fix case where an empty string would not match a pattern targeting an empty string.
  • FIX: Ensure that consecutive stars are collapsed into a single regular expression pattern.
  • FIX: Fix parsing SPLIT not accounting for POSIX character class.

10.2.1

  • FIX: Properly update project requirements to ensure usage of bracex 3.0.

10.2

  • NEW: Require bracex 3.0 for bug fixes.
  • NEW: Drop support for Python 3.9 which is "end of life".
Commits
  • 6dc2a86 More efficient EXTGLOB/EXTMATCH handling (#237)
  • f488e21 Add ZSH style number ranges
  • 69a0181 Split logic should account for POSIX groups
  • ba0cf42 Ensure stars are collapsed into a single regex
  • 5ca63bb Fix empty string matching
  • b581475 Update deploy pages
  • 687cc65 Fix bracex 3 requirement (#235)
  • 3057590 Require Bracex 3.0 for bug fixes
  • 88f45e9 Docs: Update admonition style to the more common form
  • bf5e6e5 Drop Python 3.9 (#234)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jul 1, 2026
@dependabot dependabot Bot changed the title Bump wcmatch from 10.1 to 10.2 in /docs Bump wcmatch from 10.1 to 10.2.1 in /docs Jul 7, 2026
@dependabot
dependabot Bot force-pushed the dependabot/pip/docs/wcmatch-10.2 branch 2 times, most recently from 02e7ee5 to 21498b1 Compare July 9, 2026 16:05
Bumps [wcmatch](https://github.com/facelessuser/wcmatch) from 10.1 to 11.0.
- [Release notes](https://github.com/facelessuser/wcmatch/releases)
- [Commits](facelessuser/wcmatch@10.1...11.0)

---
updated-dependencies:
- dependency-name: wcmatch
  dependency-version: '10.2'
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Bump wcmatch from 10.1 to 10.2.1 in /docs Bump wcmatch from 10.1 to 11.0 in /docs Jul 10, 2026
@dependabot
dependabot Bot force-pushed the dependabot/pip/docs/wcmatch-10.2 branch from 21498b1 to 227bf0f Compare July 10, 2026 06:34
@blaubaer
blaubaer merged commit 9a8b1c6 into main Jul 10, 2026
10 checks passed
@blaubaer
blaubaer deleted the dependabot/pip/docs/wcmatch-10.2 branch July 10, 2026 06:46
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