-
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit 9bfa2ab
authored
build(deps): update tzdata requirement from ==2023.* to ==2024.* (#254)
Updates the requirements on [tzdata](https://github.com/python/tzdata)
to permit the latest version.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/python/tzdata/releases">tzdata's
releases</a>.</em></p>
<blockquote>
<h2>2024.1: Release of upstream tzdata 2024a</h2>
<h1>Version 2024.1</h1>
<p>Upstream version 2024a released 2024-02-01T17:28:56+00:00</p>
<h2>Briefly:</h2>
<p>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.</p>
<h2>Changes to future timestamps</h2>
<p>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.)</p>
<p>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.</p>
<h2>Changes to past timestamps</h2>
<p>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.)</p>
<p>From 1947 through 1949, Toronto's transitions occurred at 02:00 not
00:00.
(Thanks to Chris Walton.)</p>
<p>In 1911 Miquelon adopted standard time on June 15, not May 15.</p>
<h2>Changes to documentation</h2>
<p>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.)</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/python/tzdata/blob/master/NEWS.md">tzdata's
changelog</a>.</em></p>
<blockquote>
<h1>Version 2024.1</h1>
<p>Upstream version 2024a released 2024-02-01T17:28:56+00:00</p>
<h2>Briefly:</h2>
<p>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.</p>
<h2>Changes to future timestamps</h2>
<p>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.)</p>
<p>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.</p>
<h2>Changes to past timestamps</h2>
<p>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.)</p>
<p>From 1947 through 1949, Toronto's transitions occurred at 02:00 not
00:00.
(Thanks to Chris Walton.)</p>
<p>In 1911 Miquelon adopted standard time on June 15, not May 15.</p>
<h2>Changes to documentation</h2>
<p>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.)</p>
<hr />
<h1>Version 2023.4</h1>
<p>Upstream version 2023d released 2023-12-22T04:02:24+00:00</p>
<h2>Briefly:</h2>
<p>Ittoqqortoormiit, Greenland changes time zones on 2024-03-31. Vostok,
Antarctica
changed time zones on 2023-12-18. Casey, Antarctica changed time zones
five
times since 2020. Code and data fixes for Palestine timestamps starting
in 2072.
A new data file zonenow.tab for timestamps starting now.</p>
<h2>Changes to future timestamps</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/python/tzdata/commit/7e71c6bf79c2a68dbaab908e51aa4f5985a65d08"><code>7e71c6b</code></a>
Update to 2024a</li>
<li><a
href="https://github.com/python/tzdata/commit/c7bf6888a7562595d75fe4e0c75158935c2ff580"><code>c7bf688</code></a>
Bump version to 2023.4</li>
<li><a
href="https://github.com/python/tzdata/commit/8af58de76a2f2179e2ab9dbaf34d477c0ed5061f"><code>8af58de</code></a>
Update tzdata to 2023d</li>
<li><a
href="https://github.com/python/tzdata/commit/d79f69a2467c7f5534c6defedb3c0fc3c5f79df4"><code>d79f69a</code></a>
Fix readthedocs build</li>
<li><a
href="https://github.com/python/tzdata/commit/356477d6c7b43829d4451030b617b8b45f6105ba"><code>356477d</code></a>
Restore Python 2.7 tests</li>
<li><a
href="https://github.com/python/tzdata/commit/c690643a054a2ce1a802d4cd7647878fe6b2ce77"><code>c690643</code></a>
Add support for Python 3.12</li>
<li><a
href="https://github.com/python/tzdata/commit/eaf2f5fa57b28f24680eaab47064a3c0be4fe784"><code>eaf2f5f</code></a>
Update tzdata to 2023c</li>
<li><a
href="https://github.com/python/tzdata/commit/3ab6e77280868fa5dd6cb3f7bdbb11e1face7bb1"><code>3ab6e77</code></a>
Update tzdata to 2023b</li>
<li><a
href="https://github.com/python/tzdata/commit/c15b7e71155cd067ff9f2d4f56fa23b3ae2a8752"><code>c15b7e7</code></a>
Update tzdata to 2023a</li>
<li>See full diff in <a
href="https://github.com/python/tzdata/compare/2023.1...2024.1">compare
view</a></li>
</ul>
</details>
<br />
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>1 file changed
+1
-1
lines changed+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + |
0 commit comments