Spaces:
Running
Running
dependabot[bot]
commited on
Commit
·
17a286d
1
Parent(s):
c96448f
Bump apscheduler from 3.10.1 to 3.10.4
Browse filesBumps [apscheduler](https://github.com/agronholm/apscheduler) from 3.10.1 to 3.10.4.
- [Changelog](https://github.com/agronholm/apscheduler/blob/3.10.4/docs/versionhistory.rst)
- [Commits](https://github.com/agronholm/apscheduler/compare/3.10.1...3.10.4)
---
updated-dependencies:
- dependency-name: apscheduler
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==23.2.1; python_full_version >= "3.7"
|
2 |
anyio==3.7.1; python_full_version >= "3.6.2" and python_version >= "3.6"
|
3 |
-
apscheduler==3.10.
|
4 |
asyncio==3.4.3
|
5 |
beautifulsoup4==4.12.2; python_full_version >= "3.6"
|
6 |
cachetools==5.2.0; python_version >= "3.7" and python_version < "4.0"
|
|
|
1 |
aiofiles==23.2.1; python_full_version >= "3.7"
|
2 |
anyio==3.7.1; 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"
|
6 |
cachetools==5.2.0; python_version >= "3.7" and python_version < "4.0"
|