Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip: update edk2-pytool-extensions requirement from ~=0.24.1 to ~=0.25.0 #179

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 10, 2023

Updates the requirements on edk2-pytool-extensions to permit the latest version.

Release notes

Sourced from edk2-pytool-extensions's releases.

v0.25.0

What's Changed

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

Full Changelog: tianocore/edk2-pytool-extensions@v0.24.1...v0.25.0

Commits
  • 3c2e15c Update Supported Python versions to 3.10, 3.11, and 3.12 (#669)
  • d061515 build(deps-dev): bump ruff from 0.0.290 to 0.0.291 (#666)
  • 834d7e8 build(deps-dev): bump coverage from 7.3.0 to 7.3.1 (#667)
  • d09361e build(deps-dev): bump mkdocstrings-python from 1.7.0 to 1.7.1 (#668)
  • f88f276 edk2toolext/edk2_logging.py: Log rust errors (#665)
  • 21f9d65 build(deps-dev): bump mkdocs-material from 9.2.5 to 9.4.2 (#664)
  • 355d8d4 build(deps-dev): bump setuptools from 68.1.2 to 68.2.2 (#661)
  • 0ac595d build(deps-dev): bump black from 23.7.0 to 23.9.1 (#659)
  • b720c08 build(deps-dev): bump mkdocstrings-python from 1.6.0 to 1.7.0 (#662)
  • 2968d2f build(deps-dev): bump mkdocstrings[python] from 0.22.0 to 0.23.0 (#663)
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@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 Oct 10, 2023
@github-actions github-actions bot removed the language:python Pull requests that update Python code label Oct 10, 2023
@apop5
Copy link
Contributor

apop5 commented Oct 11, 2023

@dependabot rebase

Updates the requirements on [edk2-pytool-extensions](https://github.com/tianocore/edk2-pytool-extensions) to permit the latest version.
- [Release notes](https://github.com/tianocore/edk2-pytool-extensions/releases)
- [Commits](tianocore/edk2-pytool-extensions@v0.24.1...v0.25.0)

---
updated-dependencies:
- dependency-name: edk2-pytool-extensions
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/edk2-pytool-extensions-approx-eq-0.25.0 branch from 8bb4637 to ebf10fd Compare October 11, 2023 03:51
@ProjectMuBot ProjectMuBot merged commit 88e00a9 into main Oct 11, 2023
14 checks passed
@ProjectMuBot ProjectMuBot deleted the dependabot/pip/edk2-pytool-extensions-approx-eq-0.25.0 branch October 11, 2023 05:13
ProjectMuBot referenced this pull request in microsoft/mu_tiano_platforms Oct 19, 2023
Introduces 16 new commits in [Features/MM_SUPV](https://github.com/microsoft/mu_feature_mm_supv.git).

<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/microsoft/mu_feature_mm_supv/commit/e885e4b0911974613e6df35d8df6bbd41be998c5">e885e4</a> Repo File Sync: Add extra_cargo_steps parameter to MuDevOpsWrapper.yml (<a href="https://github.com/microsoft/mu_feature_mm_supv/pull/165">#165</a>)</li>
<li><a href="https://github.com/microsoft/mu_feature_mm_supv/commit/6e6190701c6092b2983fd295082b0fe7c5098379">6e6190</a> GitHub Action: Bump actions/checkout from 3 to 4 (<a href="https://github.com/microsoft/mu_feature_mm_supv/pull/166">#166</a>)</li>
<li><a href="https://github.com/microsoft/mu_feature_mm_supv/commit/6a5e83c18544fbd56c5c428bdb13adf99d2524c4">6a5e83</a> pip: bump antlr4-python3-runtime from 4.13.0 to 4.13.1 (<a href="https://github.com/microsoft/mu_feature_mm_supv/pull/167">#167</a>)</li>
<li><a href="https://github.com/microsoft/mu_feature_mm_supv/commit/489ba560c29f6b84d426c97627fd56d6cf25deab">489ba5</a> pip: update edk2-pytool-extensions requirement from ~=0.24.0 to ~=0.24.1 (<a href="https://github.com/microsoft/mu_feature_mm_supv/pull/169">#169</a>)</li>
<li><a href="https://github.com/microsoft/mu_feature_mm_supv/commit/e86900931ba02bf8ec2703fb46d79d281501961d">e86900</a> Repo File Sync: Update CodeQL GitHub workflow (<a href="https://github.com/microsoft/mu_feature_mm_supv/pull/170">#170</a>)</li>
<li><a href="https://github.com/microsoft/mu_feature_mm_supv/commit/26e0d056134c3cffaf484688d62509cff3bbba18">26e0d0</a> pip: update edk2-pytool-library requirement from ~=0.17.0 to ~=0.18.0 (<a href="https://github.com/microsoft/mu_feature_mm_supv/pull/171">#171</a>)</li>
<li><a href="https://github.com/microsoft/mu_feature_mm_supv/commit/aa47a26606e6502f35d6b0778673e1ac2e3b8f67">aa47a2</a> Repo File Sync: Add cargo ecosystem to dependabot config (<a href="https://github.com/microsoft/mu_feature_mm_supv/pull/172">#172</a>)</li>
<li><a href="https://github.com/microsoft/mu_feature_mm_supv/commit/e03a6f3c7d9da7d0c54817b23d19eb557e7ebf26">e03a6f</a> Repo File Sync: Update to Mu DevOps 6.5.1 (<a href="https://github.com/microsoft/mu_feature_mm_supv/pull/173">#173</a>)</li>
<li><a href="https://github.com/microsoft/mu_feature_mm_supv/commit/7bc181d5cd6ae3316b43f5bf2dca8c74d0b20b4d">7bc181</a> pip: update edk2-pytool-library requirement from ~=0.18.0 to ~=0.18.1 (<a href="https://github.com/microsoft/mu_feature_mm_supv/pull/174">#174</a>)</li>
<li><a href="https://github.com/microsoft/mu_feature_mm_supv/commit/ea820876ad3a62c833202bee5a2cd5341b6c36b1">ea8208</a> pip: update edk2-pytool-library requirement from ~=0.18.1 to ~=0.18.2 (<a href="https://github.com/microsoft/mu_feature_mm_supv/pull/175">#175</a>)</li>
<li><a href="https://github.com/microsoft/mu_feature_mm_supv/commit/1acaee3a6e27448fd24d592519f11b846cca38bc">1acaee</a> pip: update edk2-pytool-library requirement from ~=0.18.2 to ~=0.19.0 (<a href="https://github.com/microsoft/mu_feature_mm_supv/pull/178">#178</a>)</li>
<li><a href="https://github.com/microsoft/mu_feature_mm_supv/commit/88e00a952589069447fe7053e03375d16e767589">88e00a</a> pip: update edk2-pytool-extensions requirement from ~=0.24.1 to ~=0.25.0 (<a href="https://github.com/microsoft/mu_feature_mm_supv/pull/179">#179</a>)</li>
<li><a href="https://github.com/microsoft/mu_feature_mm_supv/commit/5e288b053f65373aae95f624a07dcb1fad759c2c">5e288b</a> Repo File Sync: Update to Mu DevOps v7.0.0 (<a href="https://github.com/microsoft/mu_feature_mm_supv/pull/176">#176</a>)</li>
<li><a href="https://github.com/microsoft/mu_feature_mm_supv/commit/916588d487bf1c364de5a3434b6cfad93da48332">916588</a> Repo File Sync: Update to Mu DevOps 7.0.1 (<a href="https://github.com/microsoft/mu_feature_mm_supv/pull/180">#180</a>)</li>
<li><a href="https://github.com/microsoft/mu_feature_mm_supv/commit/c78216ef3c1b38d3d80a85dcc855380a64e0e779">c78216</a> pip: update edk2-pytool-library requirement from ~=0.19.0 to ~=0.19.1 (<a href="https://github.com/microsoft/mu_feature_mm_supv/pull/181">#181</a>)</li>
<li><a href="https://github.com/microsoft/mu_feature_mm_supv/commit/1a849e3227ed1f16bd98cedbaf4595bcc2fcb3db">1a849e</a> MmSupervisorPkg/Core: Remove redundant null check (CodeQL) (<a href="https://github.com/microsoft/mu_feature_mm_supv/pull/183">#183</a>)</li>
</ul>
</details>

Signed-off-by: Project Mu Bot <mubot@microsoft.com>
kenlautner pushed a commit to kenlautner/mu_feature_mm_supv that referenced this pull request Nov 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.

3 participants