Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 26, 2026

This PR contains the following updates:

Package Type Update Change OpenSSF
tomlkit project.dependencies minor 0.13.30.14.0 OpenSSF Scorecard

Release Notes

sdispater/tomlkit (tomlkit)

v0.14.0

Compare Source

Changed
  • Drop support for Python older than 3.9. Remove 3.8 from the CI matrix.
Added
  • Custom encoders can now receive _parent and _sort_keys parameters to enable proper encoding of nested structures. (#​429)
  • Add String.type property to get the string type. (#​443)

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" in timezone America/New_York, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

| datasource | package | from   | to     |
| ---------- | ------- | ------ | ------ |
| pypi       | tomlkit | 0.13.3 | 0.14.0 |
@coderabbitai
Copy link

coderabbitai bot commented Jan 26, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions
Copy link
Contributor

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails
pip/tomlkit 0.14.0 UnknownUnknown

Scanned Files

  • uv.lock

@github-actions
Copy link
Contributor

📚 Documentation Preview

Type URL Version Message
Production https://tux.atl.dev - -
Preview https://ef2839ae-tux-docs.allthingslinux.workers.dev ef2839ae-e1a5-4c2c-bdd6-b5805f749958 Preview: tux@0f06394a84a3d8a87e45da582d34c2057e680616 on 1175/merge by renovate[bot] (run 355)

Copy link

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

No issues found across 1 file

Confidence score: 5/5

  • Automated review surfaced no issues in the provided summaries.
  • No files require special attention.

@sentry
Copy link

sentry bot commented Jan 26, 2026

❌ 4 Tests Failed:

Tests completed Failed Passed Skipped
577 4 573 36
View the full list of 4 ❄️ flaky test(s)
tests/database/test_migration_error_handling.py::TestMigrationErrorHandling::test_migration_error_message_helpful

Flake rate in main: 100.00% (Passed 0 times, Failed 17 times)

Stack Traces | 0.012s run time
tests/database/test_migration_error_handling.py:108: in test_migration_error_message_helpful
    await setup_service._upgrade_head_if_needed()
.../core/setup/database_setup.py:123: in _upgrade_head_if_needed
    script_dir = ScriptDirectory.from_config(cfg)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.venv/lib/python3.13.../alembic/script/base.py:186: in from_config
    return ScriptDirectory(
.venv/lib/python3.13.../alembic/script/base.py:105: in __init__
    raise util.CommandError(
E   alembic.util.exc.CommandError: Path doesn't exist: MagicMock/_build_alembic_config().get_alembic_option()/140470222695664.  Please use the 'init' command to create a new scripts folder.
tests/database/test_migration_error_handling.py::TestMigrationErrorHandling::test_migration_failure_raises_error

Flake rate in main: 100.00% (Passed 0 times, Failed 17 times)

Stack Traces | 0.01s run time
tests/database/test_migration_error_handling.py:73: in test_migration_failure_raises_error
    await setup_service._upgrade_head_if_needed()
.../core/setup/database_setup.py:123: in _upgrade_head_if_needed
    script_dir = ScriptDirectory.from_config(cfg)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.venv/lib/python3.13.../alembic/script/base.py:186: in from_config
    return ScriptDirectory(
.venv/lib/python3.13.../alembic/script/base.py:105: in __init__
    raise util.CommandError(
E   alembic.util.exc.CommandError: Path doesn't exist: MagicMock/_build_alembic_config().get_alembic_option()/140470218775520.  Please use the 'init' command to create a new scripts folder.
tests/database/test_migration_error_handling.py::TestMigrationErrorHandling::test_migration_timeout_raises_error

Flake rate in main: 100.00% (Passed 0 times, Failed 17 times)

Stack Traces | 0.01s run time
tests/database/test_migration_error_handling.py:50: in test_migration_timeout_raises_error
    await setup_service._upgrade_head_if_needed()
.../core/setup/database_setup.py:123: in _upgrade_head_if_needed
    script_dir = ScriptDirectory.from_config(cfg)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.venv/lib/python3.13.../alembic/script/base.py:186: in from_config
    return ScriptDirectory(
.venv/lib/python3.13.../alembic/script/base.py:105: in __init__
    raise util.CommandError(
E   alembic.util.exc.CommandError: Path doesn't exist: MagicMock/_build_alembic_config().get_alembic_option()/140470223028976.  Please use the 'init' command to create a new scripts folder.
tests/help/test_help_permission_filtering.py::TestHelpPermissionFiltering::test_get_command_categories_filters_commands

Flake rate in main: 100.00% (Passed 0 times, Failed 13 times)

Stack Traces | 0.013s run time
tests/help/test_help_permission_filtering.py:322: in test_get_command_categories_filters_commands
    categories = await help_data.get_command_categories()
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.../tux/help/data.py:102: in get_command_categories
    can_run_map = await self.batch_can_run_commands(all_commands)
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.../tux/help/data.py:417: in batch_can_run_commands
    permission_system = get_permission_system()
                        ^^^^^^^^^^^^^^^^^^^^^^^
.../tux/core/permission_system.py:951: in get_permission_system
    raise RuntimeError(error_msg)
E   RuntimeError: Permission system not initialized. Call init_permission_system() first.

To view more test analytics, go to the [Prevent Tests Dashboard](https://All Things Linux.sentry.io/prevent/tests/?preventPeriod=30d&integratedOrgName=allthingslinux&repository=tux&branch=renovate%2Ftomlkit-0.x-lockfile)

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants