Skip to content

Commit d4868ff

Browse files
authored
Merge pull request #18 from mdboom/upgrade-312
Upgrade urllib3, requests and yarl to 3.12 compatible versions
2 parents 5661494 + 9d08a24 commit d4868ff

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

benchmarks/bm_aiohttp/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ cython==0.29.32
77
gunicorn==20.0.4
88
idna==2.10
99
multidict==5.1.0
10-
requests==2.25.1
10+
requests==2.30.0
1111
typing-extensions==3.7.4.3
12-
urllib3==1.26.4
12+
urllib3==2.0.2
1313
--no-binary=uvloop==0.14.0
1414
yarl==1.9.2

benchmarks/bm_flaskblogging/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ Jinja2==2.11.2
1515
Markdown==3.3.2
1616
MarkupSafe==1.1.1
1717
python-slugify==4.0.1
18-
requests==2.24.0
18+
requests==2.30.0
1919
shortuuid==1.0.8
2020
SQLAlchemy==1.3.20
2121
text-unidecode==1.3
22-
urllib3==1.25.11
22+
urllib3==2.0.2
2323
Werkzeug==0.16.0
2424
WTForms==2.3.3

benchmarks/bm_gunicorn/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ cython==0.29.32
77
gunicorn==20.0.4
88
idna==2.10
99
multidict==5.1.0
10-
requests==2.25.1
10+
requests==2.30.0
1111
typing-extensions==3.7.4.3
12-
urllib3==1.26.4
12+
urllib3==2.0.2
1313
--no-binary=uvloop==0.14.0
1414
yarl==1.9.2

benchmarks/bm_kinto/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ pyrsistent==0.17.3
4141
python-dateutil==2.8.1
4242
pytoml==0.1.21
4343
repoze.sendmail==4.4.1
44-
requests==2.22.0
44+
requests==2.30.0
4545
retrying==1.3.3
4646
six==1.14.0
4747
transaction==3.0.1
4848
translationstring==1.4
4949
ujson==4.0.2
50-
urllib3==1.25.8
50+
urllib3==2.0.2
5151
uWSGI==2.0.19.1
5252
venusian==3.0.0
5353
waitress==2.0.0

0 commit comments

Comments
 (0)