Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 24, 2025

Bumps timezonefinder from 8.1.0 to 8.2.0.

Changelog

Sourced from timezonefinder's changelog.

8.2.0 (2025-12-23)

  • Reverted to the full timezone dataset: Starting from this release, timezonefinder uses the full original timezones-with-oceans dataset instead of the reduced timezones-now dataset. This restores access to all >440 original timezone names, providing full localization capabilities and historical timezone accuracy. The reduced dataset (with ~90 timezones) is still available via the parse_data.sh script for users who prefer the smaller memory footprint. Due to the discussion in GitHub Issue [#363](https://github.com/jannikmi/timezonefinder/issues/363) <https://github.com/jannikmi/timezonefinder/issues/363>__
  • Improved error handling for resource cleanup. Thanks to Dave Tapley <https://github.com/davetapley>__ for the PR #375.
  • Bug fixed where on termination we may hit an exception attempting to close resources in FileCoordAccessor. Thanks to David Park <https://github.com/daphtdazz>__ for the PR #377.
  • Made CFFI extension builds fallible, allowing the build process to continue even if C extension compilation fails. Thanks to theirix <https://github.com/theirix>__ for the PR #369.
  • Added Python 3.14 to the supported test matrix (tox + GitHub Actions).
Commits
  • 02e92f2 Revert to full dataset (#381)
  • 3b147e7 Bump actions/upload-artifact from 5 to 6 (#380)
  • 02c27bf Bump actions/download-artifact from 6 to 7 (#379)
  • 66a5f8e Fallible CFFI extensions builds (#369)
  • 4c25d5d Avoid an exception on termination in del when the module variables are be...
  • 85bace9 Tolerate AttributeError from del during KeyboardInterrupt (#375)
  • fb1c7ae Bump actions/checkout from 5 to 6 (#373)
  • 95b12a5 Add package extras (#368)
  • c1e7819 Bump pypa/cibuildwheel from 3.2.1 to 3.3.0 (#370)
  • 187b75c Bump actions/download-artifact from 5 to 6 (#365)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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 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)

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 24, 2025

Assignees

The following users could not be added as assignees: tsx. Either the username does not exist or it does not have the correct permissions to be added as an assignee.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Dec 24, 2025
Bumps [timezonefinder](https://github.com/jannikmi/timezonefinder) from 8.1.0 to 8.2.0.
- [Release notes](https://github.com/jannikmi/timezonefinder/releases)
- [Changelog](https://github.com/jannikmi/timezonefinder/blob/master/CHANGELOG.rst)
- [Commits](jannikmi/timezonefinder@8.1.0...8.2.0)

---
updated-dependencies:
- dependency-name: timezonefinder
  dependency-version: 8.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot-pip-timezonefinder-8.2.0 branch from 80ee90a to f78ae62 Compare January 21, 2026 08:54
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