Skip to content

Commit 17a9591

Browse files
Bump urllib3 from 2.2.1 to 2.2.2
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.1 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.2.1...2.2.2) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f5e51fc commit 17a9591

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ six = {version="==1.16.0", python_version=">='3.4'"}
3939
tqdm = "==4.66.4"
4040
typing-extensions = {version="==4.12.2", python_version=">= '3.8'"}
4141
url-normalize = {version="==1.4.3", python_version=">='3.6'"}
42-
urllib3 = "==2.2.1"
42+
urllib3 = "==2.2.2"
4343
wcwidth = "==0.2.13"
4444
websocket-client = "==1.8.0"
4545
wrapt = {version="==1.16.0", python_version=">='3.5'"}

Pipfile.lock

Lines changed: 4 additions & 4 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
@@ -34,7 +34,7 @@ tqdm==4.66.4
3434
types-decorator==5.1.8.20240310; python_version >= '3.8'
3535
typing-extensions==4.12.2; python_version >= '3.8'
3636
url-normalize==1.4.3; python_version >= '3.6'
37-
urllib3==2.2.1; python_version >= '3.8'
37+
urllib3==2.2.2; python_version >= '3.8'
3838
wcwidth==0.2.13
3939
websocket-client==1.8.0
4040
wrapt==1.16.0; python_version >= '3.5'

0 commit comments

Comments
 (0)