From 4152cd3451633314d5c3b7815b219bf403a84ea7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 01:31:33 +0000 Subject: [PATCH] Bump urllib3 from 1.26.18 to 1.26.19 in /examples/cli-typer-base Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.18 to 1.26.19. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/1.26.19/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.18...1.26.19) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/cli-typer-base/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cli-typer-base/requirements.txt b/examples/cli-typer-base/requirements.txt index dd3f8d1..fdeff5c 100644 --- a/examples/cli-typer-base/requirements.txt +++ b/examples/cli-typer-base/requirements.txt @@ -7,4 +7,4 @@ Pygments==2.15.0 requests==2.32.0 rich==12.6.0 typer==0.6.1 -urllib3==1.26.18 +urllib3==1.26.19