Skip to content

pip: bump edk2-pytool-library from 0.14.0 to 0.14.1#2

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/edk2-pytool-library-0.14.1
Closed

pip: bump edk2-pytool-library from 0.14.0 to 0.14.1#2
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/edk2-pytool-library-0.14.1

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Apr 28, 2023

Bumps edk2-pytool-library from 0.14.0 to 0.14.1.

Release notes

Sourced from edk2-pytool-library's releases.

v0.14.1

What's Changed

Deprecations

base_parser.py:BaseParser has had two methods (SetBaseAbsPath() and SetPackagePaths()) have been deprecated in favor of SetEdk2Path() and will be removed in a later release. Integration instructions to use the new method are as follows:

# Previous Way
parser = BaseParser()
parser.SetBaseAbsPath(path)
parser.SetPackagePaths(pps)
# Integration
parser = BaseParser()
parser.SetEdk2Path(Edk2Path(path, pps))
# Integrate with no pps
parser = BaseParser()
parser.SetEdk2Path(Edk2Path(path, []))

Full Changelog: tianocore/edk2-pytool-library@v0.14.0...v0.14.1

Commits
  • f3480a4 base_parser.py: Allow Edk2PathObj to be passed (#286)
  • 3a43c5f Bump mkdocs-material from 9.1.4 to 9.1.5 in /docs/user (#287)
  • ce1cfe8 Bump black from 23.1.0 to 23.3.0 in /docs/user (#285)
  • 18e563c Bump setuptools from 67.6.0 to 67.6.1 (#284)
  • 019ab82 Bump mkdocs-material from 9.1.3 to 9.1.4 in /docs/user (#283)
  • 6fbddd5 Bump coverage from 7.2.1 to 7.2.2 (#281)
  • 6345bc2 Bump actions/deploy-pages from 1 to 2 (#282)
  • 3d9f52e Bump mkdocs-material from 9.1.1 to 9.1.3 in /docs/user (#279)
  • 3e40fc1 Bump wheel from 0.38.4 to 0.40.0 (#280)
  • af94bb9 Bump setuptools from 67.5.1 to 67.6.0 (#277)
  • Additional commits viewable in compare view

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 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.14.0 to 0.14.1.
- [Release notes](https://github.com/tianocore/edk2-pytool-library/releases)
- [Commits](tianocore/edk2-pytool-library@v0.14.0...v0.14.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 28, 2023
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Apr 28, 2023

Dependabot tried to add @makubacki, @mdkinney and @spbrogan as reviewers to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/starfive-tech/edk2/pulls/2/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the starfive-tech/edk2 repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github May 18, 2023

Superseded by #10.

@dependabot dependabot Bot closed this May 18, 2023
@dependabot dependabot Bot deleted the dependabot/pip/edk2-pytool-library-0.14.1 branch May 18, 2023 00:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants