From fc7ca4a979fab1b0a89c33e3b541cb4fe056af77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 21:03:49 +0000 Subject: [PATCH] chore(deps): Bump urllib3 in /demo/playground/scripts Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.6 to 2.0.7. - [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/2.0.6...2.0.7) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- demo/playground/scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/playground/scripts/requirements.txt b/demo/playground/scripts/requirements.txt index 20232d456d..33c13656f4 100644 --- a/demo/playground/scripts/requirements.txt +++ b/demo/playground/scripts/requirements.txt @@ -20,5 +20,5 @@ requests==2.31.0; python_version >= "3.7" routes==2.5.1 six==1.16.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" tomli==2.0.1; python_version < "3.11" and python_version >= "3.7" -urllib3==2.0.6; python_version >= "3.7" +urllib3==2.0.7; python_version >= "3.7" yarl==1.9.2; python_version >= "3.7"