From 225ae2835ca4e0fef212ebc846e03b528ba705bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 22:24:17 +0000 Subject: [PATCH] Bump urllib3 from 1.25.9 to 1.26.18 in /default Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.9 to 1.26.18. - [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/1.25.9...1.26.18) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- default/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default/requirements-dev.txt b/default/requirements-dev.txt index 0e1d567..35f64f9 100644 --- a/default/requirements-dev.txt +++ b/default/requirements-dev.txt @@ -48,7 +48,7 @@ rsa==4.6 six==1.15.0 starlette==0.13.4 toml==0.10.1 -urllib3==1.25.9 +urllib3==1.26.18 uvicorn==0.11.7 uvloop==0.14.0 wcwidth==0.2.5