Skip to content

Commit 5661494

Browse files
authored
Merge pull request #17 from mdboom/upgrade-yarl
Upgrade yarl to a version compatible with CPython 3.12
2 parents e16fa21 + 3badbfb commit 5661494

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

benchmarks/bm_aiohttp/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ requests==2.25.1
1111
typing-extensions==3.7.4.3
1212
urllib3==1.26.4
1313
--no-binary=uvloop==0.14.0
14-
yarl==1.8.1
14+
yarl==1.9.2

benchmarks/bm_gunicorn/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ requests==2.25.1
1111
typing-extensions==3.7.4.3
1212
urllib3==1.26.4
1313
--no-binary=uvloop==0.14.0
14-
yarl==1.8.1
14+
yarl==1.9.2

0 commit comments

Comments
 (0)