Spaces:
Running
Running
dependabot[bot]
commited on
Commit
·
29b96d6
1
Parent(s):
137630d
Bump anyio from 3.6.2 to 3.7.0
Browse filesBumps [anyio](https://github.com/agronholm/anyio) from 3.6.2 to 3.7.0.
- [Changelog](https://github.com/agronholm/anyio/blob/3.7.0/docs/versionhistory.rst)
- [Commits](https://github.com/agronholm/anyio/compare/3.6.2...3.7.0)
---
updated-dependencies:
- dependency-name: anyio
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
aiofiles==23.1.0; python_full_version >= "3.7"
|
2 |
-
anyio==3.
|
3 |
apscheduler==3.10.1
|
4 |
asyncio==3.4.3
|
5 |
beautifulsoup4==4.12.2; python_full_version >= "3.6"
|
|
|
1 |
aiofiles==23.1.0; python_full_version >= "3.7"
|
2 |
+
anyio==3.7.0; python_full_version >= "3.6.2" and python_version >= "3.6"
|
3 |
apscheduler==3.10.1
|
4 |
asyncio==3.4.3
|
5 |
beautifulsoup4==4.12.2; python_full_version >= "3.6"
|