From 361f01464e78fb3152e6f3938b7eb12331a32066 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Feb 2022 14:58:14 +0000 Subject: [PATCH] build(deps): bump urllib3 in /geocoding/location-service 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] --- geocoding/location-service/poetry.lock | 10 +++++----- geocoding/location-service/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/geocoding/location-service/poetry.lock b/geocoding/location-service/poetry.lock index 1017d3ad4..5f17315ff 100644 --- a/geocoding/location-service/poetry.lock +++ b/geocoding/location-service/poetry.lock @@ -466,16 +466,16 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" [[package]] name = "urllib3" -version = "1.26.4" +version = "1.26.5" description = "HTTP library with thread-safe connection pooling, file post, and more." category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4" [package.extras] +brotli = ["brotlipy (>=0.6.0)"] secure = ["pyOpenSSL (>=0.14)", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "certifi", "ipaddress"] socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] -brotli = ["brotlipy (>=0.6.0)"] [[package]] name = "werkzeug" @@ -508,7 +508,7 @@ locale = ["Babel (>=1.3)"] [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "b0698169c2b88c1b840bf7447c498f51b372b89a37d9b73487b39d438d0d459c" +content-hash = "69f3c8c9c2215202ce3d5a01d267588ecc032bedc66172ad90645ce3e8a64a0b" [metadata.files] atomicwrites = [ @@ -813,8 +813,8 @@ uritemplate = [ {file = "uritemplate-3.0.1.tar.gz", hash = "sha256:5af8ad10cec94f215e3f48112de2022e1d5a37ed427fbd88652fa908f2ab7cae"}, ] urllib3 = [ - {file = "urllib3-1.26.4-py2.py3-none-any.whl", hash = "sha256:2f4da4594db7e1e110a944bb1b551fdf4e6c136ad42e4234131391e21eb5b0df"}, - {file = "urllib3-1.26.4.tar.gz", hash = "sha256:e7b021f7241115872f92f43c6508082facffbd1c048e3c6e2bb9c2a157e28937"}, + {file = "urllib3-1.26.5-py2.py3-none-any.whl", hash = "sha256:753a0374df26658f99d826cfe40394a686d05985786d946fbe4165b5148f5a7c"}, + {file = "urllib3-1.26.5.tar.gz", hash = "sha256:a7acd0977125325f516bda9735fa7142b909a8d01e8b2e4c8108d0984e6e0098"}, ] werkzeug = [ {file = "Werkzeug-1.0.1-py2.py3-none-any.whl", hash = "sha256:2de2a5db0baeae7b2d2664949077c2ac63fbd16d98da0ff71837f7d1dea3fd43"}, diff --git a/geocoding/location-service/pyproject.toml b/geocoding/location-service/pyproject.toml index 051779279..94575a908 100644 --- a/geocoding/location-service/pyproject.toml +++ b/geocoding/location-service/pyproject.toml @@ -43,7 +43,7 @@ Schemer = "0.2.11" six = "1.15.0" toml = "0.10.2" uritemplate = "3.0.1" -urllib3 = "1.26.4" +urllib3 = "1.26.5" Werkzeug = "1.0.1" WTForms = "2.3.3" ratelimiter = "1.2.0"