From 0d477ca6a5639a53905e86e9a13533f9934d1703 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 03:23:17 +0000 Subject: [PATCH] Bump urllib3 from 1.26.15 to 1.26.17 in /examples/chat-py Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.15 to 1.26.17. - [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.26.15...1.26.17) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/chat-py/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/chat-py/requirements.txt b/examples/chat-py/requirements.txt index d103c1d..ae54034 100644 --- a/examples/chat-py/requirements.txt +++ b/examples/chat-py/requirements.txt @@ -27,5 +27,5 @@ termcolor==2.3.0 tqdm==4.65.0 typing-inspect==0.8.0 typing_extensions==4.5.0 -urllib3==1.26.15 +urllib3==1.26.17 yarl==1.9.2