Skip to content

Bump the dependencies group with 2 updates#646

Merged
Heufneutje merged 1 commit intomasterfrom
dependabot/pip/dependencies-8a0372fab3
Mar 23, 2026
Merged

Bump the dependencies group with 2 updates#646
Heufneutje merged 1 commit intomasterfrom
dependabot/pip/dependencies-8a0372fab3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 23, 2026

Bumps the dependencies group with 2 updates: google-api-python-client and pyxdameraulevenshtein.

Updates google-api-python-client from 2.192.0 to 2.193.0

Release notes

Sourced from google-api-python-client's releases.

v2.193.0

2.193.0 (2026-03-17)

Features

... (truncated)

Commits

Updates pyxdameraulevenshtein from 1.9.0 to 1.10.0

Release notes

Sourced from pyxdameraulevenshtein's releases.

pyxDamerauLevenshtein 1.10.0

This release includes built wheels for Python 3.9, 3.10, 3.11, 3.12, 3.13, and 3.14 on the following platforms:

  • Linux (manylinux, musllinux)
  • macOS
  • Windows

And a source distribution for manual installation.

Installation

pip install pyxDamerauLevenshtein

For more information, see the README.

Changelog

Sourced from pyxdameraulevenshtein's changelog.

1.10.0 (2026-03-17)

  • Add max_distance parameter to all four functions. When provided, computation terminates early and max_distance + 1 (or a value greater than max_distance for normalized functions) is returned if the true distance exceeds the threshold. Closes #16.
  • Note: normalized distance functions now return a 64-bit float (Python's native float) instead of a 32-bit C float. Return values are now more precise (e.g., 0.2 instead of 0.20000000298023224). Code that relies on exact float32 values may need to be updated.
  • Raise TypeError with a clear message when None is passed as an input sequence; previously, None inputs were not explicitly handled.
  • Update type stubs (__init__.pyi) with modern typing syntax and max_distance parameters.
  • Migrate CI from Travis CI to GitHub Actions.
  • Modernize pyproject.toml with full PEP 621 metadata.
  • Add Python 3.14 support.
Commits
  • 21b0910 remove unnecessary host pip upgrade step in build_and_release
  • 79f75cb switch macOS builder from deprecated macos-13 to macos-latest
  • fc0ce9d clarify None input handling wording in CHANGES
  • 4c20d2e soften float64 change wording in CHANGES
  • 044decc remove incorrect py.typed entry from CHANGES (pre-existed 1.10.0)
  • b205086 bump version to 1.10.0 and update CHANGES
  • b45e71c add max_distance examples to README
  • 12c33d5 miscellaneous standardization and cleanup
  • af3b12a add missing unit test coverage
  • 0989535 switch normalized distance functions from float32 to float64
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 2 updates: [google-api-python-client](https://github.com/googleapis/google-api-python-client) and [pyxdameraulevenshtein](https://github.com/lanl/pyxDamerauLevenshtein).


Updates `google-api-python-client` from 2.192.0 to 2.193.0
- [Release notes](https://github.com/googleapis/google-api-python-client/releases)
- [Commits](googleapis/google-api-python-client@v2.192.0...v2.193.0)

Updates `pyxdameraulevenshtein` from 1.9.0 to 1.10.0
- [Release notes](https://github.com/lanl/pyxDamerauLevenshtein/releases)
- [Changelog](https://github.com/lanl/pyxDamerauLevenshtein/blob/master/CHANGES.md)
- [Commits](lanl/pyxDamerauLevenshtein@v1.9.0...1.10.0)

---
updated-dependencies:
- dependency-name: google-api-python-client
  dependency-version: 2.193.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pyxdameraulevenshtein
  dependency-version: 1.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Mar 23, 2026
@Heufneutje Heufneutje merged commit 08d3cfd into master Mar 23, 2026
1 check passed
@Heufneutje Heufneutje deleted the dependabot/pip/dependencies-8a0372fab3 branch March 23, 2026 18:13
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant