Skip to content

Commit

Permalink
Bump urllib3 from 2.0.7 to 2.1.0 (#1650)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 5, 2023
1 parent fc9257b commit 468a39f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ rich = "==13.7.0"
six = {version="==1.16.0", python_version=">='3.4'"}
tqdm = "==4.66.1"
url-normalize = {version="==1.4.3", python_version=">='3.6'"}
urllib3 = "==2.0.7"
urllib3 = "==2.1.0"
wcwidth = "==0.2.12"
websocket-client = "==1.6.4"
wrapt = {version="==1.16.0", python_version=">='3.5'"}
Expand Down
10 changes: 5 additions & 5 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ rich==13.7.0; python_full_version >= '3.7.0'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' and python_version >= '3.4'
tqdm==4.66.1; python_version >= '3.7'
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' and python_version >= '3.6'
urllib3==2.0.7; python_version >= '3.7'
urllib3==2.1.0; python_version >= '3.8'
wcwidth==0.2.12
websocket-client==1.6.4; python_version >= '3.8'
wrapt==1.16.0; python_version >= '3.6'

0 comments on commit 468a39f

Please sign in to comment.