Skip to content

pip: bump the pip-minor-patch group with 4 updates#32

Open
dependabot[bot] wants to merge 1 commit into
release/202502from
dependabot/pip/pip-minor-patch-c42c11860d
Open

pip: bump the pip-minor-patch group with 4 updates#32
dependabot[bot] wants to merge 1 commit into
release/202502from
dependabot/pip/pip-minor-patch-c42c11860d

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps the pip-minor-patch group with 4 updates: edk2-pytool-library, edk2-pytool-extensions, pygount and regex.

Updates edk2-pytool-library from 0.22.1 to 0.23.15

Release notes

Sourced from edk2-pytool-library's releases.

v0.23.15

What's Changed

New Contributors

Full Changelog: tianocore/edk2-pytool-library@v0.23.14...v0.23.15

v0.23.14

What's Changed

Full Changelog: tianocore/edk2-pytool-library@v0.23.13...v0.23.14

v0.23.13

What's Changed

Full Changelog: tianocore/edk2-pytool-library@v0.23.12...v0.23.13

v0.23.12

What's Changed

Dependency Updates

Full Changelog: tianocore/edk2-pytool-library@v0.23.11...v0.23.12

... (truncated)

Commits
  • 0dad172 edk2toollib: Include OtherMods in DscParser GetMods (#802)
  • 26df8c5 locate_tools: Add VS2026 Support (#803)
  • 9cbaa0a tests.unit: Change QemuSbsaPkg to QemuArmVirtPkg (#804)
  • 2ef0b15 edk2toollib: Fix Pcds are not parsed when next to symbol (#798)
  • 1f9255c SourceTable: Filter directories from source file glob results (#797)
  • 9b9fda2 build(deps-dev): bump pytest from 8.4.2 to 9.0.2 (#781)
  • 8c89dbe build(deps-dev): bump mkdocs-gen-files from 0.5.0 to 0.6.0 (#782)
  • 42f96bc build(deps-dev): bump setuptools from 80.9.0 to 82.0.0 (#783)
  • 33a6958 build(deps-dev): bump build from 1.3.0 to 1.4.0 (#784)
  • b50aaa5 build(deps): bump actions/upload-artifact from 6 to 7 (#786)
  • Additional commits viewable in compare view

Updates edk2-pytool-extensions from 0.28.0 to 0.31.0

Release notes

Sourced from edk2-pytool-extensions's releases.

v0.31.0

What's Changed

Dependency Updates

Integration Instructions

Per #1065, users must update any local usage of the cryptography crate to v46.0.5 or greater

Full Changelog: tianocore/edk2-pytool-extensions@v0.30.8...v0.31.0

v0.30.8

What's Changed

Dependency Updates

Full Changelog: tianocore/edk2-pytool-extensions@v0.30.7...v0.30.8

v0.30.7

What's Changed

... (truncated)

Commits
  • 34d3253 build(deps): bump actions/upload-artifact from 6 to 7 (#1064)
  • b93fcfc build(deps-dev): bump robotframework from 7.3.2 to 7.4.1 (#1056)
  • 90adf87 build(deps-dev): bump black from 25.9.0 to 26.1.0 (#1057)
  • 8316f58 build(deps-dev): bump pytest from 8.4.2 to 9.0.2 (#1058)
  • 24cf9a2 build(deps-dev): bump mkdocstrings-python from 1.18.2 to 2.0.1 (#1059)
  • a07b2c9 build(deps): bump setuptools from 80.9.0 to 82.0.0 (#1060)
  • ef6ef9e Update cryptography version requirement in pyproject.toml (#1065)
  • e6be970 web_dependency: Handle additional web dep download exceptions (#1063)
  • 2418cec invocable: Log the command executed (#1061)
  • 02c9536 component-libs: Cleanly error when component not found (#1062)
  • Additional commits viewable in compare view

Updates pygount from 3.1.0 to 3.2.0

Release notes

Sourced from pygount's releases.

v3.2.0

What's Changed

Full Changelog: roskakori/pygount@v3.1.1...v3.2.0

v3.1.1

What's Changed

Full Changelog: roskakori/pygount@v3.1.0...v3.1.1

Changelog

Sourced from pygount's changelog.

Version 3.2.0, 2026-04-08

  • Add detection of SVG as XML dialect (issue #209).
  • Fix detecttion of XML dialect when a <?xml> header was present.

Version 3.1.1, 2025-02-17

  • Update dependencies and drop support for Python 3.9 (issue #205).
Commits
  • fc84507 Merge pull request #215 from roskakori/209-add-svg-lexer-1
  • 02abc8c #209 Add SVG lexer and fix detection of XML dialect
  • 4214c16 Merge pull request #210 from roskakori/112-add-chart-for-git-tags
  • 96e7688 #112 Update dependencies
  • d1d0754 Merge pull request #206 from roskakori/205-update-dependencies
  • 900b730 #205 Update dependencies and drop support for Python 3.9
  • See full diff in compare view

Updates regex from 2026.1.15 to 2026.7.10

Changelog

Sourced from regex's changelog.

Version: 2026.7.10

Clarified that the POSIX flag makes it look for only the longest overall match.

Git issue 606: regex's compiled-pattern cache eviction is not free-threading-safe

Version: 2026.6.28

Git issue 604: regex fails on free-threading python because setlocale is not thread-safe

Version: 2026.5.9

Reverse matching with full unicode casefolding could lead to out-of-range string indexes.

Version: 2026.4.4

A fix for older Python versions before free-threading was  supported.

Version: 2026.4.3

More fixes for free-threading.

Version: 2026.3.32

Fixed segfault.

Version: 2026.3.31

Fixed bug again.

Version: 2026.3.30

Fixed bug.

Version: 2026.3.28

Fixed version.

Version: 2026.3.27

Various fixes, including ones to improve free-threading support.

Version: 2026.2.28

Replaced atomic operations with mutex on pattern object for free-threaded Python.

Version: 2026.2.26

PR [#598](https://github.com/mrabarnett/mrab-regex/issues/598): Fix race condition in storage caching with atomic operations.

... (truncated)

Commits
  • e204ddb Git issue 606: regex's compiled-pattern cache eviction is not free-threadin...
  • d7e1927 Updated main.yml for Python 3.15.
  • b18daa6 Git issue 604: regex fails on free-threading python because setlocale is not ...
  • e57d185 Reverse matching with full unicode casefolding lead to out-of-range string in...
  • bc57b04 A fix for older Python versions before free-threading was supported.
  • 773e213 More fixes for free-threading.
  • 5d51c75 Fixed segfault.
  • 2aff2db Fixed bug again.
  • 16af8ae Fixed bug.
  • 2356563 Fixed bug.
  • Additional commits viewable in compare view

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Bumps the pip-minor-patch group with 4 updates: [edk2-pytool-library](https://github.com/tianocore/edk2-pytool-library), [edk2-pytool-extensions](https://github.com/tianocore/edk2-pytool-extensions), [pygount](https://github.com/roskakori/pygount) and [regex](https://github.com/mrabarnett/mrab-regex).


Updates `edk2-pytool-library` from 0.22.1 to 0.23.15
- [Release notes](https://github.com/tianocore/edk2-pytool-library/releases)
- [Commits](tianocore/edk2-pytool-library@v0.22.1...v0.23.15)

Updates `edk2-pytool-extensions` from 0.28.0 to 0.31.0
- [Release notes](https://github.com/tianocore/edk2-pytool-extensions/releases)
- [Commits](tianocore/edk2-pytool-extensions@v0.28.0...v0.31.0)

Updates `pygount` from 3.1.0 to 3.2.0
- [Release notes](https://github.com/roskakori/pygount/releases)
- [Changelog](https://github.com/roskakori/pygount/blob/main/docs/changes.md)
- [Commits](roskakori/pygount@v3.1.0...v3.2.0)

Updates `regex` from 2026.1.15 to 2026.7.10
- [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt)
- [Commits](mrabarnett/mrab-regex@2026.1.15...2026.7.10)

---
updated-dependencies:
- dependency-name: edk2-pytool-library
  dependency-version: 0.23.15
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: edk2-pytool-extensions
  dependency-version: 0.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: pygount
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: regex
  dependency-version: 2026.7.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot added language:python Pull requests that update Python code type:dependabot Created by dependabot type:dependencies Pull requests that update a dependency file labels Jul 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

language:python Pull requests that update Python code type:dependabot Created by dependabot type:dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants