Skip to content

Commit 73b86a1

Browse files
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](urllib3/urllib3@2.0.7...2.2.2) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 03630ea commit 73b86a1

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name = "pypi"
55

66
[packages]
77
apache-superset = "==4.0.2"
8-
urllib3 = "==2.0.7"
8+
urllib3 = "==2.2.2"
99

1010
[dev-packages]
1111
"infi.clickhouse-orm" = "==2.1.3"

Pipfile.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ trio-websocket==0.11.1; python_version >= '3.7'
132132
typing-extensions==4.12.2; python_version >= '3.8'
133133
tzdata==2024.2; python_version >= '2'
134134
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'
135-
urllib3[socks]==2.0.7; python_version >= '3.7'
135+
urllib3[socks]==2.2.2; python_version >= '3.8'
136136
vine==5.1.0; python_version >= '3.6'
137137
wcwidth==0.2.13
138138
werkzeug==3.0.4; python_version >= '3.8'

0 commit comments

Comments
 (0)