Skip to content

Bump the "dependencies" group with 2 updates across multiple ecosystems - #266

Merged
freakboy3742 merged 1 commit into
mainfrom
dependabot/dependencies-4b589b806a
Aug 23, 2026
Merged

Bump the "dependencies" group with 2 updates across multiple ecosystems#266
freakboy3742 merged 1 commit into
mainfrom
dependabot/dependencies-4b589b806a

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the dependencies group with 4 updates: deepl, mkdocstrings-python, ruff and pre-commit.

Updates deepl from 1.30.0 to 1.32.0

Release notes

Sourced from deepl's releases.

v1.31.0

Added

  • Added support for using multiple glossaries via the glossary_ids parameter (up to 5 glossaries) in translate_text(), translate_document(), translate_document_upload(), and translate_document_from_filepath().
  • Added support for style rules in document translation via the style_rule parameter in translate_document(), translate_document_upload(), and translate_document_from_filepath().
  • Added support for translation memories in document translation via the translation_memory and translation_memory_threshold parameters in translate_document(), translate_document_upload(), and translate_document_from_filepath().
  • Added --glossary-ids CLI argument for the text and document commands, allowing up to 5 glossaries to be used per translation.
  • Added --style-id, --translation-memory-id, and --translation-memory-threshold CLI arguments to the document command.
  • Added support for the translation memory management APIs: get_translation_memory(), list_translation_memory_segments(), delete_translation_memory(), create_translation_memory_import(), upload_translation_memory_file(), create_translation_memory_export(), get_translation_memory_job(), wait_until_translation_memory_job_done(), and download_translation_memory_export(), along with the import_translation_memory_from_filepath() and export_translation_memory_to_filepath() convenience functions that create the job, transfer the TMX file, and wait for the job to finish. Because the API detects the file upload asynchronously, an import job keeps reporting awaiting_input for a while after the upload; the wait loop polls through that status, so pass timeout_s to bound the wait.
  • Added the TranslationMemorySegments, TranslationMemorySegment, TranslationMemoryTargetSegment, TranslationMemoryImport, TranslationMemoryExport, TranslationMemoryJob, and TranslationMemoryJobResult types.
  • Added creation_time and updated_time properties to TranslationMemoryInfo.
  • Added the translation-memory CLI command with the list, get, segments, import, export, job, and delete subcommands.
Changelog

Sourced from deepl's changelog.

[1.32.0] - 2026-08-12

Added

  • Added correct_text() method to the DeepLClient class for fixing spelling and grammar errors in text(s) via the /v2/write/correct endpoint.

[1.31.0] - 2026-08-11

Added

  • Added support for using multiple glossaries via the glossary_ids parameter (up to 5 glossaries) in translate_text(), translate_document(), translate_document_upload(), and translate_document_from_filepath().
  • Added support for style rules in document translation via the style_rule parameter in translate_document(), translate_document_upload(), and translate_document_from_filepath().
  • Added support for translation memories in document translation via the translation_memory and translation_memory_threshold parameters in translate_document(), translate_document_upload(), and translate_document_from_filepath().
  • Added --glossary-ids CLI argument for the text and document commands, allowing up to 5 glossaries to be used per translation.
  • Added --style-id, --translation-memory-id, and --translation-memory-threshold CLI arguments to the document command.
  • Added support for the translation memory management APIs: get_translation_memory(), list_translation_memory_segments(), delete_translation_memory(), create_translation_memory_import(), upload_translation_memory_file(), create_translation_memory_export(), get_translation_memory_job(), wait_until_translation_memory_job_done(), and download_translation_memory_export(), along with the import_translation_memory_from_filepath() and export_translation_memory_to_filepath() convenience functions that create the job, transfer the TMX file, and wait for the job to finish. Because the API detects the file upload asynchronously, an import job keeps reporting awaiting_input for a while after the upload; the wait loop polls through that status, so pass timeout_s to bound the wait.
  • Added the TranslationMemorySegments, TranslationMemorySegment, TranslationMemoryTargetSegment, TranslationMemoryImport, TranslationMemoryExport, TranslationMemoryJob, and TranslationMemoryJobResult types.
  • Added creation_time and updated_time properties to TranslationMemoryInfo.
  • Added the translation-memory CLI command with the list, get, segments, import, export, job, and delete subcommands.
