Edk2-pytool-library

Latest version: v0.22.2

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

Scan your dependencies

Page 1 of 12

0.22.2

What's Changed
* Fix UEFI Variable Fetching on Linux by os-d in https://github.com/tianocore/edk2-pytool-library/pull/655

New Contributors
* os-d made their first contribution in https://github.com/tianocore/edk2-pytool-library/pull/655

**Full Changelog**: https://github.com/tianocore/edk2-pytool-library/compare/v0.22.1...v0.22.2

0.22.1

What's Changed

* fdf_parser.py: support `SECTION COMPRESS` sections by apop5 in https://github.com/tianocore/edk2-pytool-library/pull/654
* base_parser.py: support conditions checking for empty string by apop5 in https://github.com/tianocore/edk2-pytool-library/pull/653

Dependency Changes

* build(deps): bump ruff from 0.6.5 to 0.6.9 by dependabot in https://github.com/tianocore/edk2-pytool-library/pull/650
* build(deps): bump mkdocs-material from 9.5.31 to 9.5.40 by dependabot in https://github.com/tianocore/edk2-pytool-library/pull/651
* build(deps): bump pytest from 8.3.2 to 8.3.3 by dependabot in https://github.com/tianocore/edk2-pytool-library/pull/639
* build(deps): bump setuptools from 75.0.0 to 75.1.0 by dependabot in https://github.com/tianocore/edk2-pytool-library/pull/640
* build(deps): bump build from 1.2.1 to 1.2.2.post1 by dependabot in https://github.com/tianocore/edk2-pytool-library/pull/649

**Full Changelog**: https://github.com/tianocore/edk2-pytool-library/compare/v0.22.0...v0.22.1

0.22.0

What's Changed
* [REBASE&FF] Run ruff check and ruff format on the workspace by Javagedes in https://github.com/tianocore/edk2-pytool-library/pull/648
* Python support: drop 3.10, add 3.13 by Javagedes in https://github.com/tianocore/edk2-pytool-library/pull/652

Integration Instructions

Python 3.10 is no longer supported starting at edk2-pytool-library v0.22.0. If your platform cannot upgrade to 3.11 or above, continue using a version of edk2-python-library less than v0.22.0. Otherwise upgrade your version of python to 3.11 or greater.


**Full Changelog**: https://github.com/tianocore/edk2-pytool-library/compare/v0.21.12...v0.22.0

0.21.12

What's Changed
* docs/developing.md: Update outdated steps by makubacki in https://github.com/tianocore/edk2-pytool-library/pull/645
* Fix ruff issues [Rebase & FF] by makubacki in https://github.com/tianocore/edk2-pytool-library/pull/646
* test_locate_tools: Make test_FindInf2CatToolInWinSdk() results consistent by makubacki in https://github.com/tianocore/edk2-pytool-library/pull/647
* gitignore_parser.py: Handle non-subpaths in rule file check by makubacki in https://github.com/tianocore/edk2-pytool-library/pull/644


**Full Changelog**: https://github.com/tianocore/edk2-pytool-library/compare/v0.21.11...v0.21.12

0.21.11

What's Changed

* Update VsWhere.exe to 3.1.7 by Javagedes in https://github.com/tianocore/edk2-pytool-library/pull/636

Dependency Updates

* build(deps): bump mkdocstrings-python from 1.10.7 to 1.10.8 by Javagedes in https://github.com/tianocore/edk2-pytool-library/pull/623
* build(deps): bump setuptools from 71.1.0 to 73.0.1 by dependabot in https://github.com/tianocore/edk2-pytool-library/pull/622
* build(deps): bump pytest from 8.3.1 to 8.3.2 by dependabot in https://github.com/tianocore/edk2-pytool-library/pull/615
* build(deps): bump ruff from 0.5.6 to 0.6.2 by dependabot in https://github.com/tianocore/edk2-pytool-library/pull/621
* build(deps): bump coverage from 7.6.0 to 7.6.1 by dependabot in https://github.com/tianocore/edk2-pytool-library/pull/617
* build(deps): bump setuptools from 73.0.1 to 75.0.0 by dependabot in https://github.com/tianocore/edk2-pytool-library/pull/635
* build(deps): bump ruff from 0.6.2 to 0.6.5 by dependabot in https://github.com/tianocore/edk2-pytool-library/pull/634
* build(deps): bump mkdocs from 1.6.0 to 1.6.1 by dependabot in https://github.com/tianocore/edk2-pytool-library/pull/627
* build(deps): bump mkdocstrings[python] from 0.25.2 to 0.26.1 by dependabot in https://github.com/tianocore/edk2-pytool-library/pull/630
* build(deps): bump mkdocstrings-python from 1.10.8 to 1.11.1 by dependabot in https://github.com/tianocore/edk2-pytool-library/pull/632



**Full Changelog**: https://github.com/tianocore/edk2-pytool-library/compare/v0.21.10...v0.21.11

0.21.10

What's Changed
* Documentation: Fix all broken links by Javagedes in https://github.com/tianocore/edk2-pytool-library/pull/609


Dependency Updates
* build(deps): bump mkdocs-awesome-pages-plugin from 2.9.2 to 2.9.3 by dependabot in https://github.com/tianocore/edk2-pytool-library/pull/608
* build(deps): bump mkdocstrings[python] from 0.25.1 to 0.25.2 by dependabot in https://github.com/tianocore/edk2-pytool-library/pull/607
* build(deps): bump mkdocs-material from 9.5.29 to 9.5.31 by dependabot in https://github.com/tianocore/edk2-pytool-library/pull/613
* build(deps): bump mkdocstrings-python from 1.10.5 to 1.10.7 by dependabot in https://github.com/tianocore/edk2-pytool-library/pull/612
* build(deps): bump ruff from 0.5.4 to 0.5.6 by dependabot in https://github.com/tianocore/edk2-pytool-library/pull/611
* build(deps): bump black from 24.4.2 to 24.8.0 by dependabot in https://github.com/tianocore/edk2-pytool-library/pull/610
* build(deps): bump pre-commit from 3.7.1 to 3.8.0 by dependabot in https://github.com/tianocore/edk2-pytool-library/pull/606


**Full Changelog**: https://github.com/tianocore/edk2-pytool-library/compare/v0.21.9...v0.21.10

Page 1 of 12

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.