From ccf74bbea6902a14c3a139ac836e3595c6b34c07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 11:20:19 +0000 Subject: [PATCH] Bump yarl from 1.9.2 to 1.9.3 (#7861) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [yarl](https://github.com/aio-libs/yarl) from 1.9.2 to 1.9.3.
Release notes

Sourced from yarl's releases.

1.9.3

:bug: Bug fixes

:package: Packaging updates and notes for downstreams

:hammer_and_wrench: Contributor-facing changes

:muscle: New Contributors

... (truncated)

Changelog

Sourced from yarl's changelog.

1.9.3 (2023-11-20)

Bug fixes

Packaging updates and notes for downstreams

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=yarl&package-manager=pip&previous-version=1.9.2&new-version=1.9.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) ---
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 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)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/base.txt | 2 +- requirements/constraints.txt | 7 ++----- requirements/dev.txt | 7 ++----- requirements/runtime-deps.txt | 2 +- requirements/test.txt | 2 +- 5 files changed, 7 insertions(+), 13 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index 26dd2799b37..eeb755a7966 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -36,5 +36,5 @@ typing-extensions==4.7.1 # via -r requirements/typing-extensions.in uvloop==0.19.0 ; platform_system != "Windows" and implementation_name == "cpython" # via -r requirements/base.in -yarl==1.9.2 +yarl==1.9.3 # via -r requirements/runtime-deps.in diff --git a/requirements/constraints.txt b/requirements/constraints.txt index 2d816a7c41e..e9f0fd6db6c 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -176,9 +176,7 @@ requests==2.31.0 setuptools-git==1.2 # via -r requirements/test.in six==1.16.0 - # via - # python-dateutil - # sphinx + # via python-dateutil slotscheck==0.17.1 # via -r requirements/lint.in snowballstemmer==2.2.0 @@ -254,7 +252,7 @@ webcolors==1.13 # via blockdiag wheel==0.41.0 # via pip-tools -yarl==1.9.2 +yarl==1.9.3 # via -r requirements/runtime-deps.in zipp==3.17.0 # via @@ -269,4 +267,3 @@ setuptools==68.0.0 # blockdiag # nodeenv # pip-tools - # sphinx diff --git a/requirements/dev.txt b/requirements/dev.txt index 5d1c93ec7bc..53ac16768a5 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -171,9 +171,7 @@ requests==2.31.0 setuptools-git==1.2 # via -r requirements/test.in six==1.16.0 - # via - # python-dateutil - # sphinx + # via python-dateutil slotscheck==0.17.1 # via -r requirements/lint.in snowballstemmer==2.2.0 @@ -246,7 +244,7 @@ webcolors==1.13 # via blockdiag wheel==0.41.0 # via pip-tools -yarl==1.9.2 +yarl==1.9.3 # via -r requirements/runtime-deps.in zipp==3.17.0 # via @@ -261,4 +259,3 @@ setuptools==68.0.0 # blockdiag # nodeenv # pip-tools - # sphinx diff --git a/requirements/runtime-deps.txt b/requirements/runtime-deps.txt index d478d05e720..90667f493c5 100644 --- a/requirements/runtime-deps.txt +++ b/requirements/runtime-deps.txt @@ -28,5 +28,5 @@ pycares==4.3.0 # via aiodns pycparser==2.21 # via cffi -yarl==1.9.2 +yarl==1.9.3 # via -r requirements/runtime-deps.in diff --git a/requirements/test.txt b/requirements/test.txt index 809d24a9356..fe72b2d59f2 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -116,5 +116,5 @@ uvloop==0.19.0 ; platform_system != "Windows" and implementation_name == "cpytho # via -r requirements/base.in wait-for-it==2.2.2 # via -r requirements/test.in -yarl==1.9.2 +yarl==1.9.3 # via -r requirements/runtime-deps.in