Commits
  • df50df2 chore: bump version to 1.32.0 (minor bump)
  • 5835084 feat: add correct_text() for the write/correct endpoint
  • 82af17c chore: bump version to 1.31.0 (minor bump)
  • 415d41a feat: add support for the translation memory management APIs
  • a362312 feat: support multiple glossaries (glossary_ids) and document style/translati...
  • b8f12ae fix: [DEX-4259] Repoint git.deepl.dev references to gitlab.com (ci-lib include)
  • 2cdf70f Merge pull request #160 from DeepLcom/fix/bumpversion-action
  • 1e12e45 chore: fix bumpversion to use npm keep-a-changelog same as changelog format c...
  • See full diff in compare view

Updates mkdocstrings-python from 2.0.5 to 2.0.6

Release notes

Sourced from mkdocstrings-python's releases.

2.0.6

2.0.6 - 2026-08-16

Compare with 2.0.5

Bug Fixes

  • Don't pass unsupported options to Griffe parsers (4b38b6b by Timothée Mazzucotelli). Issue-337
  • Increase stash key length from 1 to 2 (6ff2749 by Jonas Haag). PR-336
Changelog

Sourced from mkdocstrings-python's changelog.

2.0.6 - 2026-08-16

Compare with 2.0.5

Bug Fixes

  • Don't pass unsupported options to Griffe parsers (4b38b6b by Timothée Mazzucotelli). Issue-337
  • Increase stash key length from 1 to 2 (6ff2749 by Jonas Haag). PR-336
