Spaces:
Sleeping
Sleeping
Merge pull request #42 from Gojo-Bots/dependabot/pip/anyio-3.6.2
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
aiofiles==0.8.0; python_full_version >= "3.7"
|
2 |
aiohttp==3.7.4; python_version >= "3.6" and python_version < "4.0"
|
3 |
-
anyio==3.6.
|
4 |
asyncio==3.4.3
|
5 |
beautifulsoup4==4.11.1; python_full_version >= "3.6"
|
6 |
cachetools==5.2.0; python_version >= "3.7" and python_version < "4.0"
|
|
|
1 |
aiofiles==0.8.0; python_full_version >= "3.7"
|
2 |
aiohttp==3.7.4; python_version >= "3.6" and python_version < "4.0"
|
3 |
+
anyio==3.6.2; python_full_version >= "3.6.2" and python_version >= "3.6"
|
4 |
asyncio==3.4.3
|
5 |
beautifulsoup4==4.11.1; python_full_version >= "3.6"
|
6 |
cachetools==5.2.0; python_version >= "3.7" and python_version < "4.0"
|