Skip to content

Commit

Permalink
Bump yarl from 1.13.1 to 1.14.0
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>
  • Loading branch information
dependabot[bot] authored Oct 9, 2024
1 parent 7afe75f commit 95caaa5
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 @@ -28,6 +28,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 @@ -38,5 +40,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 @@ -131,6 +131,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 @@ -262,7 +264,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/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,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 @@ -254,7 +256,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 @@ -24,11 +24,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 @@ -61,6 +61,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 @@ -123,5 +125,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 95caaa5

Please sign in to comment.