From 95016e4418b990183acc38e52a2d21a0364ad74f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Jan 2023 10:01:21 +0000 Subject: [PATCH] Bump urllib3 from 1.26.13 to 1.26.14 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.13 to 1.26.14. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/1.26.14/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.13...1.26.14) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 05e0cf9..6751095 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,5 +15,5 @@ requests==2.28.1 requests-mock==1.10.0 six==1.16.0 toml==0.10.2 -urllib3==1.26.13 +urllib3==1.26.14 xmltodict==0.13.0