pip: bump the pip-minor-patch group with 4 updates#32
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
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]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the pip-minor-patch group with 4 updates: edk2-pytool-library, edk2-pytool-extensions, pygount and regex.
Updates
edk2-pytool-libraryfrom 0.22.1 to 0.23.15Release notes
Sourced from edk2-pytool-library's releases.
... (truncated)
Commits
0dad172edk2toollib: Include OtherMods in DscParser GetMods (#802)26df8c5locate_tools: Add VS2026 Support (#803)9cbaa0atests.unit: Change QemuSbsaPkg to QemuArmVirtPkg (#804)2ef0b15edk2toollib: Fix Pcds are not parsed when next to symbol (#798)1f9255cSourceTable: Filter directories from source file glob results (#797)9b9fda2build(deps-dev): bump pytest from 8.4.2 to 9.0.2 (#781)8c89dbebuild(deps-dev): bump mkdocs-gen-files from 0.5.0 to 0.6.0 (#782)42f96bcbuild(deps-dev): bump setuptools from 80.9.0 to 82.0.0 (#783)33a6958build(deps-dev): bump build from 1.3.0 to 1.4.0 (#784)b50aaa5build(deps): bump actions/upload-artifact from 6 to 7 (#786)Updates
edk2-pytool-extensionsfrom 0.28.0 to 0.31.0Release notes
Sourced from edk2-pytool-extensions's releases.
... (truncated)
Commits
34d3253build(deps): bump actions/upload-artifact from 6 to 7 (#1064)b93fcfcbuild(deps-dev): bump robotframework from 7.3.2 to 7.4.1 (#1056)90adf87build(deps-dev): bump black from 25.9.0 to 26.1.0 (#1057)8316f58build(deps-dev): bump pytest from 8.4.2 to 9.0.2 (#1058)24cf9a2build(deps-dev): bump mkdocstrings-python from 1.18.2 to 2.0.1 (#1059)a07b2c9build(deps): bump setuptools from 80.9.0 to 82.0.0 (#1060)ef6ef9eUpdate cryptography version requirement in pyproject.toml (#1065)e6be970web_dependency: Handle additional web dep download exceptions (#1063)2418cecinvocable: Log the command executed (#1061)02c9536component-libs: Cleanly error when component not found (#1062)Updates
pygountfrom 3.1.0 to 3.2.0Release notes
Sourced from pygount's releases.
Changelog
Sourced from pygount's changelog.
Commits
fc84507Merge pull request #215 from roskakori/209-add-svg-lexer-102abc8c#209 Add SVG lexer and fix detection of XML dialect4214c16Merge pull request #210 from roskakori/112-add-chart-for-git-tags96e7688#112 Update dependenciesd1d0754Merge pull request #206 from roskakori/205-update-dependencies900b730#205 Update dependencies and drop support for Python 3.9Updates
regexfrom 2026.1.15 to 2026.7.10Changelog
Sourced from regex's changelog.
... (truncated)
Commits
e204ddbGit issue 606:regex's compiled-pattern cache eviction is not free-threadin...d7e1927Updated main.yml for Python 3.15.b18daa6Git issue 604: regex fails on free-threading python because setlocale is not ...e57d185Reverse matching with full unicode casefolding lead to out-of-range string in...bc57b04A fix for older Python versions before free-threading was supported.773e213More fixes for free-threading.5d51c75Fixed segfault.2aff2dbFixed bug again.16af8aeFixed bug.2356563Fixed bug.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 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