From 3fa2396b7a8207bd082eb30bc159e5d28ccd8a41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 09:09:01 +0000 Subject: [PATCH] chore(deps): update yarl requirement from ~=1.9.4 to ~=1.11.1 Updates the requirements on [yarl](/~https://github.com/aio-libs/yarl) to permit the latest version. - [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.9.4...v1.11.1) --- updated-dependencies: - dependency-name: yarl dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5c01bebf..64dbcfa0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,6 +10,6 @@ APScheduler~=3.10.4 rsa~=4.9 pillow~=10.4.0 tqdm~=4.66.5 -yarl~=1.9.4 +yarl~=1.11.1 pycryptodomex~=3.20.0 qrcode_terminal~=0.8 \ No newline at end of file