Spaces:
Sleeping
Sleeping
dependabot[bot]
commited on
Commit
·
12ed8f7
1
Parent(s):
c34ef25
Bump aiofiles from 0.8.0 to 23.1.0
Browse filesBumps [aiofiles](https://github.com/Tinche/aiofiles) from 0.8.0 to 23.1.0.
- [Release notes](https://github.com/Tinche/aiofiles/releases)
- [Commits](https://github.com/Tinche/aiofiles/compare/v0.8.0...v23.1.0)
---
updated-dependencies:
- dependency-name: aiofiles
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
aiofiles==
|
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
|
|
|
1 |
+
aiofiles==23.1.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
|