Skip to content

Bump the "dependencies" group with 1 update across multiple ecosystems#206

Merged
kattni merged 1 commit into
mainfrom
dependabot/dependencies-2eb0143874
Apr 13, 2026
Merged

Bump the "dependencies" group with 1 update across multiple ecosystems#206
kattni merged 1 commit into
mainfrom
dependabot/dependencies-2eb0143874

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 12, 2026

Copy link
Copy Markdown
Contributor

Bumps the dependencies group with 6 updates:

Package From To
deepl 1.29.0 1.30.0
mkdocs-rss-plugin 1.17.9 1.18.1
ruff 0.15.9 0.15.10
translate-toolkit 3.19.3 3.19.4
tox-uv 1.34.0 1.35.1
pytest 9.0.2 9.0.3

Updates deepl from 1.29.0 to 1.30.0

Release notes

Sourced from deepl's releases.

v1.30.0

Added

  • Added support for translation memories in text translation via translation_memory and translation_memory_threshold parameters in translate_text().
  • Added list_translation_memories() method to the DeepLClient class for listing available translation memories.
  • Added --translation-memory-id and --translation-memory-threshold CLI arguments.

Fixed

  • Fixed "gitlab release" CI job to explicitly set the release-cli image, avoiding issues with missing $HOME from the global image.
Changelog

Sourced from deepl's changelog.

[1.30.0] - 2026-04-09

Added

  • Added support for translation memories in text translation via translation_memory and translation_memory_threshold parameters in translate_text().
  • Added list_translation_memories() method to the DeepLClient class for listing available translation memories.
  • Added --translation-memory-id and --translation-memory-threshold CLI arguments.

Fixed

  • Fixed "gitlab release" CI job to explicitly set the release-cli image, avoiding issues with missing $HOME from the global image.
Commits
  • 84abaee Merge pull request #159 from DeepLcom/bumpversion-1.30.0
  • 14cb16a fix: Remove unneeded CHANGELOG changes
  • b67bba1 chore: bump version to 1.30.0 (minor bump)
  • 314f654 docs: update CHANGELOG
  • e709713 feat: Add ability to text translate with a translation memory
  • 5367710 ci: set explicit image for gitlab release job
  • 85aec74 Merge pull request #140 from DeepLcom/bump-version-action
  • ef2bb9b ci: bumpversion action - pin to specific hashes of 3rd party actions
  • a91008a ci: bumpversion action improvements
  • 8d1ff4d ci: add bumpversion github workflow
  • See full diff in compare view

Updates mkdocs-rss-plugin from 1.17.9 to 1.18.1

Release notes

Sourced from mkdocs-rss-plugin's releases.

1.18.1

What's Changed

Features and enhancements 🎉

Full Changelog: Guts/mkdocs-rss-plugin@1.18.0...1.18.1

1.18.0

What's Changed

Features and enhancements 🎉

Tooling 🔧

Other Changes

Full Changelog: Guts/mkdocs-rss-plugin@1.17.9...1.18.0

Changelog

Sourced from mkdocs-rss-plugin's changelog.

1.18.1 - 2026-04-10

Features and enhancements 🎉

1.18.0 - 2026-04-09

Features and enhancements 🎉

