From d6519a767804483dd11d0aef799dbd7763757855 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 08:17:50 +0000 Subject: [PATCH] chore(deps-dev): bump yarl from 1.12.1 to 1.13.0 in /it/python Bumps [yarl](https://github.com/aio-libs/yarl) from 1.12.1 to 1.13.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.12.1...v1.13.0) --- updated-dependencies: - dependency-name: yarl dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- it/python/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/it/python/requirements-dev.txt b/it/python/requirements-dev.txt index 4ce633c527..f46fb0d638 100644 --- a/it/python/requirements-dev.txt +++ b/it/python/requirements-dev.txt @@ -136,5 +136,5 @@ sniffio==1.3.1 ; python_version >= '3.7' uritemplate==4.1.1 ; python_version >= '3.6' -yarl==1.12.1 ; python_version >= '3.7' +yarl==1.13.0 ; python_version >= '3.7'