From 382c186d5c6232672e31b0e70fc07481499494c5 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sun, 29 Sep 2024 15:42:38 +0000
Subject: [PATCH] Bump urllib3 from 2.0.7 to 2.2.2

Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.7 to 2.2.2.
- [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/2.0.7...2.2.2)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 Pipfile          |  2 +-
 Pipfile.lock     | 10 +++++-----
 requirements.txt |  2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/Pipfile b/Pipfile
index 16566a8a..f2a11173 100644
--- a/Pipfile
+++ b/Pipfile
@@ -5,7 +5,7 @@ name = "pypi"
 
 [packages]
 apache-superset = "==4.0.2"
-urllib3 = "==2.0.7"
+urllib3 = "==2.2.2"
 
 [dev-packages]
 "infi.clickhouse-orm" = "==2.1.3"
diff --git a/Pipfile.lock b/Pipfile.lock
index 77dd7c99..00b8a4ce 100644
--- a/Pipfile.lock
+++ b/Pipfile.lock
@@ -1,7 +1,7 @@
 {
     "_meta": {
         "hash": {
-            "sha256": "10d1e03d3f588a7d187c6138569bcd8845950224b59738957e6014a6c7f66937"
+            "sha256": "f1813fe1b0ddb8b9bfd9ee857772de83b8bcda7e4edac96ed2d29cf15ee89da8"
         },
         "pipfile-spec": 6,
         "requires": {},
@@ -2144,12 +2144,12 @@
                 "socks"
             ],
             "hashes": [
-                "sha256:c97dfde1f7bd43a71c8d2a58e369e9b2bf692d1334ea9f9cae55add7d0dd0f84",
-                "sha256:fdb6d215c776278489906c2f8916e6e7d4f5a9b602ccbcfdf7f016fc8da0596e"
+                "sha256:a448b2f64d686155468037e1ace9f2d2199776e17f0a46610480d311f73e3472",
+                "sha256:dd505485549a7a552833da5e6063639d0d177c04f23bc3864e41e5dc5f612168"
             ],
             "index": "pypi",
-            "markers": "python_version >= '3.7'",
-            "version": "==2.0.7"
+            "markers": "python_version >= '3.8'",
+            "version": "==2.2.2"
         },
         "vine": {
             "hashes": [
diff --git a/requirements.txt b/requirements.txt
index b5c42eee..5840d18f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -132,7 +132,7 @@ trio-websocket==0.11.1; python_version >= '3.7'
 typing-extensions==4.12.2; python_version >= '3.8'
 tzdata==2024.2; python_version >= '2'
 url-normalize==1.4.3; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
-urllib3[socks]==2.0.7; python_version >= '3.7'
+urllib3[socks]==2.2.2; python_version >= '3.8'
 vine==5.1.0; python_version >= '3.6'
 wcwidth==0.2.13
 werkzeug==3.0.4; python_version >= '3.8'