From 8859719b72dbfec077e0afcfd477c3d2fe7190e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 22:36:11 +0000 Subject: [PATCH] Update urllib3 requirement from <2 to <3 in /echo-service Updates the requirements on [urllib3](https://github.com/urllib3/urllib3) to permit the latest version. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/0.3...2.2.1) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- echo-service/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/echo-service/requirements.txt b/echo-service/requirements.txt index 4c905a939..e88da7e47 100644 --- a/echo-service/requirements.txt +++ b/echo-service/requirements.txt @@ -6,4 +6,4 @@ drf-haystack<1.9 idna==2.8 pytz==2018.9 requests<3 -urllib3<2 +urllib3<3