Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 93f5a9e

Browse files
authored
fix(deps): Update dependency tzdata to v2025.2 (#334)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [tzdata](https://redirect.github.com/python/tzdata) | minor | `==2025.1` -> `==2025.2` | --- ### Release Notes <details> <summary>python/tzdata (tzdata)</summary> ### [`v2025.2`](https://redirect.github.com/python/tzdata/releases/tag/2025.2): : Release of upstream tzdata 2025b [Compare Source](https://redirect.github.com/python/tzdata/compare/2025.1...2025.2) ### Version 2025.2 Upstream version 2025b released 2025-03-22T20:40:46+00:00 #### Briefly: New zone for Aysén Region in Chile which moves from -04/-03 to -03. #### Changes to future timestamps Chile's Aysén Region moves from -04/-03 to -03 year-round, joining Magallanes Region. The region will not change its clocks on 2025-04-05 at 24:00, diverging from America/Santiago and creating a new zone America/Coyhaique. (Thanks to Yonathan Dossow.) Model this as a change to standard offset effective 2025-03-20. #### Changes to past timestamps Iran switched from +04 to +0330 on 1978-11-10 at 24:00, not at year end. (Thanks to Roozbeh Pournader.) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
1 parent 39877e7 commit 93f5a9e

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.17.0",
3131
"structlog==25.4.0",
3232
"tomli==2.2.1",
33-
"tzdata==2025.1",
33+
"tzdata==2025.2",
3434
]
3535
url = "https://github.com/cloudquery/plugin-sdk-python"
3636

0 commit comments

Comments
 (0)