From a3a5406f7350cc7ab6d97bcd85d6fa42bf507094 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 20:52:17 +0000 Subject: [PATCH] Bump urllib3 from 1.26.15 to 1.26.18 in /ch6/microservices/lanarky Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.15 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.26.15...1.26.18) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ch6/microservices/lanarky/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch6/microservices/lanarky/requirements.txt b/ch6/microservices/lanarky/requirements.txt index b839459..aea6ccd 100644 --- a/ch6/microservices/lanarky/requirements.txt +++ b/ch6/microservices/lanarky/requirements.txt @@ -31,5 +31,5 @@ tenacity==8.2.3 tiktoken==0.5.2 typing-extensions==4.5.0 typing-inspect==0.9.0 -urllib3==1.26.15 +urllib3==1.26.18 yarl==1.9.4 \ No newline at end of file