|
1 | | -aiohttp==3.7.4.post0; python_version >= "3.6" |
| 1 | +aiohttp>=3.9.0; python_version >= "3.6" |
2 | 2 | alabaster==0.7.12; python_version >= "3.5" |
3 | 3 | appdirs==1.4.4; python_version >= "3.6" |
4 | 4 | async-timeout==3.0.1; python_full_version >= "3.5.3" and python_version >= "3.6" |
@@ -35,7 +35,7 @@ markupsafe==2.0.1; python_version >= "3.6" and python_version < "4.0" |
35 | 35 | marshmallow==3.13.0; python_version >= "3.6" |
36 | 36 | marshmallow-enum==1.5.1; python_version >= "3.6" |
37 | 37 | mccabe==0.6.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" |
38 | | -multidict==5.1.0; python_version >= "3.6" |
| 38 | +multidict>=6.0.0; python_version >= "3.6" |
39 | 39 | mypy-extensions==0.4.3; python_version >= "3.6" |
40 | 40 | nodeenv==1.6.0; python_full_version >= "3.6.1" |
41 | 41 | packaging==21.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6" |
@@ -72,11 +72,11 @@ stringcase==1.2.0; python_version >= "3.6" |
72 | 72 | toml==0.10.2; python_full_version >= "3.6.1" and python_version >= "3.6" and (python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6") |
73 | 73 | tomlkit==0.7.2; python_version >= "3.5" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.5" and python_version < "4.0" and python_full_version >= "3.5.0" |
74 | 74 | tox==3.24.1; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0") |
75 | | -typed-ast==1.4.3; python_version >= "3.6" |
| 75 | +typed-ast==1.4.3; python_version >= "3.6" and python_version < "3.8" |
76 | 76 | typing-extensions==3.10.0.0; python_version < "3.8" and python_version >= "3.6" |
77 | 77 | typing-inspect==0.7.1; python_version >= "3.6" |
78 | 78 | urllib3==1.26.6; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version < "4" and python_version >= "3.5" |
79 | 79 | virtualenv==20.7.0; python_full_version >= "3.6.1" |
80 | 80 | watchdog==2.1.3; python_version >= "3.6" |
81 | | -yarl==1.6.3; python_version >= "3.6" |
| 81 | +yarl>=1.9.0; python_version >= "3.6" |
82 | 82 | zipp==3.5.0; python_version < "3.8" and python_version >= "3.6" |
0 commit comments