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: bump edk2-pytool-library from 0.18.2 to 0.19.0 #261

Merged
merged 1 commit into from
Oct 11, 2023

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps edk2-pytool-library from 0.18.2 to 0.19.0.

Release notes

Sourced from edk2-pytool-library's releases.

v0.19.0

What's Changed

Breaking Changes

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

Full Changelog: tianocore/edk2-pytool-library@v0.18.2...v0.19.0

Commits

Dependabot compatibility score

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)

Bumps [edk2-pytool-library](https://github.com/tianocore/edk2-pytool-library) from 0.18.2 to 0.19.0.
- [Release notes](https://github.com/tianocore/edk2-pytool-library/releases)
- [Commits](tianocore/edk2-pytool-library@v0.18.2...v0.19.0)

---
updated-dependencies:
- dependency-name: edk2-pytool-library
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Oct 10, 2023
@github-actions github-actions bot removed the language:python Pull requests that update Python code label Oct 10, 2023
@kuqin12 kuqin12 enabled auto-merge (squash) October 10, 2023 23:13
@codecov-commenter
Copy link

Codecov Report

Merging #261 (1eedd87) into main (2fe056c) will not change coverage.
The diff coverage is n/a.

❗ Current head 1eedd87 differs from pull request most recent head 4f3ceb8. Consider uploading reports for the commit 4f3ceb8 to get more accurate results

@@           Coverage Diff           @@
##             main     #261   +/-   ##
=======================================
  Coverage   27.40%   27.40%           
=======================================
  Files          16       16           
  Lines        4550     4550           
=======================================
  Hits         1247     1247           
  Misses       3303     3303           
Flag Coverage Δ
Linux 27.40% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@kuqin12 kuqin12 merged commit 392d213 into main Oct 11, 2023
16 checks passed
@kuqin12 kuqin12 deleted the dependabot/pip/edk2-pytool-library-0.19.0 branch October 11, 2023 01:59
ProjectMuBot referenced this pull request in microsoft/mu_tiano_platforms Oct 21, 2023
Introduces 6 new commits in [Features/CONFIG](https://github.com/microsoft/mu_feature_config.git).

<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/microsoft/mu_feature_config/commit/392d2133f236e4c226e57b26692b0d4d558cdff7">392d21</a> pip: bump edk2-pytool-library from 0.18.2 to 0.19.0 (<a href="https://github.com/microsoft/mu_feature_config/pull/261">#261</a>)</li>
<li><a href="https://github.com/microsoft/mu_feature_config/commit/1f6d765aadf55eb6ee4cff3b2e7508fd77a397ba">1f6d76</a> pip: bump edk2-pytool-extensions from 0.24.1 to 0.25.0 (<a href="https://github.com/microsoft/mu_feature_config/pull/262">#262</a>)</li>
<li><a href="https://github.com/microsoft/mu_feature_config/commit/04e6f1824344cc4667caf9c7a9f02305eec879f9">04e6f1</a> Repo File Sync: Update to Mu DevOps v7.0.0 (<a href="https://github.com/microsoft/mu_feature_config/pull/260">#260</a>)</li>
<li><a href="https://github.com/microsoft/mu_feature_config/commit/d4024776261b4d288094c246ec7916ac8287d04f">d40247</a> Add the default in switch implementation to prevent gcc build error (<a href="https://github.com/microsoft/mu_feature_config/pull/263">#263</a>)</li>
<li><a href="https://github.com/microsoft/mu_feature_config/commit/c91a9f32bd51b5cb19ccaf0c175f9ab44e1cb781">c91a9f</a> Repo File Sync: Update to Mu DevOps 7.0.1 (<a href="https://github.com/microsoft/mu_feature_config/pull/264">#264</a>)</li>
<li><a href="https://github.com/microsoft/mu_feature_config/commit/decdc3afb084a2389a2bc0122a64addcd3eee8dc">decdc3</a> pip: bump edk2-pytool-library from 0.19.0 to 0.19.1 (<a href="https://github.com/microsoft/mu_feature_config/pull/265">#265</a>)</li>
</ul>
</details>

Signed-off-by: Project Mu Bot <mubot@microsoft.com>
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