Skip to content

pip: bump edk2-pytool-library to 0.23.16, edk2-pytool-extensions to 0.31.1, ruff to 0.16.4 - #461

Merged
Aaron (apop5) merged 1 commit into
mainfrom
dependabot/pip/all-pip-dependencies-e427757ff0
Sep 1, 2026
Merged

pip: bump edk2-pytool-library to 0.23.16, edk2-pytool-extensions to 0.31.1, ruff to 0.16.4#461
Aaron (apop5) merged 1 commit into
mainfrom
dependabot/pip/all-pip-dependencies-e427757ff0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the all-pip-dependencies group with 3 updates: edk2-pytool-library, edk2-pytool-extensions and ruff.

Updates edk2-pytool-library from 0.23.15 to 0.23.16

Release notes

Sourced from edk2-pytool-library's releases.

v0.23.16

What's Changed

Dependency Updates

New Contributors

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

Commits
  • d2b6c4c fdf_parser: Fix RecursionError on long runs of skipped lines (#821)
  • d768bd0 build(deps-dev): bump setuptools from 82.0.1 to 84.0.0 (#814)
  • 213457d build(deps-dev): bump coverage from 7.15.1 to 7.15.4 (#815)
  • 2bc320c build(deps-dev): bump pre-commit from 4.5.1 to 4.6.2 (#817)
  • 5c7bd1a build(deps-dev): bump mkdocstrings from 0.30.1 to 1.0.6 (#818)
  • 7ad4b8d build(deps): bump actions/setup-node from 6 to 7 (#819)
  • f1eaf94 build(deps): bump actions/setup-python from 6 to 7 (#820)
  • 1b6a6c1 build(deps): bump actions/checkout from 6 to 7 (#808)
  • ca32693 build(deps-dev): bump ruff from 0.15.20 to 0.15.21 (#809)
  • 59f9872 build(deps-dev): bump build from 1.4.0 to 1.5.1 (#810)
  • Additional commits viewable in compare view

Updates edk2-pytool-extensions from 0.31.0 to 0.31.1

Release notes

Sourced from edk2-pytool-extensions's releases.

v0.31.1

What's Changed

Dependency Updates

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

Commits
  • cae500d build(deps): bump setuptools from 82.0.0 to 84.0.0 (#1085)
  • d5531c3 build(deps): bump actions/setup-node from 6 to 7 (#1086)
  • a576048 build(deps-dev): bump mkdocs-material from 9.7.1 to 9.7.7 (#1087)
  • d1b1294 build(deps-dev): bump mkdocs-gen-files from 0.5.0 to 0.6.1 (#1088)
  • 32d6785 ExtDep: Update install instructions for mono (#1092)
  • 1ff2f65 build(deps-dev): bump pytest from 9.0.3 to 9.1.1 (#1089)
  • 6527a3a build(deps): bump actions/setup-python from 6 to 7 (#1091)
  • f57c97a Integration tests: update robot test framework (#1093)
  • ceb7268 build(deps-dev): bump pre-commit from 4.5.1 to 4.6.0 (#1080)
  • dcae6ee build(deps-dev): bump mkdocstrings-python from 2.0.1 to 2.0.5 (#1081)
  • Additional commits viewable in compare view

Updates ruff from 0.16.0 to 0.16.4

Release notes

Sourced from ruff's releases.

0.16.4

Release Notes

Released on 2026-08-20.

Preview features

  • [flake8-use-pathlib] Add autofix for PTH116 (#26460)
  • [refurb] Restrict delete-full-slice to lists (FURB131) (#27711)
  • [refurb] Skip FURB101 and FURB103 when the open argument is a file descriptor (#27643)

Bug fixes

  • Fix InvalidInstruction on Windows CPUs that do not support POPCNT (#27803)
  • [pyflakes] Emit semantic syntax errors in string type definitions as F722 (#27835)
  • [pylint] Allow os._exit imports in import-private-name (PLC2701) (#27738)

Rule changes

  • [syntax-errors] Align mixed t-string/bytes error message with CPython 3.14 (#27766)
  • [ruff] Add ctypes.LittleEndianStructure and related types to existing exception (RUF012) (#27753)
  • [syntax-errors] Detect duplicate keyword arguments (#17804)
  • [syntax-errors] Detect parameters declared nonlocal (#27628)

Server

  • Offer display-only fixes and mark safe fixes preferred (#27807)
  • Support pull diagnostics for notebook cells (#27779)

Documentation

  • Add default indicator to rules table (#27724)
  • Fix broken link to Python docs (#27757)

Other changes

  • Fix s390x stacker assembly in release builds (#27776)
  • Guarantee minimum stack size when parsing a module, standalone expression, and suites (#25464)
  • Reduce configuration deserialization code size (#27924)
  • Check packed AST index bounds (#27849)

Contributors

... (truncated)

Changelog

Sourced from ruff's changelog.

0.16.4

Released on 2026-08-20.

Preview features

  • [flake8-use-pathlib] Add autofix for PTH116 (#26460)
  • [refurb] Restrict delete-full-slice to lists (FURB131) (#27711)
  • [refurb] Skip FURB101 and FURB103 when the open argument is a file descriptor (#27643)

Bug fixes

  • Fix InvalidInstruction on Windows CPUs that do not support POPCNT (#27803)
  • [pyflakes] Emit semantic syntax errors in string type definitions as F722 (#27835)
  • [pylint] Allow os._exit imports in import-private-name (PLC2701) (#27738)

Rule changes

  • [syntax-errors] Align mixed t-string/bytes error message with CPython 3.14 (#27766)
  • [ruff] Add ctypes.LittleEndianStructure and related types to existing exception (RUF012) (#27753)
  • [syntax-errors] Detect duplicate keyword arguments (#17804)
  • [syntax-errors] Detect parameters declared nonlocal (#27628)

Server

  • Offer display-only fixes and mark safe fixes preferred (#27807)
  • Support pull diagnostics for notebook cells (#27779)

Documentation

  • Add default indicator to rules table (#27724)
  • Fix broken link to Python docs (#27757)

Other changes

  • Fix s390x stacker assembly in release builds (#27776)
  • Guarantee minimum stack size when parsing a module, standalone expression, and suites (#25464)
  • Reduce configuration deserialization code size (#27924)
  • Check packed AST index bounds (#27849)

Contributors

... (truncated)

Commits

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 all-pip-dependencies group with 3 updates: [edk2-pytool-library](https://github.com/tianocore/edk2-pytool-library), [edk2-pytool-extensions](https://github.com/tianocore/edk2-pytool-extensions) and [ruff](https://github.com/astral-sh/ruff).


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

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

Updates `ruff` from 0.16.0 to 0.16.4
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.16.0...0.16.4)

---
updated-dependencies:
- dependency-name: edk2-pytool-library
  dependency-version: 0.23.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-pip-dependencies
- dependency-name: edk2-pytool-extensions
  dependency-version: 0.31.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-pip-dependencies
- dependency-name: ruff
  dependency-version: 0.16.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-pip-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@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 Sep 1, 2026
@apop5 Aaron (apop5) changed the title pip: bump the all-pip-dependencies group with 3 updates pip: bump edk2-pytool-library to 0.23.16, edk2-pytool-extensions to 0.31.1, ruff to 0.16.4 Sep 1, 2026
@apop5
Aaron (apop5) merged commit 02bed0f into main Sep 1, 2026
4 checks passed
@dependabot
dependabot Bot deleted the dependabot/pip/all-pip-dependencies-e427757ff0 branch September 1, 2026 21:07
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.

2 participants