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 yarl from 1.8.2 to 1.9.1 #51

Merged
merged 1 commit into from
Apr 24, 2023
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 24, 2023

Bumps yarl from 1.8.2 to 1.9.1.

Release notes

Sourced from yarl's releases.

1.9.1

Bugfixes

  • Marked tests that fail on older Python patch releases (< 3.7.10, < 3.8.8 and < 3.9.2) as expected to fail due to missing a security fix for CVE-2021-23336. ((#850)_)
Changelog

Sourced from yarl's changelog.

1.9.1 (2023-04-21)

Bugfixes

  • Marked tests that fail on older Python patch releases (`_)

1.9.0 (2023-04-19)

This release was never published to PyPI, due to issues with the build process.

Features

  • Added URL.joinpath(*elements), to create a new URL appending multiple path elements. ([#704](https://github.com/aio-libs/yarl/issues/704) <https://github.com/aio-libs/yarl/issues/704>_)
  • Made :py:meth:URL.__truediv__ return NotImplemented if called with an unsupported type — by :user:michaeljpeters. ([#832](https://github.com/aio-libs/yarl/issues/832) <https://github.com/aio-libs/yarl/issues/832>_)

Bugfixes

  • Path normalisation for absolute URLs no longer raises a ValueError exception when .. segments would otherwise go beyond the URL path root. ([#536](https://github.com/aio-libs/yarl/issues/536) <https://github.com/aio-libs/yarl/issues/536>_)
  • Fixed an issue with update_query() not getting rid of the query when argument is None. ([#792](https://github.com/aio-libs/yarl/issues/792) <https://github.com/aio-libs/yarl/issues/792>_)
  • Added some input restrictions on with_port() function to prevent invalid boolean inputs or out of valid port inputs; handled incorrect 0 port representation. ([#793](https://github.com/aio-libs/yarl/issues/793) <https://github.com/aio-libs/yarl/issues/793>_)
  • Made :py:meth:URL.build raise a :py:exc:TypeError if the host argument is :py:data:None — by :user:paulpapacz. ([#808](https://github.com/aio-libs/yarl/issues/808) <https://github.com/aio-libs/yarl/issues/808>_)
  • Fixed an issue with update_query() getting rid of the query when the argument is empty but not None. ([#845](https://github.com/aio-libs/yarl/issues/845) <https://github.com/aio-libs/yarl/issues/845>_)

Misc

  • [#220](https://github.com/aio-libs/yarl/issues/220) <https://github.com/aio-libs/yarl/issues/220>_
Commits

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 [yarl](https://github.com/aio-libs/yarl) from 1.8.2 to 1.9.1.
- [Release notes](https://github.com/aio-libs/yarl/releases)
- [Changelog](https://github.com/aio-libs/yarl/blob/master/CHANGES.rst)
- [Commits](aio-libs/yarl@v1.8.2...v1.9.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Upgrade or downgrade of project dependencies. python labels Apr 24, 2023
@codecov-commenter
Copy link

Codecov Report

Patch and project coverage have no change.

Comparison is base (33757a3) 100.00% compared to head (a403ce2) 100.00%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #51   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            9         9           
  Lines          251       251           
  Branches        36        36           
=========================================
  Hits           251       251           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@robbinjanssen robbinjanssen merged commit a7fc100 into main Apr 24, 2023
@robbinjanssen robbinjanssen deleted the dependabot/pip/yarl-1.9.1 branch April 24, 2023 06:29
@github-actions github-actions bot locked and limited conversation to collaborators Apr 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Upgrade or downgrade of project dependencies.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants