Skip to content

Commit

Permalink
pip: update edk2-pytool-extensions requirement from ~=0.24.1 to ~=0.2…
Browse files Browse the repository at this point in the history
…5.0 (#132)

Updates the requirements on
[edk2-pytool-extensions](https://github.com/tianocore/edk2-pytool-extensions)
to permit the latest version.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/tianocore/edk2-pytool-extensions/releases">edk2-pytool-extensions's
releases</a>.</em></p>
<blockquote>
<h2>v0.25.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Update Supported Python versions to 3.10, 3.11, and 3.12 by <a
href="https://github.com/Javagedes"><code>@​Javagedes</code></a> in <a
href="https://redirect.github.com/tianocore/edk2-pytool-extensions/pull/669">tianocore/edk2-pytool-extensions#669</a></li>
<li>edk2toolext/edk2_logging.py: Log rust errors by <a
href="https://github.com/Javagedes"><code>@​Javagedes</code></a> in <a
href="https://redirect.github.com/tianocore/edk2-pytool-extensions/pull/665">tianocore/edk2-pytool-extensions#665</a></li>
</ul>
<h2>Breaking Changes</h2>
<p>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).</p>
<h2>Dependency Updates</h2>
<ul>
<li>build(deps-dev): bump coverage from 7.3.0 to 7.3.1 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/tianocore/edk2-pytool-extensions/pull/667">tianocore/edk2-pytool-extensions#667</a></li>
<li>build(deps-dev): bump mkdocstrings-python from 1.7.0 to 1.7.1 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/tianocore/edk2-pytool-extensions/pull/668">tianocore/edk2-pytool-extensions#668</a></li>
<li>build(deps-dev): bump mkdocs-material from 9.2.5 to 9.4.2 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/tianocore/edk2-pytool-extensions/pull/664">tianocore/edk2-pytool-extensions#664</a></li>
<li>build(deps-dev): bump setuptools from 68.1.2 to 68.2.2 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/tianocore/edk2-pytool-extensions/pull/661">tianocore/edk2-pytool-extensions#661</a></li>
<li>build(deps-dev): bump black from 23.7.0 to 23.9.1 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/tianocore/edk2-pytool-extensions/pull/659">tianocore/edk2-pytool-extensions#659</a></li>
<li>build(deps-dev): bump mkdocstrings[python] from 0.22.0 to 0.23.0 by
<a href="https://github.com/dependabot"><code>@​dependabot</code></a> in
<a
href="https://redirect.github.com/tianocore/edk2-pytool-extensions/pull/663">tianocore/edk2-pytool-extensions#663</a></li>
<li>build(deps-dev): bump pre-commit from 3.3.3 to 3.4.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/tianocore/edk2-pytool-extensions/pull/644">tianocore/edk2-pytool-extensions#644</a></li>
<li>build(deps): bump actions/checkout from 3 to 4 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/tianocore/edk2-pytool-extensions/pull/648">tianocore/edk2-pytool-extensions#648</a></li>
<li>build(deps-dev): bump ruff from 0.0.290 to 0.0.291 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/tianocore/edk2-pytool-extensions/pull/666">tianocore/edk2-pytool-extensions#666</a></li>
<li>build(deps-dev): bump pytest from 7.4.0 to 7.4.2 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/tianocore/edk2-pytool-extensions/pull/649">tianocore/edk2-pytool-extensions#649</a></li>
<li>build(deps-dev): bump build from 0.10.0 to 1.0.3 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/tianocore/edk2-pytool-extensions/pull/651">tianocore/edk2-pytool-extensions#651</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/tianocore/edk2-pytool-extensions/compare/v0.24.1...v0.25.0">https://github.com/tianocore/edk2-pytool-extensions/compare/v0.24.1...v0.25.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/tianocore/edk2-pytool-extensions/commit/3c2e15cadec9146d5d831fe6bfdbfdb32e5cb2e7"><code>3c2e15c</code></a>
Update Supported Python versions to 3.10, 3.11, and 3.12 (<a
href="https://redirect.github.com/tianocore/edk2-pytool-extensions/issues/669">#669</a>)</li>
<li><a
href="https://github.com/tianocore/edk2-pytool-extensions/commit/d061515b5c409f10e46083e2249391926d2338eb"><code>d061515</code></a>
build(deps-dev): bump ruff from 0.0.290 to 0.0.291 (<a
href="https://redirect.github.com/tianocore/edk2-pytool-extensions/issues/666">#666</a>)</li>
<li><a
href="https://github.com/tianocore/edk2-pytool-extensions/commit/834d7e83a7e25be87a6ec35ddd13394a9c016009"><code>834d7e8</code></a>
build(deps-dev): bump coverage from 7.3.0 to 7.3.1 (<a
href="https://redirect.github.com/tianocore/edk2-pytool-extensions/issues/667">#667</a>)</li>
<li><a
href="https://github.com/tianocore/edk2-pytool-extensions/commit/d09361e4fce4b2df9b4b86901cf0cbb5731168b0"><code>d09361e</code></a>
build(deps-dev): bump mkdocstrings-python from 1.7.0 to 1.7.1 (<a
href="https://redirect.github.com/tianocore/edk2-pytool-extensions/issues/668">#668</a>)</li>
<li><a
href="https://github.com/tianocore/edk2-pytool-extensions/commit/f88f27611b7729afb167d2099eb2c37d9ee94ad7"><code>f88f276</code></a>
edk2toolext/edk2_logging.py: Log rust errors (<a
href="https://redirect.github.com/tianocore/edk2-pytool-extensions/issues/665">#665</a>)</li>
<li><a
href="https://github.com/tianocore/edk2-pytool-extensions/commit/21f9d65331de0a73ad3be372b1ef53c4d4ae3b80"><code>21f9d65</code></a>
build(deps-dev): bump mkdocs-material from 9.2.5 to 9.4.2 (<a
href="https://redirect.github.com/tianocore/edk2-pytool-extensions/issues/664">#664</a>)</li>
<li><a
href="https://github.com/tianocore/edk2-pytool-extensions/commit/355d8d471ff6d9371abcc607b34cda6f4db16421"><code>355d8d4</code></a>
build(deps-dev): bump setuptools from 68.1.2 to 68.2.2 (<a
href="https://redirect.github.com/tianocore/edk2-pytool-extensions/issues/661">#661</a>)</li>
<li><a
href="https://github.com/tianocore/edk2-pytool-extensions/commit/0ac595de4ce93318de52fe53329b24581f08c691"><code>0ac595d</code></a>
build(deps-dev): bump black from 23.7.0 to 23.9.1 (<a
href="https://redirect.github.com/tianocore/edk2-pytool-extensions/issues/659">#659</a>)</li>
<li><a
href="https://github.com/tianocore/edk2-pytool-extensions/commit/b720c08a3ac1c2f44dfa219d7656c0470d689a56"><code>b720c08</code></a>
build(deps-dev): bump mkdocstrings-python from 1.6.0 to 1.7.0 (<a
href="https://redirect.github.com/tianocore/edk2-pytool-extensions/issues/662">#662</a>)</li>
<li><a
href="https://github.com/tianocore/edk2-pytool-extensions/commit/2968d2f573a0dd46622c7f0d504ee11ff59e8794"><code>2968d2f</code></a>
build(deps-dev): bump mkdocstrings[python] from 0.22.0 to 0.23.0 (<a
href="https://redirect.github.com/tianocore/edk2-pytool-extensions/issues/663">#663</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/tianocore/edk2-pytool-extensions/compare/v0.24.1...v0.25.0">compare
view</a></li>
</ul>
</details>
<br />


You can trigger a rebase of this PR by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kuqin12 <[email protected]>
  • Loading branch information
dependabot[bot] and kuqin12 authored Oct 11, 2023
1 parent 7769a2f commit d58b80a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pip-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
##

edk2-pytool-library~=0.19.0
edk2-pytool-extensions~=0.24.1
edk2-pytool-extensions~=0.25.0
edk2-basetools==0.1.49
antlr4-python3-runtime==4.13.1
regex

0 comments on commit d58b80a

Please sign in to comment.