From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 01:28:06 +0000 (+0000) Subject: build(deps): bump urllib3 from 1.26.17 to 1.26.18 X-Git-Tag: v6.4.0b1~2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3339%2Fhead;p=thirdparty%2Ftornado.git build(deps): bump urllib3 from 1.26.17 to 1.26.18 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.17 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.17...1.26.18) --- updated-dependencies: - dependency-name: urllib3 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- diff --git a/requirements.txt b/requirements.txt index 4934683df..ce09865ef 100644 --- a/requirements.txt +++ b/requirements.txt @@ -114,7 +114,7 @@ types-pycurl==7.45.2.0 # via -r requirements.in typing-extensions==4.4.0 # via mypy -urllib3==1.26.17 +urllib3==1.26.18 # via requests virtualenv==20.23.0 # via tox