From 2518b1dc72448d6cdc2d19a8769657afc308cc1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 02:23:09 +0000 Subject: [PATCH] build(deps): bump urllib3 from 1.26.7 to 1.26.18 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.7 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.7...1.26.18) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 60178a69..47bee439 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ "ConfigArgParse==1.5.3", "PyYAML==6.0", "uiautomator2==2.16.14", - "urllib3==1.26.7", + "urllib3==1.26.18", "emoji==1.6.1", "langdetect==1.0.9", "atomicwrites==1.4.0", diff --git a/requirements.txt b/requirements.txt index 0da3be01..787fcd9e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ colorama==0.4.4 ConfigArgParse==1.5.3 PyYAML==6.0 uiautomator2~=2.16.19 -urllib3==1.26.7 +urllib3==1.26.18 emoji==1.6.1 langdetect==1.0.9 atomicwrites==1.4.0