Commits
  • a025f49 chore: Prepare release 2.0.6
  • 3c782f5 ci: Fix type-checking issues
  • bb49b15 tests: Re-add griffe as dev-dep to run API checks
  • 4b38b6b fix: Don't pass unsupported options to Griffe parsers
  • 6ff2749 fix: Increase stash key length from 1 to 2
  • 0fa2d2e chore: Update sponsors section in README (#332)
  • See full diff in compare view

Updates ruff from 0.16.2 to 0.16.3

Release notes

Sourced from ruff's releases.

0.16.3

Release Notes

Released on 2026-08-13.

Preview features

  • [pylint] Fix false negatives on negative numbers (PLR6104) (#27251)
  • [pyupgrade] Add rule to replace while 1 with while True (UP048) (#27190)

Bug fixes

  • [flake8-bandit] Also check keyword arguments (S602, S603, S607, S609) (#27687)
  • [pylint] Allow continue in finally on Python 3.8 (#27626)
  • [pylint] Fix PLE1307 false positive with bools (#27651)
  • [pylint] Fix false positives and negatives with %b format character (PLE1300, PLE1307) (#27560)
  • [pylint] Improve handling of concatenated strings (PLE1300) (#27659)

Rule changes

  • [numpy] Make np.chararray autofix backwards-compatible (NPY201) (#27527)

Performance

  • Enable PGO for Linux x86-64 Ruff releases (#27570)
  • Enable PGO for Linux ARM64 Ruff releases (#27574)
  • Enable PGO for Windows x86-64 Ruff releases (#27573)
  • Enable PGO for macOS ARM64 Ruff releases (#27572)
  • Reduce Expr size to 64 bytes (#27591)

CLI

  • Hyperlink rule codes in ruff check --statistics output (#27646)

Documentation

  • [ruff] Also suggest asyncio.TaskGroup (RUF006) (#27461)

Other changes

Contributors

... (truncated)

Changelog

Sourced from ruff's changelog.

0.16.3

Released on 2026-08-13.

Preview features

  • [pylint] Fix false negatives on negative numbers (PLR6104) (#27251)
  • [pyupgrade] Add rule to replace while 1 with while True (UP048) (#27190)

Bug fixes

  • [flake8-bandit] Also check keyword arguments (S602, S603, S607, S609) (#27687)
  • [pylint] Allow continue in finally on Python 3.8 (#27626)
  • [pylint] Fix PLE1307 false positive with bools (#27651)
  • [pylint] Fix false positives and negatives with %b format character (PLE1300, PLE1307) (#27560)
  • [pylint] Improve handling of concatenated strings (PLE1300) (#27659)

Rule changes

  • [numpy] Make np.chararray autofix backwards-compatible (NPY201) (#27527)

Performance

  • Enable PGO for Linux x86-64 Ruff releases (#27570)
  • Enable PGO for Linux ARM64 Ruff releases (#27574)
  • Enable PGO for Windows x86-64 Ruff releases (#27573)
  • Enable PGO for macOS ARM64 Ruff releases (#27572)
  • Reduce Expr size to 64 bytes (#27591)

CLI

  • Hyperlink rule codes in ruff check --statistics output (#27646)

Documentation

  • [ruff] Also suggest asyncio.TaskGroup (RUF006) (#27461)

Other changes

Contributors

... (truncated)

Commits
  • b0e4702 Bump 0.16.3 (#27723)
  • ecdd401 [ty] Separate script and uv modules from project metadata (#27720)
  • 1263524 [ty] Simplify display implementations with std::fmt::from_fn (#27718)
  • 59196ba [ty] Unify polarity-aware relation construction (#27707)
  • b8c5e73 [ty] Disable CodSpeed cycle estimation for instrumented benchmarks (#27706)
  • 2b0d210 [ty] Centralize matched argument relations (#27705)
  • a9130f3 [pyupgrade] Add rule to replace while 1 with while True (while-one, `...
  • c64c7d6 [ty] Model try exception flow with operation checkpoints (#27471)
  • 9dea5ef [ty] Avoid deriving sequents for typevars with concrete bounds (#27587)
  • 9798e88 [ty] Preserve enum exhaustiveness with custom missing methods (#27700)
  • Additional commits viewable in compare view

Updates pre-commit from 4.6.1 to 4.6.2

Release notes

Sourced from pre-commit's releases.

pre-commit v4.6.2

Fixes

Changelog

Sourced from pre-commit's changelog.

4.6.2 - 2026-08-10

Fixes

Commits

Bumps the dependencies group with 2 updates: https://github.com/astral-sh/ruff-pre-commit and https://github.com/rvben/rumdl-pre-commit.

Updates https://github.com/astral-sh/ruff-pre-commit from v0.16.2 to 0.16.3

Release notes

Sourced from https://github.com/astral-sh/ruff-pre-commit's releases.

v0.16.3

See: https://github.com/astral-sh/ruff/releases/tag/0.16.3

Commits

Updates https://github.com/rvben/rumdl-pre-commit from v0.2.52 to 0.2.55

Release notes

Sourced from https://github.com/rvben/rumdl-pre-commit's releases.

v0.2.55

See: https://github.com/rvben/rumdl/releases/tag/v0.2.55

v0.2.54

See: https://github.com/rvben/rumdl/releases/tag/v0.2.54

v0.2.53

See: https://github.com/rvben/rumdl/releases/tag/v0.2.53

Commits

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 4 updates: [deepl](https://github.com/DeepLcom/deepl-python), [mkdocstrings-python](https://github.com/mkdocstrings/python), [ruff](https://github.com/astral-sh/ruff) and [pre-commit](https://github.com/pre-commit/pre-commit).


Updates `deepl` from 1.30.0 to 1.32.0
- [Release notes](https://github.com/DeepLcom/deepl-python/releases)
- [Changelog](https://github.com/DeepL/deepl-python/blob/main/CHANGELOG.md)
- [Commits](DeepL/deepl-python@v1.30.0...v1.32.0)

Updates `mkdocstrings-python` from 2.0.5 to 2.0.6
- [Release notes](https://github.com/mkdocstrings/python/releases)
- [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md)
- [Commits](mkdocstrings/python@2.0.5...2.0.6)

Updates `ruff` from 0.16.2 to 0.16.3
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.16.2...0.16.3)

Updates `pre-commit` from 4.6.1 to 4.6.2
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v4.6.1...v4.6.2)
Bump the dependencies group with 2 updates

Bumps the dependencies group with 2 updates: [https://github.com/astral-sh/ruff-pre-commit](https://github.com/astral-sh/ruff-pre-commit) and [https://github.com/rvben/rumdl-pre-commit](https://github.com/rvben/rumdl-pre-commit).


Updates `https://github.com/astral-sh/ruff-pre-commit` from v0.16.2 to 0.16.3
- [Release notes](https://github.com/astral-sh/ruff-pre-commit/releases)
- [Commits](astral-sh/ruff-pre-commit@v0.16.2...v0.16.3)

Updates `https://github.com/rvben/rumdl-pre-commit` from v0.2.52 to 0.2.55
- [Release notes](https://github.com/rvben/rumdl-pre-commit/releases)
- [Commits](rvben/rumdl-pre-commit@v0.2.52...v0.2.55)

---
updated-dependencies:
- dependency-name: deepl
  dependency-version: 1.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: mkdocstrings-python
  dependency-version: 2.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: ruff
  dependency-version: 0.16.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: pre-commit
  dependency-version: 4.6.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: https://github.com/astral-sh/ruff-pre-commit
  dependency-version: 0.16.3
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: https://github.com/rvben/rumdl-pre-commit
  dependency-version: 0.2.55
  dependency-type: direct:production
  dependency-group: dependencies
...

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 Aug 23, 2026
@freakboy3742
freakboy3742 merged commit 0d93906 into main Aug 23, 2026
5 checks passed
@freakboy3742
freakboy3742 deleted the dependabot/dependencies-4b589b806a branch August 23, 2026 21:38
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