From c9533629ac456877dc1966893666d3c37ff6d1b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 15:40:35 +0000 Subject: [PATCH] chore(deps): bump yarl in /_integration-tests/utils/agent Bumps [yarl](https://github.com/aio-libs/yarl) from 1.11.1 to 1.12.1. - [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.11.1...v1.12.1) --- updated-dependencies: - dependency-name: yarl dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- _integration-tests/utils/agent/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_integration-tests/utils/agent/requirements.txt b/_integration-tests/utils/agent/requirements.txt index 91be3473..1e87b43d 100644 --- a/_integration-tests/utils/agent/requirements.txt +++ b/_integration-tests/utils/agent/requirements.txt @@ -16,4 +16,4 @@ requests==2.32.3 six==1.16.0 typing_extensions==4.12.2 urllib3==2.2.3 -yarl==1.11.1 +yarl==1.12.1