chore(deps): update dependency python-dateutil to v2.9.0.post0
Compare changes
This MR contains the following updates:
Package | Update | Change |
---|---|---|
python-dateutil | minor |
==2.8.2 -> ==2.9.0.post0
|
v2.9.0.post0
setuptools_scm
to <8
, which should make the generated _version.py
file compatible with all supported versions of Python.v2.9.0
dateutil
submodules lazily imported using PEP 562. On Python 3.7+, things like import dateutil; dateutil.tz.gettz("America/New_York")
will now work without explicitly importing dateutil.tz
, with the import occurring behind the scenes on first use. The old behavior remains on Python 3.6 and earlier. Fixed by Orson Adams. (gh issue #771, gh pr #1007)datetime.utcfromtimestamp
, which is deprecated as of Python 3.12. Reported by Hugo van Kemenade (gh pr #1284), fixed by Thomas Grainger (gh pr #1285).This MR has been generated by Renovate Bot.