From 92fb4ae8326f444b5eca418fdb8c9d7823b3f75b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 16:41:23 +0000 Subject: [PATCH] chore(deps): Bump yarl from 1.9.2 to 1.9.4 Bumps [yarl](https://github.com/aio-libs/yarl) from 1.9.2 to 1.9.4. - [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.2...v1.9.4) --- updated-dependencies: - dependency-name: yarl dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3362640..8fd617b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,4 +9,4 @@ multidict==6.0.4; python_version >= '3.7' requests==2.31.0; python_version >= '3.7' requests-toolbelt==1.0.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' urllib3==2.0.7; python_version >= '3.7' -yarl==1.9.2; python_version >= '3.7' +yarl==1.9.4; python_version >= '3.7'