From 6b9054a5757c410c090023aa55c0e11335f88be0 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 /webhook 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] --- webhook/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webhook/requirements-dev.txt b/webhook/requirements-dev.txt index 40c7047..da60f65 100644 --- a/webhook/requirements-dev.txt +++ b/webhook/requirements-dev.txt @@ -55,7 +55,7 @@ six==1.15.0 sniffio==1.1.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