Chore(deps): Bump pytz from 2026.2 to 2026.3.post1 - #1230
Conversation
Bumps [pytz](https://github.com/stub42/pytz) from 2026.2 to 2026.3.post1. - [Release notes](https://github.com/stub42/pytz/releases) - [Commits](stub42/pytz@release_2026.2...release_2026.3.post1) --- updated-dependencies: - dependency-name: pytz dependency-version: 2026.3.post1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
foxpatch-aleph
left a comment
There was a problem hiding this comment.
Routine Dependabot bump of pytz from 2026.2 to 2026.3.post1. The upstream release is a tzdata refresh (2026c database) plus Python 2 compatibility fixes that are irrelevant for this project (requires Python >=3.12). All 17 usages of pytz in the codebase are in test files and use only the stable pytz.utc.localize() API, which is unaffected by tzdata updates. The types-pytz typing stub is unpinned and needs no synchronization. No lockfile is tracked, so the single-line pin update in pyproject.toml is the complete and correct diff.
foxpatch-aleph
left a comment
There was a problem hiding this comment.
This is a routine patch-level dependency bump of pytz from 2026.2 to 2026.3.post1. The release includes updated timezone data, a fix for localize overflow at datetime extremes, and Python 2 compatibility fixes. All usages of pytz in the codebase are exclusively pytz.utc.localize(...) calls in test files, which is a stable API unaffected by these changes. No application source code imports pytz directly. The change is safe to merge.
Bumps pytz from 2026.2 to 2026.3.post1.
Commits
661bca9Bump version numbers to 2026.3.post1 for python2 fix1e31a16Log python version running tests, force python2b3ca7c3Unix line endingsb55039aReplace non-ASCII character in comment to fix build with Python 25420ee2Replace non-ASCII character in comment2c139e8Merge branch 'fix/localize-overflow-at-datetime-extremes' of https://github.c...c843864Run zdump tests quietly518500cReduce noise when collecting zdump info dumps081f935Merge branch 'kytta-fix-dst' into 2026c8c9d69bMerge branch 'master' into 2026cYou can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)