Edk2-pytool-extensions

Latest version: v0.28.3

Safety actively analyzes 706487 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 16

0.26.3

What's Changed

* Only restore file permissions on Linux by Javagedes in https://github.com/tianocore/edk2-pytool-extensions/pull/707
* Reports: Usage Report: Add additional data by Javagedes in https://github.com/tianocore/edk2-pytool-extensions/pull/689
* Show invocable's help even without a config file by Javagedes in https://github.com/tianocore/edk2-pytool-extensions/pull/639
* edk2_invocable: verbose flag may not be honored by Javagedes in https://github.com/tianocore/edk2-pytool-extensions/pull/575

Dependency Updates

* build(deps-dev): bump ruff from 0.1.5 to 0.1.6 by dependabot in https://github.com/tianocore/edk2-pytool-extensions/pull/697
* build(deps-dev): bump mkdocstrings[python] from 0.23.0 to 0.24.0 by dependabot in https://github.com/tianocore/edk2-pytool-extensions/pull/696
* build(deps-dev): bump mkdocs-material from 9.4.8 to 9.4.10 by dependabot in https://github.com/tianocore/edk2-pytool-extensions/pull/695
* build(deps-dev): bump mkdocstrings-python from 1.7.4 to 1.7.5 by dependabot in https://github.com/tianocore/edk2-pytool-extensions/pull/700
* build(deps-dev): bump mkdocs-material from 9.4.10 to 9.4.14 by dependabot in https://github.com/tianocore/edk2-pytool-extensions/pull/699
* build(deps-dev): bump setuptools from 68.2.2 to 69.0.2 by dependabot in https://github.com/tianocore/edk2-pytool-extensions/pull/698
* build(deps): bump actions/deploy-pages from 2 to 3 by dependabot in https://github.com/tianocore/edk2-pytool-extensions/pull/705
* build(deps): bump actions/setup-python from 4 to 5 by dependabot in https://github.com/tianocore/edk2-pytool-extensions/pull/704
* build(deps-dev): bump ruff from 0.1.6 to 0.1.7 by dependabot in https://github.com/tianocore/edk2-pytool-extensions/pull/703
* build(deps-dev): bump mkdocs-material from 9.4.14 to 9.5.2 by dependabot in https://github.com/tianocore/edk2-pytool-extensions/pull/706
* build(deps-dev): bump pre-commit from 3.5.0 to 3.6.0 by dependabot in https://github.com/tianocore/edk2-pytool-extensions/pull/702



**Full Changelog**: https://github.com/tianocore/edk2-pytool-extensions/compare/v0.26.2...v0.26.3

0.26.2

What's Changed
* coverage_report: split packagepaths by os.sep by Javagedes in https://github.com/tianocore/edk2-pytool-extensions/pull/694


**Full Changelog**: https://github.com/tianocore/edk2-pytool-extensions/compare/v0.26.1...v0.26.2

0.26.1

What's Changed

* coverage_report: Add additional functionality by Javagedes in https://github.com/tianocore/edk2-pytool-extensions/pull/690

Dependency Updates
* build(deps-dev): bump ruff from 0.1.3 to 0.1.4 by dependabot in https://github.com/tianocore/edk2-pytool-extensions/pull/688
* build(deps-dev): bump mkdocs-material from 9.4.7 to 9.4.8 by dependabot in https://github.com/tianocore/edk2-pytool-extensions/pull/687
* build(deps-dev): bump ruff from 0.1.4 to 0.1.5 by dependabot in https://github.com/tianocore/edk2-pytool-extensions/pull/693
* build(deps-dev): bump mkdocstrings-python from 1.7.3 to 1.7.4 by dependabot in https://github.com/tianocore/edk2-pytool-extensions/pull/692
* build(deps-dev): bump black from 23.10.1 to 23.11.0 by dependabot in https://github.com/tianocore/edk2-pytool-extensions/pull/691

**Full Changelog**: https://github.com/tianocore/edk2-pytool-extensions/compare/v0.26.0...v0.26.1

0.26.0

This release introduces two new invocables, `stuart_parse` and `stuart_report`. Please review the documentation on [Integrating](https://www.tianocore.org/edk2-pytool-extensions/integrate/reporting/) and [Using](https://www.tianocore.org/edk2-pytool-extensions/using/reporting/) these invocables. They are still in "beta"; if you experience any unexpected issues, please file a [Bug](https://github.com/tianocore/edk2-pytool-extensions/issues/new?assignees=&labels=new%2Cbug&projects=&template=bug_report.yml&title=%5BBug%5D%3A+).

What's Changed

* Report parser sqlite3 by Javagedes in https://github.com/tianocore/edk2-pytool-extensions/pull/654

Dependency Updates

* build(deps-dev): bump black from 23.9.1 to 23.10.0 by dependabot in https://github.com/tianocore/edk2-pytool-extensions/pull/679
* build(deps-dev): bump mkdocs-material from 9.4.4 to 9.4.6 by dependabot in https://github.com/tianocore/edk2-pytool-extensions/pull/676
* build(deps): bump actions/setup-node from 3 to 4 by dependabot in https://github.com/tianocore/edk2-pytool-extensions/pull/686
* build(deps-dev): bump pre-commit from 3.4.0 to 3.5.0 by dependabot in https://github.com/tianocore/edk2-pytool-extensions/pull/677
* build(deps-dev): bump pytest from 7.4.2 to 7.4.3 by dependabot in https://github.com/tianocore/edk2-pytool-extensions/pull/685
* build(deps-dev): bump black from 23.10.0 to 23.10.1 by dependabot in https://github.com/tianocore/edk2-pytool-extensions/pull/684
* build(deps-dev): bump mkdocs-material from 9.4.6 to 9.4.7 by dependabot in https://github.com/tianocore/edk2-pytool-extensions/pull/683
* build(deps-dev): bump ruff from 0.0.292 to 0.1.3 by dependabot in https://github.com/tianocore/edk2-pytool-extensions/pull/682



**Full Changelog**: https://github.com/tianocore/edk2-pytool-extensions/compare/v0.25.1...v0.25.2

0.25.1

What's Changed

* Add Rust tool version reporting by makubacki in https://github.com/tianocore/edk2-pytool-extensions/pull/678

Dependency Updates

* build(deps-dev): bump coverage from 7.3.1 to 7.3.2 by dependabot in https://github.com/tianocore/edk2-pytool-extensions/pull/670
* build(deps-dev): bump mkdocstrings-python from 1.7.1 to 1.7.3 by dependabot in https://github.com/tianocore/edk2-pytool-extensions/pull/675
* build(deps-dev): bump mkdocs-material from 9.4.2 to 9.4.4 by dependabot in https://github.com/tianocore/edk2-pytool-extensions/pull/672
* build(deps-dev): bump regex from 2023.8.8 to 2023.10.3 by dependabot in https://github.com/tianocore/edk2-pytool-extensions/pull/673
* build(deps-dev): bump ruff from 0.0.291 to 0.0.292 by dependabot in https://github.com/tianocore/edk2-pytool-extensions/pull/674


**Full Changelog**: https://github.com/tianocore/edk2-pytool-extensions/compare/v0.25.0...v0.25.1

0.25.0

What's Changed

* Update Supported Python versions to 3.10, 3.11, and 3.12 by Javagedes in https://github.com/tianocore/edk2-pytool-extensions/pull/669
* edk2toolext/edk2_logging.py: Log rust errors by Javagedes in https://github.com/tianocore/edk2-pytool-extensions/pull/665

Breaking Changes

edk2-pytool-extensions has officially dropped support for python 3.9 with this release. To continue to receive improvements to edk2-pytool-extensions, passed v0.24, you will need to upgrade to a supported version of python (3.10, 3.11, or 3.12).

Dependency Updates
* build(deps-dev): bump coverage from 7.3.0 to 7.3.1 by dependabot in https://github.com/tianocore/edk2-pytool-extensions/pull/667
* build(deps-dev): bump mkdocstrings-python from 1.7.0 to 1.7.1 by dependabot in https://github.com/tianocore/edk2-pytool-extensions/pull/668
* build(deps-dev): bump mkdocs-material from 9.2.5 to 9.4.2 by dependabot in https://github.com/tianocore/edk2-pytool-extensions/pull/664
* build(deps-dev): bump setuptools from 68.1.2 to 68.2.2 by dependabot in https://github.com/tianocore/edk2-pytool-extensions/pull/661
* build(deps-dev): bump black from 23.7.0 to 23.9.1 by dependabot in https://github.com/tianocore/edk2-pytool-extensions/pull/659
* build(deps-dev): bump mkdocstrings[python] from 0.22.0 to 0.23.0 by dependabot in https://github.com/tianocore/edk2-pytool-extensions/pull/663
* build(deps-dev): bump pre-commit from 3.3.3 to 3.4.0 by dependabot in https://github.com/tianocore/edk2-pytool-extensions/pull/644
* build(deps): bump actions/checkout from 3 to 4 by dependabot in https://github.com/tianocore/edk2-pytool-extensions/pull/648
* build(deps-dev): bump ruff from 0.0.290 to 0.0.291 by dependabot in https://github.com/tianocore/edk2-pytool-extensions/pull/666
* build(deps-dev): bump pytest from 7.4.0 to 7.4.2 by dependabot in https://github.com/tianocore/edk2-pytool-extensions/pull/649
* build(deps-dev): bump build from 0.10.0 to 1.0.3 by dependabot in https://github.com/tianocore/edk2-pytool-extensions/pull/651


**Full Changelog**: https://github.com/tianocore/edk2-pytool-extensions/compare/v0.24.1...v0.25.0

Page 4 of 16

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.