From 954dd0fcaa1105b92bed5895ad4475810c5da56d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Jun 2021 20:07:38 +0000 Subject: [PATCH] chore(deps): bump urllib3 from 1.26.5 to 1.26.6 in /root Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.5 to 1.26.6. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/1.26.6/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.5...1.26.6) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- root/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/requirements.txt b/root/requirements.txt index 62e8b75..0798e62 100644 --- a/root/requirements.txt +++ b/root/requirements.txt @@ -4,5 +4,5 @@ Jinja2==3.0.1 protonvpn-cli==2.2.7 requests==2.25.1 -urllib3==1.26.5 +urllib3==1.26.6 pytoml==0.1.21