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

Bump pep517 from 0.10.0 to 0.13.1 in /tools/deps #4305

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 8, 2023

Bumps pep517 from 0.10.0 to 0.13.1.

Changelog

Sourced from pep517's changelog.

Changelog

v1.1

  • Add type annotations to the public API.

v1.0

  • Rename package to pyproject_hooks (from pep517).
  • Remove deprecated modules (.build, .check and .envbuild). Use the build <https://pypa-build.readthedocs.io/en/stable/>_ project instead for this higher-level functionality of setting up a temporary build environment.
  • Require Python 3.7 or above.
  • Use tomllib from the standard library on Python 3.11. pyproject_hooks now has no external dependencies when installed in Python 3.11.
  • Avoid chaining exceptions when using the fallback implementation for :meth:.prepare_metadata_for_build_wheel.
  • Fix propagating error message for :exc:.BackendInvalid errors.

v0.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).

v0.12

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

v0.11.1

  • Fix DeprecationWarning in tomli.

v0.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.

v0.10

... (truncated)

Commits
  • c85ae40 Merge pull request #182 from pypa/legacy-release-deprecn-notice
  • b2a3f40 Try adding python to environments list
  • cd5388d Remove Python 3.6 from test matrix
  • 40972ff Don't try to install tox-venv
  • f3021c7 Bump version: 0.13.0 → 0.13.1
  • 788948f Merge pull request #155 from pradyunsg/legacy-docs
  • d43fc5c Reword deprecation messages
  • d73691e Remove use of pytest-flake8
  • 2fb01d0 Avoid CI failures by removing pytest-flake8
  • e6d316a Add warnings on all documentation about pep517 being deprecated
  • 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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Copy link

codecov bot commented Nov 8, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 49.18%. Comparing base (81d7886) to head (c73918a).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #4305   +/-   ##
=======================================
  Coverage   49.17%   49.18%           
=======================================
  Files          94       94           
  Lines       15681    15681           
=======================================
+ Hits         7711     7712    +1     
+ Misses       7970     7969    -1     
Flag Coverage Δ
functional 37.99% <ø> (-0.02%) ⬇️
integration ?
unit 37.61% <ø> (ø)

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@swetayadav1
Copy link
Contributor

@dependabot rebase

Bumps [pep517](https://github.com/pypa/pep517) from 0.10.0 to 0.13.1.
- [Changelog](https://github.com/pypa/pyproject-hooks/blob/main/docs/changelog.rst)
- [Commits](pypa/pyproject-hooks@v0.10.0...v0.13.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/tools/deps/pep517-0.13.1 branch from b10cb49 to c73918a Compare March 12, 2024 09:23
@swetayadav1 swetayadav1 changed the base branch from master to dependabot/pip/tools/deps/pip-24.0 March 12, 2024 10:07
@swetayadav1 swetayadav1 merged commit f4255be into dependabot/pip/tools/deps/pip-24.0 Mar 12, 2024
13 of 16 checks passed
@swetayadav1 swetayadav1 deleted the dependabot/pip/tools/deps/pep517-0.13.1 branch March 12, 2024 10:07
swetayadav1 added a commit that referenced this pull request Mar 14, 2024
* Bump pip from 22.0.4 to 24.0 in /tools/deps

Bumps [pip](https://github.com/pypa/pip) from 22.0.4 to 24.0.

* Bump pip-tools from 6.5.1 to 7.4.1 in /tools/deps (#4658)

* Bump click from 8.0.1 to 8.1.7 in /tools/deps (#4198)

* Bump pep517 from 0.10.0 to 0.13.1 in /tools/deps (#4305)

* Bump wheel from 0.38.4 to 0.43.0 in /tools/deps (#4674)

* Bump packaging from 23.1 to 24.0 in /tools/deps (#4667)

* Bump xattr from 0.9.7 to 1.1.0 in /tools/deps (#4553)

* Bump dukpy from 0.2.3 to 0.3.1 in /tools/deps (#4599)

* Bump cffi from 1.15.1 to 1.16.0 in /tools/deps (#4220)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sweta Yadav <[email protected]>
Co-authored-by: swetayadav1 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants