Spaces:
Sleeping
Sleeping
dependabot[bot]
commited on
Commit
·
8623694
1
Parent(s):
a8b7e55
Bump anyio from 3.6.1 to 3.6.2
Browse filesBumps [anyio](https://github.com/agronholm/anyio) from 3.6.1 to 3.6.2.
- [Release notes](https://github.com/agronholm/anyio/releases)
- [Changelog](https://github.com/agronholm/anyio/blob/3.6.2/docs/versionhistory.rst)
- [Commits](https://github.com/agronholm/anyio/compare/3.6.1...3.6.2)
---
updated-dependencies:
- dependency-name: anyio
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
- 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"
|