File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ cryptography==36.0.1 ; platform_machine != "i686"
60
60
# -r requirements/test.txt
61
61
# pyjwt
62
62
# trustme
63
- cython==0.29.27
63
+ cython==0.29.32
64
64
# via -r requirements/cython.txt
65
65
distlib==0.3.3
66
66
# via virtualenv
@@ -245,6 +245,8 @@ uritemplate==4.1.1
245
245
# via gidgethub
246
246
urllib3==1.26.7
247
247
# via requests
248
+ uvloop==0.14.0 ; platform_system != "Windows" and implementation_name == "cpython" and python_version < "3.9"
249
+ # via -r requirements/base.txt
248
250
virtualenv==20.10.0
249
251
# via pre-commit
250
252
wait-for-it==2.2.1
Original file line number Diff line number Diff line change 1
1
-r multidict.txt
2
2
-r typing-extensions.txt # required for parsing aiohttp/hdrs.py by tools/gen.py
3
- cython==0.29.27
3
+ cython==0.29.32
You can’t perform that action at this time.
0 commit comments