Skip to content

Bump pep517 from 0.8.2 to 0.13.0#47

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/pep517-0.13.0
Open

Bump pep517 from 0.8.2 to 0.13.0#47
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/pep517-0.13.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Aug 1, 2022

Bumps pep517 from 0.8.2 to 0.13.0.

Changelog

Sourced from pep517's changelog.

Changelog

0.13

  • Remove support for end-of-life Pythons. Now requires Python3.6+.
  • Remove support for toml package. Now requires tomli.
  • Rely on preferred "files" API on Python 3.9 and later (#140).

0.12

  • Add method for pip to check if build_editable hook is supported. This is a private API for now.

0.11.1

  • Fix DeprecationWarning in tomli.

0.11

  • Support editable hooks (PEP 660 <https://www.python.org/dev/peps/pep-0660/>_).
  • Use the TOML 1.0 compliant tomli parser module on Python 3.6 and above.
  • Ensure TOML files are always read as UTF-8.
  • Switch CI to Github actions.

0.10

  • Avoid shadowing imports such as colorlog in the backend, by moving the _in_process.py script into a separate subpackage.
  • Issue warnings when using the deprecated pep517.build and pep517.check modules at the command line. See the PyPA build project <https://github.com/pypa/build>_ for a replacement.
  • Allow building with flit_core 3.x.
  • Prefer the standard library unittest.mock to mock for tests on Python 3.6 and above.

0.9.1

  • Silence some static analysis warnings.

0.9

  • Deprecated the higher level API which handles creating an environment and

... (truncated)

Commits
  • c5557bf Bump version: 0.12.0 → 0.13.0
  • 60b5fb7 Update changelog for release.
  • ab27639 Merge pull request #144 from pypa/bugfix/140-resources-39
  • 9e25496 Use files API on Python 3.9 and later. Fixes #140.
  • c45334a Merge pull request #143 from hukkin/tomllib
  • 3629d60 A better pytest fix -- unpin flake8
  • f94e848 Fix pytest deprecation and flake8 error
  • 7161691 Use tomllib in Python 3.11+
  • a942316 Merge pull request #131 from jdufresne/drop-old-py
  • 3a8e996 Remove support for end-of-life Pythons
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 [pep517](https://github.com/pypa/pep517) from 0.8.2 to 0.13.0.
- [Release notes](https://github.com/pypa/pep517/releases)
- [Changelog](https://github.com/pypa/pep517/blob/main/doc/changelog.rst)
- [Commits](pypa/pyproject-hooks@v0.8.2...v0.13.0)

---
updated-dependencies:
- dependency-name: pep517
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Aug 1, 2022

Dependabot tried to add @HarshCasper as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/Ajitesh13/WebEdge/pulls/47/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 Ajitesh13/WebEdge repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 1, 2022
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants