Spaces:
Sleeping
Sleeping
dependabot[bot]
commited on
Commit
·
af99f16
1
Parent(s):
b0bd19b
Bump anyio from 4.1.0 to 4.2.0
Browse filesBumps [anyio](https://github.com/agronholm/anyio) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/agronholm/anyio/releases)
- [Changelog](https://github.com/agronholm/anyio/blob/master/docs/versionhistory.rst)
- [Commits](https://github.com/agronholm/anyio/compare/4.1.0...4.2.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.2.1; python_full_version >= "3.7"
|
2 |
-
anyio==4.
|
3 |
apscheduler==3.10.4
|
4 |
asyncio==3.4.3
|
5 |
beautifulsoup4==4.12.2; python_full_version >= "3.6"
|
|
|
1 |
aiofiles==23.2.1; python_full_version >= "3.7"
|
2 |
+
anyio==4.2.0; python_full_version >= "3.6.2" and python_version >= "3.6"
|
3 |
apscheduler==3.10.4
|
4 |
asyncio==3.4.3
|
5 |
beautifulsoup4==4.12.2; python_full_version >= "3.6"
|