Skip to content

Commit a6c7a10

Browse files
authored
fix(deps): Update dependency tzdata to v2024 (#197)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [tzdata](https://togithub.com/python/tzdata) | major | `==2023.4` -> `==2024.1` | --- ### Release Notes <details> <summary>python/tzdata (tzdata)</summary> ### [`v2024.1`](https://togithub.com/python/tzdata/releases/tag/2024.1): : Release of upstream tzdata 2024a [Compare Source](https://togithub.com/python/tzdata/compare/2023.4...2024.1) ### Version 2024.1 Upstream version 2024a released 2024-02-01T17:28:56+00:00 #### Briefly: Kazakhstan unifies on UTC+5 beginning 2024-03-01. Palestine springs forward a week later after Ramadan. zic no longer pretends to support indefinite-past DST. localtime no longer mishandles Ciudad Juárez in 2422. #### Changes to future timestamps Kazakhstan unifies on UTC+5. This affects Asia/Almaty and Asia/Qostanay which together represent the eastern portion of the country that will transition from UTC+6 on 2024-03-01 at 00:00 to join the western portion. (Thanks to Zhanbolat Raimbekov.) Palestine springs forward a week later than previously predicted in 2024 and 2025\. (Thanks to Heba Hamad.) Change spring-forward predictions to the second Saturday after Ramadan, not the first; this also affects other predictions starting in 2039. #### Changes to past timestamps Asia/Ho_Chi_Minh's 1955-07-01 transition occurred at 01:00 not 00:00. (Thanks to Đoàn Trần Công Danh.) From 1947 through 1949, Toronto's transitions occurred at 02:00 not 00:00. (Thanks to Chris Walton.) In 1911 Miquelon adopted standard time on June 15, not May 15. #### Changes to documentation The strftime man page documents which struct tm members affect which conversion specs, and that tzset is called. (Problems reported by Robert Elz and Steve Summit.) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMyIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
1 parent 3193879 commit a6c7a10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"six==1.16.0",
3131
"structlog==23.3.0",
3232
"tomli==2.0.1",
33-
"tzdata==2023.4",
33+
"tzdata==2024.1",
3434
]
3535
url = "https://github.com/cloudquery/plugin-sdk-python"
3636

0 commit comments

Comments
 (0)