From e7d54a639e07e3c1b158be26216e6372e0e3b186 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 May 2025 20:50:26 +0000 Subject: [PATCH] build(deps): bump yarl from 1.18.3 to 1.20.0 in /application Bumps [yarl](https://github.com/aio-libs/yarl) from 1.18.3 to 1.20.0. - [Release notes](https://github.com/aio-libs/yarl/releases) - [Changelog](https://github.com/aio-libs/yarl/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/yarl/compare/v1.18.3...v1.20.0) --- updated-dependencies: - dependency-name: yarl dependency-version: 1.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- application/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/requirements.txt b/application/requirements.txt index 09c94f0e..3c32ff60 100644 --- a/application/requirements.txt +++ b/application/requirements.txt @@ -81,7 +81,7 @@ urllib3==2.3.0 vine==5.1.0 wcwidth==0.2.13 werkzeug==3.1.3 -yarl==1.18.3 +yarl==1.20.0 markdownify==0.14.1 tldextract==5.1.3 websockets==14.1