Commits
  • eea4e16 release: bump version to 1.18.1
  • 3702364 Improve: stylesheet render after first feedbacks (#435)
  • fb4e566 improve(stylesheet): fix left align spotted on Firefox Mobile
  • ee91869 remove(plugin): debug print statement
  • d321a8a release: bump version to 1.18.0
  • 18bc7a9 feature(rss): add option to set a stylesheet (#432)
  • ac4fb39 add(tests): add test cases for stylesheet option
  • 7480266 feature(rss): add option to set a stylesheet with a special 'auto' value to u...
  • 46d2f0f update(packaging): support Python 3.14 (#433)
  • 1a3d3a1 update(packaging): support Python 3.14
  • Additional commits viewable in compare view

Updates ruff from 0.15.9 to 0.15.10

Release notes

Sourced from ruff's releases.

0.15.10

Release Notes

Released on 2026-04-09.

Preview features

  • [flake8-logging] Allow closures in except handlers (LOG004) (#24464)
  • [flake8-self] Make SLF diagnostics robust to non-self-named variables (#24281)
  • [flake8-simplify] Make the fix for collapsible-if safe in preview (SIM102) (#24371)

Bug fixes

  • Avoid emitting multi-line f-string elements before Python 3.12 (#24377)
  • Avoid syntax error from E502 fixes in f-strings and t-strings (#24410)
  • Strip form feeds from indent passed to dedent_to (#24381)
  • [pyupgrade] Fix panic caused by handling of octals (UP012) (#24390)
  • Reject multi-line f-string elements before Python 3.12 (#24355)

Rule changes

  • [ruff] Treat f-string interpolation as potential side effect (RUF019) (#24426)

Server

  • Add support for custom file extensions (#24463)

Documentation

  • Document adding fixes in CONTRIBUTING.md (#24393)
  • Fix JSON typo in settings example (#24517)

Contributors

Install ruff 0.15.10

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://releases.astral.sh/github/ruff/releases/download/0.15.10/ruff-installer.sh | sh

... (truncated)

Changelog

Sourced from ruff's changelog.

0.15.10

Released on 2026-04-09.

Preview features

  • [flake8-logging] Allow closures in except handlers (LOG004) (#24464)
  • [flake8-self] Make SLF diagnostics robust to non-self-named variables (#24281)
  • [flake8-simplify] Make the fix for collapsible-if safe in preview (SIM102) (#24371)

Bug fixes

  • Avoid emitting multi-line f-string elements before Python 3.12 (#24377)
  • Avoid syntax error from E502 fixes in f-strings and t-strings (#24410)
  • Strip form feeds from indent passed to dedent_to (#24381)
  • [pyupgrade] Fix panic caused by handling of octals (UP012) (#24390)
  • Reject multi-line f-string elements before Python 3.12 (#24355)

Rule changes

  • [ruff] Treat f-string interpolation as potential side effect (RUF019) (#24426)

Server

  • Add support for custom file extensions (#24463)

Documentation

  • Document adding fixes in CONTRIBUTING.md (#24393)
  • Fix JSON typo in settings example (#24517)

Contributors

Commits
  • 252f761 Bump 0.15.10 (#24519)
  • 37a1ec8 [ty] Fix assignability of intersections with bounded typevars (#24502)
  • f518cc9 [ty] Allow partially stringified type[…] annotations (#24518)
  • 16c4090 docs: fix JSON typo in settings example (#24517)
  • 99d97bd [ty] Tighten up a few edge cases in Concatenate type-expression parsing (#2...
  • 2714e34 [ty] Enable pull-diagnostics by default in E2E tests (#24516)
  • d8bc700 LSP: Add support for custom extensions (#24463)
  • a45f96d [ty] stop special-casing str constructor (#24514)
  • 87a0f01 [ruff] Treat f-string interpolation as potential side effect in RUF019 (#24426)
  • e9ba848 [ty] Fix excess subscript argument inference for non-generic types (#24354)
  • Additional commits viewable in compare view

Updates translate-toolkit from 3.19.3 to 3.19.4

Release notes

Sourced from translate-toolkit's releases.

3.19.4

What's Changed

The major changes in this release are:

  • Improvements in the PO, XLIFF, Markdown, Properties, Android and TS formats.
  • Consolidated XML parsing to use lxml
  • Apply limits on processed ZIP files

Read the full Release notes for more details.

New Contributors

Full Changelog: translate/translate@3.19.3...3.19.4

Commits
  • eea1d8b chore: releasing 3.19.4 (#6224)
  • 2eb3607 chore(deps): update dependency astral-sh/uv to v0.11.5 (#6223)
  • dc5219b fix(ts): avoid possibly problematic regex in ts parsing
  • 9a6f0ed chore(deps): update dependency astral-sh/uv to v0.11.4 (#6221)
  • e6702a0 chore(deps): update dependency pytest to v9.0.3 (#6219)
  • 378994a chore(deps): update pypa/gh-action-pypi-publish action to v1.14.0 (#6220)
  • 839c41e fix(convert): Fix subclass options missing from Usage line in converter help/...
  • e53c822 chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.15.9 (#6212)
  • 2cca1a5 chore(strelem): remove unused code
  • 5f99613 chore(deps): update dependency ty to v0.0.29 (#6214)
  • Additional commits viewable in compare view

Updates tox-uv from 1.34.0 to 1.35.1

Release notes

Sourced from tox-uv's releases.

1.35.1

What's Changed

New Contributors

Full Changelog: tox-dev/tox-uv@1.35.0...1.35.1

1.35.0

What's Changed

New Contributors

Full Changelog: tox-dev/tox-uv@1.34.0...1.35.0

Commits
  • 8b0497e fix(lock-runner): respect UV_FROZEN env var and --frozen in uv_sync_flags (#327)
  • ad30d57 build(deps): bump pypa/gh-action-pypi-publish from 1.13.0 to 1.14.0 (#324)
  • 9fc7741 🐛 fix(installer): invalidate install cache on UV_* env var changes (#325)
  • 928cd46 [pre-commit.ci] pre-commit autoupdate (#323)
  • 84997a5 build(deps): bump astral-sh/setup-uv from 7.6.0 to 8.0.0 (#322)
  • 8072144 Add machine and architecture handling to version spec (#321)
  • See full diff in compare view

Updates pytest from 9.0.2 to 9.0.3

Release notes

Sourced from pytest's releases.

9.0.3

pytest 9.0.3 (2026-04-07)

Bug fixes

  • #12444: Fixed pytest.approx which now correctly takes into account ~collections.abc.Mapping keys order to compare them.

  • #13634: Blocking a conftest.py file using the -p no: option is now explicitly disallowed.

    Previously this resulted in an internal assertion failure during plugin loading.

    Pytest now raises a clear UsageError explaining that conftest files are not plugins and cannot be disabled via -p.

  • #13734: Fixed crash when a test raises an exceptiongroup with __tracebackhide__ = True.

  • #14195: Fixed an issue where non-string messages passed to unittest.TestCase.subTest() were not printed.

  • #14343: Fixed use of insecure temporary directory (CVE-2025-71176).

Improved documentation

  • #13388: Clarified documentation for -p vs PYTEST_PLUGINS plugin loading and fixed an incorrect -p example.
  • #13731: Clarified that capture fixtures (e.g. capsys and capfd) take precedence over the -s / --capture=no command-line options in Accessing captured output from a test function <accessing-captured-output>.
  • #14088: Clarified that the default pytest_collection hook sets session.items before it calls pytest_collection_finish, not after.
  • #14255: TOML integer log levels must be quoted: Updating reference documentation.

Contributor-facing changes

  • #12689: The test reports are now published to Codecov from GitHub Actions. The test statistics is visible on the web interface.

    -- by aleguy02

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 6 updates:

| Package | From | To |
| --- | --- | --- |
| [deepl](https://github.com/DeepLcom/deepl-python) | `1.29.0` | `1.30.0` |
| [mkdocs-rss-plugin](https://github.com/guts/mkdocs-rss-plugin) | `1.17.9` | `1.18.1` |
| [ruff](https://github.com/astral-sh/ruff) | `0.15.9` | `0.15.10` |
| [translate-toolkit](https://github.com/translate/translate) | `3.19.3` | `3.19.4` |
| [tox-uv](https://github.com/tox-dev/tox-uv) | `1.34.0` | `1.35.1` |
| [pytest](https://github.com/pytest-dev/pytest) | `9.0.2` | `9.0.3` |


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

Updates `mkdocs-rss-plugin` from 1.17.9 to 1.18.1
- [Release notes](https://github.com/guts/mkdocs-rss-plugin/releases)
- [Changelog](https://github.com/Guts/mkdocs-rss-plugin/blob/main/CHANGELOG.md)
- [Commits](Guts/mkdocs-rss-plugin@1.17.9...1.18.1)

Updates `ruff` from 0.15.9 to 0.15.10
- [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.15.9...0.15.10)

Updates `translate-toolkit` from 3.19.3 to 3.19.4
- [Release notes](https://github.com/translate/translate/releases)
- [Changelog](https://github.com/translate/translate/blob/master/docs/history.rst)
- [Commits](translate/translate@3.19.3...3.19.4)

Updates `tox-uv` from 1.34.0 to 1.35.1
- [Release notes](https://github.com/tox-dev/tox-uv/releases)
- [Commits](tox-dev/tox-uv@1.34.0...1.35.1)

Updates `pytest` from 9.0.2 to 9.0.3
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@9.0.2...9.0.3)

---
updated-dependencies:
- dependency-name: deepl
  dependency-version: 1.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: mkdocs-rss-plugin
  dependency-version: 1.18.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: ruff
  dependency-version: 0.15.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: translate-toolkit
  dependency-version: 3.19.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: tox-uv
  dependency-version: 1.35.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pytest
  dependency-version: 9.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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 Apr 12, 2026
@kattni
kattni merged commit e4ab277 into main Apr 13, 2026
4 checks passed
@kattni
kattni deleted the dependabot/dependencies-2eb0143874 branch April 13, 2026 06:31
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