Skip to content

Commit a7e3154

Browse files
Bump yarl from 1.20.0 to 1.20.1 (#11175)
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=yarl&package-manager=pip&previous-version=1.20.0&new-version=1.20.1)](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) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 255cb4d commit a7e3154

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ typing-extensions==4.13.2
4444
# via multidict
4545
uvloop==0.21.0 ; platform_system != "Windows" and implementation_name == "cpython"
4646
# via -r requirements/base.in
47-
yarl==1.20.0
47+
yarl==1.20.1
4848
# via -r requirements/runtime-deps.in

requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ wait-for-it==2.3.0
294294
# via -r requirements/test.in
295295
wheel==0.45.1
296296
# via pip-tools
297-
yarl==1.20.0
297+
yarl==1.20.1
298298
# via -r requirements/runtime-deps.in
299299
zlib-ng==0.5.1
300300
# via

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ wait-for-it==2.3.0
285285
# via -r requirements/test.in
286286
wheel==0.45.1
287287
# via pip-tools
288-
yarl==1.20.0
288+
yarl==1.20.1
289289
# via -r requirements/runtime-deps.in
290290
zlib-ng==0.5.1
291291
# via

requirements/runtime-deps.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ pycparser==2.22
3838
# via cffi
3939
typing-extensions==4.13.2
4040
# via multidict
41-
yarl==1.20.0
41+
yarl==1.20.1
4242
# via -r requirements/runtime-deps.in

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ uvloop==0.21.0 ; platform_system != "Windows" and implementation_name == "cpytho
145145
# via -r requirements/base.in
146146
wait-for-it==2.3.0
147147
# via -r requirements/test.in
148-
yarl==1.20.0
148+
yarl==1.20.1
149149
# via -r requirements/runtime-deps.in
150150
zlib-ng==0.5.1
151151
# via -r requirements/test.in

0 commit comments

Comments
 (0)