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 dependency yarl to v1.9.11 #778

Merged
merged 1 commit into from
Sep 8, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 8, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
yarl ==1.9.7 -> ==1.9.11 age adoption passing confidence

Release Notes

aio-libs/yarl (yarl)

v1.9.11

Compare Source

======

(2024-09-04)

Bug fixes

  • Fixed a :exc:TypeError with MultiDictProxy and Python 3.8 -- by :user:bdraco.

    Related issues and pull requests on GitHub:
    :issue:1084, :issue:1105, :issue:1107.

Miscellaneous internal changes

  • Improved performance of encoding hosts -- by :user:bdraco.

    Previously, the library would unconditionally try to parse a host as an IP Address. The library now avoids trying to parse a host as an IP Address if the string is not in one of the formats described in :rfc:3986#section-3.2.2.

    Related issues and pull requests on GitHub:
    :issue:1104.


v1.9.10

Compare Source

======

(2024-09-04)

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:
    :issue:1100.


v1.9.9

Compare Source

=====

(2024-09-04)

Bug fixes

  • Added missing type on :attr:~yarl.URL.port -- by :user:bdraco.

    Related issues and pull requests on GitHub:
    :issue:1097.


v1.9.8

Compare Source

=====

(2024-09-03)

Features

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

    Related issues and pull requests on GitHub:
    :issue:1084.

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

    Related issues and pull requests on GitHub:
    :issue:1086.

Contributor-facing changes

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

    Related issues and pull requests on GitHub:
    :issue:1084.

Miscellaneous internal changes

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

    Related issues and pull requests on GitHub:
    :issue:1081.



Configuration

📅 Schedule: Branch creation - "after 3am on monday,before 6am on monday" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 enabled auto-merge (rebase) September 8, 2024 18:48
@renovate renovate bot merged commit 5c8ef24 into main Sep 8, 2024
4 checks passed
@renovate renovate bot deleted the renovate/yarl-1.9.x branch September 8, 2024 18:48
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.

0 participants