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

chore(deps): update all non-major dependencies #531

Merged
merged 1 commit into from
Sep 7, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 7, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
pypa/gh-action-pypi-publish action patch v1.10.0 -> v1.10.1 age adoption passing confidence
yarl dependencies minor ^1.9.7 -> ^1.10.0 age adoption passing confidence
yarl minor ~=1.9.7 -> ~=1.10.0 age adoption passing confidence

Release Notes

pypa/gh-action-pypi-publish (pypa/gh-action-pypi-publish)

v1.10.1

Compare Source

🚑🔏 Oopsie... We missed a tiny bug in the attestations feature the other day

The problem was that the distribution file validity check was failing on any valid distribution being present and ready to be signed. What a silly mistake! It's now been fixed via pypa/gh-action-pypi-publish@0ab0b79, though. So everything's good!

-- @​webknjaz💰

[!IMPORTANT]
✨ Despite this minor hiccup, we invite you to still opt into trying this feature out early. It can be enabled like this:

  with:
    attestations: true

Leave feedback in the v1.10.0 release discussion or the PR.

🪞 Full Diff: pypa/gh-action-pypi-publish@v1.10.0...v1.10.1

🧔‍♂️ Release Manager: @​webknjaz 🇺🇦

🙏 Special Thanks to @​hugovk💰 for promptly validating the bug fix, mere minutes after I pushed it — I even haven't finished writing this text by then!

aio-libs/yarl (yarl)

v1.10.0: 1.10.0

Compare Source

Bug fixes

  • Fixed joining a path when the existing path was empty -- by :user:bdraco.

    A regression in :meth:URL.join() <yarl.URL.join> was introduced in #​1082.

    Related issues and pull requests on GitHub:
    #​1118.

Features

  • Added :meth:URL.without_query_params() <yarl.URL.without_query_params> method, to drop some parameters from query string -- by :user:hongquan.

    Related issues and pull requests on GitHub:
    #​774, #​898, #​1010.

  • The previously protected types _SimpleQuery, _QueryVariable, and _Query are now available for use externally as SimpleQuery, QueryVariable, and Query -- by :user:bdraco.

    Related issues and pull requests on GitHub:
    #​1050, #​1113.

Contributor-facing changes

  • Replaced all :class:~typing.Optional with :class:~typing.Union -- by :user:bdraco.

    Related issues and pull requests on GitHub:
    #​1095.

Miscellaneous internal changes

  • Significantly improved performance of parsing the network location -- by :user:bdraco.

    Related issues and pull requests on GitHub:
    #​1112.

  • Added internal types to the cache to prevent future refactoring errors -- by :user:bdraco.

    Related issues and pull requests on GitHub:
    #​1117.


v1.9.11

Compare Source

v1.9.10: 1.9.10

Compare Source

Bug fixes

Features

  • Added :attr:~yarl.URL.absolute which is now preferred over URL.is_absolute() -- by :user:bdraco.

    Related issues and pull requests on GitHub:
    #​1100.


v1.9.9

Compare Source

v1.9.8: 1.9.8

Compare Source

Features

  • Covered the :class:~yarl.URL object with types -- by :user:bdraco.

    Related issues and pull requests on GitHub:
    #​1084.

  • Cache parsing of IP Addresses when encoding hosts -- by :user:bdraco.

    Related issues and pull requests on GitHub:
    #​1086.

Contributor-facing changes

  • Covered the :class:~yarl.URL object with types -- by :user:bdraco.

    Related issues and pull requests on GitHub:
    #​1084.

Miscellaneous internal changes

  • Improved performance of handling ports -- by :user:bdraco.

    Related issues and pull requests on GitHub:
    #​1081.



Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Sep 7, 2024
@renovate renovate bot merged commit f0c63fb into 2.0 Sep 7, 2024
1 check passed
@renovate renovate bot deleted the renovate/all-minor-patch branch September 7, 2024 08:14
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