From 10162ed9c8b0dc050113f223adbf9f73f7da82f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2024 01:57:09 +0000 Subject: [PATCH] fix(deps): update dependency yarl to v1.15.1 --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 040599c6..58dffbf0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ pyquery = "^2.0.1" python-qbittorrent = "^0.4.3" tenacity = "^8.5.0" tinydb = "^4.8.2" -yarl = "^1.15.0" +yarl = "^1.15.1" [tool.poetry.dev-dependencies] nb-cli = "^1.4.2" diff --git a/requirements.txt b/requirements.txt index 0d7a33f2..4e1c156f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,4 +19,4 @@ pyquery~=2.0.1 python-qbittorrent~=0.4.3 tenacity~=8.5.0 tinydb~=4.8.2 -yarl~=1.15.0 \ No newline at end of file +yarl~=1.15.1 \ No newline at end of file