Update dependency python-dateutil to v2.9.0 #25

Merged
renovate_bot merged 1 commit from renovate/python-dateutil-2.x into main 2024-02-29 21:00:16 -08:00
Collaborator

This PR contains the following updates:

Package Update Change
python-dateutil minor ==2.8.2 -> ==2.9.0

Release Notes

dateutil/dateutil (python-dateutil)

v2.9.0

Compare Source

Version 2.9.0 (2024-02-29)

Data updates

  • Updated tzdata version to 2024a. (gh pr #​1342)

Features

  • Made all 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)

Bugfixes

  • Removed a call to 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).

Documentation changes

  • Added note into docs and tests where relativedelta would return last day of the month only if the same day on a different month resolves to a date that doesn't exist. Reported by @​hawkEye-01 (gh issue #​1167). Fixed by @​Mifrill (gh pr #​1168)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [python-dateutil](https://github.com/dateutil/dateutil) | minor | `==2.8.2` -> `==2.9.0` | --- ### Release Notes <details> <summary>dateutil/dateutil (python-dateutil)</summary> ### [`v2.9.0`](https://github.com/dateutil/dateutil/releases/tag/2.9.0) [Compare Source](https://github.com/dateutil/dateutil/compare/2.8.2...2.9.0) ### Version 2.9.0 (2024-02-29) #### Data updates - Updated tzdata version to 2024a. (gh pr [#&#8203;1342](https://github.com/dateutil/dateutil/issues/1342)) #### Features - Made all `dateutil` submodules lazily imported using [PEP 562](https://www.python.org/dev/peps/pep-0562/). 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 [#&#8203;771](https://github.com/dateutil/dateutil/issues/771), gh pr [#&#8203;1007](https://github.com/dateutil/dateutil/issues/1007)) #### Bugfixes - Removed a call to `datetime.utcfromtimestamp`, which is deprecated as of Python 3.12. Reported by Hugo van Kemenade (gh pr [#&#8203;1284](https://github.com/dateutil/dateutil/issues/1284)), fixed by Thomas Grainger (gh pr [#&#8203;1285](https://github.com/dateutil/dateutil/issues/1285)). #### Documentation changes - Added note into docs and tests where relativedelta would return last day of the month only if the same day on a different month resolves to a date that doesn't exist. Reported by [@&#8203;hawkEye-01](https://github.com/hawkEye-01) (gh issue [#&#8203;1167](https://github.com/dateutil/dateutil/issues/1167)). Fixed by [@&#8203;Mifrill](https://github.com/Mifrill) (gh pr [#&#8203;1168](https://github.com/dateutil/dateutil/issues/1168)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
renovate_bot added 1 commit 2024-02-29 20:00:19 -08:00
Update dependency python-dateutil to v2.9.0
All checks were successful
ci/woodpecker/pr/lint Pipeline was successful
ci/woodpecker/pull_request_closed/lint Pipeline was successful
ci/woodpecker/push/lint Pipeline was successful
259f00f3a4
renovate_bot merged commit 259f00f3a4 into main 2024-02-29 21:00:16 -08:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: buckbanzai/kuow-mastodon-bot#25
No description provided.