Skip to content

Commit

Permalink
Bump yarl from 1.13.1 to 1.14.0 (#623)
Browse files Browse the repository at this point in the history
Bumps [yarl](https://github.com/aio-libs/yarl) from 1.13.1 to 1.14.0.
- [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.13.1...v1.14.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 9, 2024
1 parent ec23004 commit 91c6b1f
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
4 changes: 3 additions & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ multidict==6.1.0
# yarl
packaging==23.1
# via gunicorn
propcache==0.2.0
# via yarl
pycares==4.3.0
# via aiodns
pycparser==2.21
Expand All @@ -40,5 +42,5 @@ typing-extensions==4.7.1
# multidict
uvloop==0.20.0 ; platform_system != "Windows" and implementation_name == "cpython"
# via -r requirements/base.in
yarl==1.13.1
yarl==1.14.0
# via -r requirements/runtime-deps.in
4 changes: 3 additions & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ pluggy==1.5.0
# via pytest
pre-commit==3.5.0
# via -r requirements/lint.in
propcache==0.2.0
# via yarl
proxy-py==2.4.8
# via -r requirements/test.in
pycares==4.3.0
Expand Down Expand Up @@ -269,7 +271,7 @@ webcolors==1.11.1
# via blockdiag
wheel==0.37.0
# via pip-tools
yarl==1.13.1
yarl==1.14.0
# via -r requirements/runtime-deps.in
zipp==3.17.0
# via
Expand Down
4 changes: 3 additions & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ pluggy==1.5.0
# via pytest
pre-commit==3.5.0
# via -r requirements/lint.in
propcache==0.2.0
# via yarl
proxy-py==2.4.8
# via -r requirements/test.in
pycares==4.3.0
Expand Down Expand Up @@ -256,7 +258,7 @@ webcolors==1.13
# via blockdiag
wheel==0.41.0
# via pip-tools
yarl==1.13.1
yarl==1.14.0
# via -r requirements/runtime-deps.in
zipp==3.17.0
# via
Expand Down
4 changes: 3 additions & 1 deletion requirements/runtime-deps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,13 @@ multidict==6.1.0
# via
# -r requirements/runtime-deps.in
# yarl
propcache==0.2.0
# via yarl
pycares==4.3.0
# via aiodns
pycparser==2.21
# via cffi
typing-extensions==4.12.2
# via multidict
yarl==1.13.1
yarl==1.14.0
# via -r requirements/runtime-deps.in
4 changes: 3 additions & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ packaging==23.1
# pytest
pluggy==1.5.0
# via pytest
propcache==0.2.0
# via yarl
proxy-py==2.4.8
# via -r requirements/test.in
pycares==4.3.0
Expand Down Expand Up @@ -125,5 +127,5 @@ uvloop==0.20.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.13.1
yarl==1.14.0
# via -r requirements/runtime-deps.in

0 comments on commit 91c6b1f

Please sign in to comment.