Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): Update dependency python-dateutil to v2.9.0.post0 #167

Merged
merged 1 commit into from
May 1, 2024

Conversation

cq-bot
Copy link
Contributor

@cq-bot cq-bot commented May 1, 2024

This PR contains the following updates:

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

Release Notes

dateutil/dateutil (python-dateutil)

v2.9.0.post0

Compare Source

Version 2.9.0.post0 (2024-03-01)

Bugfixes

  • Pinned setuptools_scm to <8, which should make the generated _version.py file compatible with all supported versions of Python.

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 - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.

@cq-bot cq-bot added the automerge Add to automerge PRs once requirements are met label May 1, 2024
@cq-bot cq-bot force-pushed the renovate/python-dateutil-2.x branch from 867ae07 to 3d9905b Compare May 1, 2024 04:15
@kodiakhq kodiakhq bot merged commit fbf5de1 into main May 1, 2024
5 checks passed
@kodiakhq kodiakhq bot deleted the renovate/python-dateutil-2.x branch May 1, 2024 04:19
kodiakhq bot pushed a commit that referenced this pull request May 6, 2024
🤖 I have created a release *beep* *boop*
---


## [0.1.21](v0.1.20...v0.1.21) (2024-05-06)


### Bug Fixes

* **deps:** Update dependency black to v24.4.2 ([#162](#162)) ([0b5b482](0b5b482))
* **deps:** Update dependency cloudquery-plugin-pb to v0.0.26 ([#168](#168)) ([07c0435](07c0435))
* **deps:** Update dependency exceptiongroup to v1.2.1 ([#159](#159)) ([21c5de7](21c5de7))
* **deps:** Update dependency grpcio to v1.63.0 ([#163](#163)) ([531c4b8](531c4b8))
* **deps:** Update dependency grpcio-tools to v1.63.0 ([#164](#164)) ([4ceb7ae](4ceb7ae))
* **deps:** Update dependency pandas to v2.2.2 ([#160](#160)) ([0cc0fc0](0cc0fc0))
* **deps:** Update dependency pluggy to v1.5.0 ([#165](#165)) ([c9c3b93](c9c3b93))
* **deps:** Update dependency pytest to v8.2.0 ([#166](#166)) ([85c29c0](85c29c0))
* **deps:** Update dependency python-dateutil to v2.9.0.post0 ([#167](#167)) ([fbf5de1](fbf5de1))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
erezrokah added a commit that referenced this pull request May 7, 2024
erezrokah added a commit that referenced this pull request May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Add to automerge PRs once requirements are met
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant