From 46589f70b7ba89fea45bb635ea0d131b3a9d47e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Jun 2021 08:01:39 +0000 Subject: [PATCH] build(deps): bump urllib3 from 1.26.4 to 1.26.5 in /examples Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.4 to 1.26.5. - [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.4...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/requirements.txt b/examples/requirements.txt index 957ca33..8710eca 100644 --- a/examples/requirements.txt +++ b/examples/requirements.txt @@ -50,7 +50,7 @@ SQLAlchemy==1.4.13 sqlparse==0.4.1 tabulate==0.8.9 typing-extensions==3.10.0.0 -urllib3==1.26.4 +urllib3==1.26.5 websocket-client==0.59.0 Werkzeug==1.0.1 zipp==3.4.1