Skip to content

Commit 4d7e925

Browse files
authored
fix(deps): Update dependency tzdata to v2025.3 (#357)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [tzdata](https://redirect.github.com/python/tzdata) | minor | `==2025.2` -> `==2025.3` | --- ### Release Notes <details> <summary>python/tzdata (tzdata)</summary> ### [`v2025.3`](https://redirect.github.com/python/tzdata/releases/tag/2025.3): : Release of upstream tzdata 2025c [Compare Source](https://redirect.github.com/python/tzdata/compare/2025.2...2025.3) ### Version 2025.3 Upstream version 2025c released 2025-12-10T22:42:37+00:00 #### Briefly: Several code changes for compatibility with FreeBSD. #### Changes to past timestamps Baja California agreed with California’s DST rules in 1953 and in 1961 through 1975, instead of observing standard time all year. (Thanks to Alois Treindl.) #### Changes to commentary The leapseconds file contains commentary about the IERS and NIST last-modified and expiration timestamps for leap second data. (Thanks to Judah Levine.) Commentary now also uses characters from the set –‘’“”•≤ as this can be useful and should work with current applications. This also affects data in iso3166.tab and zone1970.tab, which now contain strings like “Côte d’Ivoire” instead of “Côte d'Ivoire”. </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 7bf9c36 commit 4d7e925

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.5.0",
3232
"tomli==2.3.0",
33-
"tzdata==2025.2",
33+
"tzdata==2025.3",
3434
]
3535
url = "https://github.com/cloudquery/plugin-sdk-python"
3636

0 commit comments

Comments
 (0)