Skip to content

Chore(deps): Bump pytz from 2026.2 to 2026.3.post1 - #1230

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/pytz-2026.3.post1
Open

Chore(deps): Bump pytz from 2026.2 to 2026.3.post1#1230
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/pytz-2026.3.post1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor

Bumps pytz from 2026.2 to 2026.3.post1.

Commits
  • 661bca9 Bump version numbers to 2026.3.post1 for python2 fix
  • 1e31a16 Log python version running tests, force python2
  • b3ca7c3 Unix line endings
  • b55039a Replace non-ASCII character in comment to fix build with Python 2
  • 5420ee2 Replace non-ASCII character in comment
  • 2c139e8 Merge branch 'fix/localize-overflow-at-datetime-extremes' of https://github.c...
  • c843864 Run zdump tests quietly
  • 518500c Reduce noise when collecting zdump info dumps
  • 081f935 Merge branch 'kytta-fix-dst' into 2026c
  • 8c9d69b Merge branch 'master' into 2026c
  • Additional commits viewable in compare view

Dependabot compatibility score

You 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

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>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jul 27, 2026

@foxpatch-aleph foxpatch-aleph left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 foxpatch-aleph left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant