mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-20 05:13:21 -07:00
Bump apscheduler from 3.10.1 to 3.10.4 (#2133)
* Bump apscheduler from 3.10.1 to 3.10.4 Bumps [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] <support@github.com> * Update apscheduler==3.10.4 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> [skip ci]
This commit is contained in:
parent
3debeada2a
commit
2c42150799
11 changed files with 855 additions and 825 deletions
|
@ -9,5 +9,12 @@ if sys.platform == "win32":
|
|||
else:
|
||||
from tzlocal.unix import get_localzone, get_localzone_name, reload_localzone
|
||||
|
||||
from tzlocal.utils import assert_tz_offset
|
||||
|
||||
__all__ = ["get_localzone", "get_localzone_name", "reload_localzone"]
|
||||
|
||||
__all__ = [
|
||||
"get_localzone",
|
||||
"get_localzone_name",
|
||||
"reload_localzone",
|
||||
"assert_tz_offset",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue