Skip to content

Commit

Permalink
[Tech] Bump pytz from 2023.4 to 2024.2 in /datascience (#4000)
Browse files Browse the repository at this point in the history
Bumps [pytz](https://github.com/stub42/pytz) from 2023.4 to 2024.2.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/stub42/pytz/commit/3944f75a65268002562b9fd4c912d8bf566e0a66"><code>3944f75</code></a>
Bump version numbers to 2024.2 / 2024b</li>
<li><a
href="https://github.com/stub42/pytz/commit/640c9bd426a3e62f12e7d5424d936b91dc442d93"><code>640c9bd</code></a>
IANA 2024b</li>
<li><a
href="https://github.com/stub42/pytz/commit/382ca0c9e9e5efc8c56ba8f25513ef9287f5281d"><code>382ca0c</code></a>
Squashed 'tz/' changes from 380c07cef..923e54bae</li>
<li><a
href="https://github.com/stub42/pytz/commit/96a1e880f84bed98b54d64de25f08d7b50639b55"><code>96a1e88</code></a>
Stop testing unavailable and EOL Python 3.5</li>
<li><a
href="https://github.com/stub42/pytz/commit/68186b6da89c1772678d5585df6740349369600f"><code>68186b6</code></a>
Add support for Python 3.13</li>
<li><a
href="https://github.com/stub42/pytz/commit/e994058eb38f4c2dd8798e0de3720ac207c7e6f6"><code>e994058</code></a>
Run other jobs if one fails</li>
<li><a
href="https://github.com/stub42/pytz/commit/2326f9f5a93e46eb58563c9c51e4506959e2f500"><code>2326f9f</code></a>
Bump GitHub Actions</li>
<li><a
href="https://github.com/stub42/pytz/commit/fb43f957c5149e750c3be3cfc72b22ad94db4886"><code>fb43f95</code></a>
Github releases</li>
<li><a
href="https://github.com/stub42/pytz/commit/368095322408e14898640a426db1e4658b8acd8c"><code>3680953</code></a>
Bump version numbers to 2024.1 / 2024a</li>
<li><a
href="https://github.com/stub42/pytz/commit/e22640ed537602adb2638951d5a5e6bd5395c4ce"><code>e22640e</code></a>
Squashed 'tz/' changes from cc48c2dfa..beeb53a3d</li>
<li>Additional commits viewable in <a
href="https://github.com/stub42/pytz/compare/release_2023.4...release_2024.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pytz&package-manager=pip&previous-version=2023.4&new-version=2024.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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>
  • Loading branch information
VincentAntoine authored Jan 3, 2025
2 parents 6a8a1b6 + 333a425 commit 6f431d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions datascience/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion datascience/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ simplejson = "^3.19.2"
geoalchemy2 = "^0.16.0"
rtree = "^1.0.1"
jinja2 = "^3.1.2"
pytz = "^2023.3.post1"
pytz = "^2024.2"
vptree = "^1.3"
pytest = "^8.3.4"
geopandas = "^1.0.1"
Expand Down

0 comments on commit 6f431d4

Please sign in to comment.