Skip to content

chore(pip): bump the python group across 1 directory with 23 updates#368

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/python-9f7020da70
Open

chore(pip): bump the python group across 1 directory with 23 updates#368
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/python-9f7020da70

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor

Bumps the python group with 23 updates in the / directory:

Package From To
basedpyright 1.35.0 1.39.9
nodejs-wheel-binaries 24.11.1 24.16.0
packaging 25.0 26.2
pytest 9.0.3 9.1.1
bmw-lobster-core 1.0.2 1.0.4
bmw-lobster-tool-codebeamer 1.0.2 1.0.4
bmw-lobster-tool-cpp 1.0.2 1.0.4
bmw-lobster-tool-cpptest 1.0.2 1.0.4
bmw-lobster-tool-gtest 1.0.2 1.0.4
bmw-lobster-tool-json 1.0.2 1.0.4
bmw-lobster-tool-python 1.0.2 1.0.4
bmw-lobster-tool-trlc 1.0.2 1.0.4
certifi 2026.2.25 2026.7.22
charset-normalizer 3.4.7 3.4.9
cvc5 1.3.0 1.3.4
gitpython 3.1.50 3.1.57
idna 3.15 3.18
pyvcg 1.0.8 1.0.12
requests 2.33.1 2.34.2
trlc 2.0.5 3.0.0
bazel-runfiles 1.9.0 2.2.0
prompt-toolkit 3.0.52 3.0.53
wcwidth 0.2.14 0.8.2

Updates basedpyright from 1.35.0 to 1.39.9

Commits

Updates nodejs-wheel-binaries from 24.11.1 to 24.16.0

Release notes

Sourced from nodejs-wheel-binaries's releases.

v24.16.0

What's Changed

Full Changelog: njzjz/nodejs-wheel@v24.15.0...v24.16.0

v24.15.0

What's Changed

Full Changelog: njzjz/nodejs-wheel@v24.14.1...v24.15.0

v24.14.1

What's Changed

Full Changelog: njzjz/nodejs-wheel@v24.14.0...v24.14.1

v24.14.0

What's Changed

Full Changelog: njzjz/nodejs-wheel@v24.13.1...v24.14.0

v24.13.1

What's Changed

Full Changelog: njzjz/nodejs-wheel@v24.13.0...v24.13.1

v24.13.0

What's Changed

Full Changelog: njzjz/nodejs-wheel@v24.12.0...v24.13.0

v24.12.0

What's Changed

... (truncated)

Commits
  • 6280f8e chore(deps): update node.js to v24.16.0 (#205)
  • f9539b2 chore(deps): update node.js to v24.15.0 (master) (#200)
  • a0ffbfe chore(deps): update node.js to v24.14.1 (master) (#195)
  • f095d37 chore(deps): update pypa/cibuildwheel action to v3.4 (master) (#193)
  • f648e5d chore(deps): update node.js to v24.14.0 (master) (#188)
  • 37775c9 chore(deps): update github artifact actions (master) (major) (#178)
  • f774b14 chore(deps): update node.js to v24.13.1 (master) (#185)
  • 1d25d9e chore(deps): update node.js to v24.13.0 (master) (#180)
  • a748021 chore(deps): update node.js to v24.12.0 (master) (#176)
  • bb8c25a chore(deps): update actions/checkout action to v6 (master) (#172)
  • See full diff in compare view

Updates packaging from 25.0 to 26.2

Release notes

Sourced from packaging's releases.

26.2

What's Changed

Fixes:

Documentation:

Internal:

New Contributors

Full Changelog: pypa/packaging@26.1...26.2

26.1

Features:

Behavior adaptations:

... (truncated)

Changelog

Sourced from packaging's changelog.

26.2 - 2026-04-24


Fixes:
  • Fix incorrect sysconfig var name for pyemscripten in (:pull:1160)
  • Make Version, Specifier, SpecifierSet, Tag, Marker, and Requirement pickle-safe
    and backward-compatible with pickles created in 25.0-26.1 (including references to the removed
    packaging._structures module) (:pull:1163, :pull:1168, :pull:1170, :pull:1171)
  • Re-export ExceptionGroup in metadata for now in (:pull:1164)

Documentation:

  • Add errors section and fix missing details in (:pull:1159)
  • Document our property-based test suite in (:pull:1167)
  • Fix a DirectUrl typo in (:pull:1169)
  • Add example of is_unsatisfiable in (:pull:1166)

Internal:

  • Enable the auditor persona on zizmor in (:pull:1158)
  • Test new pickle guarantees in (:pull:1174)
  • Use new native ReadTheDocs uv integration in (:pull:1175)

26.1 - 2026-04-14

Features:

  • PEP 783: add handling for Emscripten wheel tags in (:pull:804) (old name used in implementation, fixed in next release)
  • PEP 803: add handling for the abi3.abi3t free-threading tag in (:pull:1099)
  • PEP 735: add packaging.dependency_groups module, based on the dependency-groups package in (:pull:1065)
  • Add the packaging.direct_url module in (:pull:944)
  • Add the packaging.errors module in (:pull:1071)
  • Add SpecifierSet.is_unsatisfiable using ranges (new internals that will be expanded in future versions) in (:pull:1119)
  • Add create_compatible_tags_selector to select compatible tags in (:pull:1110)
  • Add a key argument to SpecifierSet.filter() in (:pull:1068)
  • Support & and | for Marker's in (:pull:1146)
  • Normalize Version.__replace__ and add Version.from_parts in (:pull:1078)
  • Add an option to validate compressed tag set sort order in parse_wheel_filename in (:pull:1150)

Behavior adaptations:

  • Narrow exclusion of pre-releases for <V.postN to match spec in (:pull:1140)
  • Narrow exclusion of post-releases for >V to match spec in (:pull:1141)
  • Rename format_full_version to _format_full_version to make it visibly private in (:pull:1125)
  • Restrict local version to ASCII in (:pull:1102)

Pylock (PEP 751) updates:

... (truncated)

Commits

Updates pytest from 9.0.3 to 9.1.1

Release notes

Sourced from pytest's releases.

9.1.1

pytest 9.1.1 (2026-06-19)

Bug fixes

  • #14220: Fixed a logic bug in pytest.RaisesGroup which would might cause it to display incorrect "It matches FooError() which was paired with BarError" messages.
  • #14591: Fixed a regression in pytest 9.1.0 which caused overriding a parametrized fixture with an indirect @​pytest.mark.parametrize to fail with "duplicate parametrization of '<fixture name>'".
  • #14606: Fixed list-item typing errors from mypy in @pytest.mark.parametrize <pytest.mark.parametrize ref> argvalues parameter.
  • #14608: Fixed a regression in pytest 9.1.0 where conftest.py files located in <invocation dir>/test* were no longer loaded as initial conftests when invoked without arguments. This could cause certain hooks (like pytest_addoption) in these files to not fire.

9.1.0

pytest 9.1.0 (2026-06-13)

Removals and backward incompatible breaking changes

  • #14533: When using --doctest-modules, autouse fixtures with module, package or session scope that are defined inline in Python test modules (not plugins or conftests) will now possibly execute twice.

    If this is undesirable, move the fixture definition to a conftest.py file if possible.

    Technical explanation for those interested: When using --doctest-modules, pytest possibly collects Python modules twice, once as pytest.Module and once as a DoctestModule (depending on the configuration). Due to improvements in pytest's fixture implementation, if e.g. the DoctestModule collects a fixture, it is now visible to it only, and not to the Module. This means that both need to register the fixtures independently.

Deprecations (removal in next major release)

  • #10819: Added a deprecation warning for class-scoped fixtures defined as instance methods (without @classmethod). Such fixtures set attributes on a different instance than the test methods use, leading to unexpected behavior. Use @classmethod decorator instead -- by yastcher.

    See 10819 and 14011.

  • #12882: Calling request.getfixturevalue() <pytest.FixtureRequest.getfixturevalue> during teardown to request a fixture that was not already requested is now deprecated and will become an error in pytest 10.

    See dynamic-fixture-request-during-teardown for details.

  • #13409: Using non-~collections.abc.Collection iterables (such as generators, iterators, or custom iterable objects) for the argvalues parameter in @pytest.mark.parametrize <pytest.mark.parametrize ref> and metafunc.parametrize <pytest.Metafunc.parametrize> is now deprecated.

    These iterables get exhausted after the first iteration, leading to tests getting unexpectedly skipped in cases such as running pytest.main() multiple times, using class-level parametrize decorators, or collecting tests multiple times.

    See parametrize-iterators for details and suggestions.

  • #13946: The private config.inicfg attribute is now deprecated. Use config.getini() <pytest.Config.getini> to access configuration values instead.

    See config-inicfg for more details.

  • #14004: Passing baseid to ~pytest.FixtureDef or nodeid strings to fixture registration APIs is now deprecated. These are internal pytest APIs that are used by some plugins.

... (truncated)

Commits
  • cf470ec Prepare release version 9.1.1
  • e0c8ce6 Merge pull request #14625 from pytest-dev/patchback/backports/9.1.x/a07c31a97...
  • 1b82d16 Merge pull request #14624 from pytest-dev/patchback/backports/9.1.x/b375b79ec...
  • 501c4bc Merge pull request #14596 from bluetech/doc-classmethod
  • b61f588 Merge pull request #14622 from chrisburr/fix-14608-initial-conftest-test-subdir
  • 9a567e0 [automated] Update plugin list (#14617) (#14618)
  • ef8b299 Merge pull request #14620 from pytest-dev/patchback/backports/9.1.x/680f9f3ed...
  • 66abd07 Merge pull request #14220 from bysiber/fix-stale-iexp-raisesgroup
  • 79fbf93 Merge pull request #14612 from pytest-dev/patchback/backports/9.1.x/974ed48b6...
  • 0d312eb Merge pull request #14611 from bluetech/parametrize-argvalues-typing
  • Additional commits viewable in compare view

Updates bmw-lobster-core from 1.0.2 to 1.0.4

Release notes

Sourced from bmw-lobster-core's releases.

Release 1.0.4

  • lobster-gtest:

    • Export all record properties for report generation: Enable GWT Pattern
    • Minimize Bazel Gtest output to stdout during bazel build
  • lobster-codebeamer:

    • Added baseline_id support for cbQL queries. When set, the tool queries items at the specified Codebeamer baseline revision.
    • baseline_id combined with import_tagged or a numeric import_query now raises an error instead of being silently ignored (ISO 26262 TCL3 qualification support).
  • trlc bazel dep: update to trlc==3.0.0

  • lobster-rst-report:

    • New tool: Generate reStructuredText traceability reports for inclusion in Sphinx documentation projects.
    • Supports single-page (--out) and multi-page (--out-dir) output modes.
    • Requires the sphinx-design Sphinx extension for dropdown and grid rendering, and sphinx.ext.graphviz for the tracing policy diagram.
    • Includes coverage summary table, tracing policy diagram (Graphviz), issues list, and detailed item cards with cross-references.
    • Codebeamer items are rendered as clickable hyperlinks.
    • Bazel integration via subrule_lobster_rst_report (opt-in).
  • Refactored is_dot_available() into lobster.common.graphviz_utils (shared between lobster-html-report and lobster-rst-report).

  • Fixed wrong links in README.

Release 1.0.3

  • lobster-html-report:

    • [Bazel]: Added a parameter to specify the source root of the html report. Make sure that links to source files work correctly.
  • lobster-pkg:

    • Introduced API function. Added API function for the tool lobster-pkg which takes PkgToolConfig as input and extracts tracing values from package files. This is similar to running the tool lobster-pkg.
  • lobster-trlc:

    • Updated documentation to explain how to use the version flag (version-field) parameter in conversion rules and how it affects generated versioned tags.
  • lobster-report:

    • Fixed edge-case exception when loading a *.lobster file raised an AssertionError. The error was not propagated to the error output stream, but another exception was created instead.

... (truncated)

Changelog

Sourced from bmw-lobster-core's changelog.

1.0.4

  • lobster-gtest:

    • Export all record properties for report generation: Enable GWT Pattern
    • Minimize Bazel Gtest output to stdout during bazel build
  • lobster-codebeamer:

    • Added baseline_id support for cbQL queries. When set, the tool queries items at the specified Codebeamer baseline revision.
    • baseline_id combined with import_tagged or a numeric import_query now raises an error instead of being silently ignored (ISO 26262 TCL3 qualification support).
  • trlc bazel dep: update to trlc==3.0.0

  • lobster-rst-report:

    • New tool: Generate reStructuredText traceability reports for inclusion in Sphinx documentation projects.
    • Supports single-page (--out) and multi-page (--out-dir) output modes.
    • Requires the sphinx-design Sphinx extension for dropdown and grid rendering, and sphinx.ext.graphviz for the tracing policy diagram.
    • Includes coverage summary table, tracing policy diagram (Graphviz), issues list, and detailed item cards with cross-references.
    • Codebeamer items are rendered as clickable hyperlinks.
    • Bazel integration via subrule_lobster_rst_report (opt-in).
  • Refactored is_dot_available() into lobster.common.graphviz_utils (shared between lobster-html-report and lobster-rst-report).

  • Fixed wrong links in README.

1.0.3

  • lobster-html-report:

    • [Bazel]: Added a parameter to specify the source root of the html report. Make sure that links to source files work correctly.
  • lobster-pkg:

    • Introduced API function. Added API function for the tool lobster-pkg which takes PkgToolConfig as input and extracts tracing values from package files. This is similar to running the tool lobster-pkg.
  • lobster-trlc:

    • Updated documentation to explain how to use the version flag (version-field) parameter in conversion rules and how it affects generated versioned tags.
  • lobster-report:

    • Fixed edge-case exception when loading a *.lobster file raised an AssertionError. The error was not propagated to the error output stream, but another exception was

... (truncated)

Commits

Updates bmw-lobster-tool-codebeamer from 1.0.2 to 1.0.4

Release notes

Sourced from bmw-lobster-tool-codebeamer's releases.

Release 1.0.4

  • lobster-gtest:

    • Export all record properties for report generation: Enable GWT Pattern
    • Minimize Bazel Gtest output to stdout during bazel build
  • lobster-codebeamer:

    • Added baseline_id support for cbQL queries. When set, the tool queries items at the specified Codebeamer baseline revision.
    • baseline_id combined with import_tagged or a numeric import_query now raises an error instead of being silently ignored (ISO 26262 TCL3 qualification support).
  • trlc bazel dep: update to trlc==3.0.0

  • lobster-rst-report:

    • New tool: Generate reStructuredText traceability reports for inclusion in Sphinx documentation projects.
    • Supports single-page (--out) and multi-page (--out-dir) output modes.
    • Requires the sphinx-design Sphinx extension for dropdown and grid rendering, and sphinx.ext.graphviz for the tracing policy diagram.
    • Includes coverage summary table, tracing policy diagram (Graphviz), issues list, and detailed item cards with cross-references.
    • Codebeamer items are rendered as clickable hyperlinks.
    • Bazel integration via subrule_lobster_rst_report (opt-in).
  • Refactored is_dot_available() into lobster.common.graphviz_utils (shared between lobster-html-report and lobster-rst-report).

  • Fixed wrong links in README.

Release 1.0.3

  • lobster-html-report:

    • [Bazel]: Added a parameter to specify the source root of the html report. Make sure that links to source files work correctly.
  • lobster-pkg:

    • Introduced API function. Added API function for the tool lobster-pkg which takes PkgToolConfig as input and extracts tracing values from package files. This is similar to running the tool lobster-pkg.
  • lobster-trlc:

    • Updated documentation to explain how to use the version flag (version-field) parameter in conversion rules and how it affects generated versioned tags.
  • lobster-report:

    • Fixed edge-case exception when loading a *.lobster file raised an AssertionError. The error was not propagated to the error output stream, but another exception was created instead.

... (truncated)

Changelog

Sourced from bmw-lobster-tool-codebeamer's changelog.

1.0.4

  • lobster-gtest:

    • Export all record properties for report generation: Enable GWT Pattern
    • Minimize Bazel Gtest output to stdout during bazel build
  • lobster-codebeamer:

    • Added baseline_id support for cbQL queries. When set, the tool queries items at the specified Codebeamer baseline revision.
    • baseline_id combined with import_tagged or a numeric import_query now raises an error instead of being silently ignored (ISO 26262 TCL3 qualification support).
  • trlc bazel dep: update to trlc==3.0.0

  • lobster-rst-report:

    • New tool: Generate reStructuredText traceability reports for inclusion in Sphinx documentation projects.
    • Supports single-page (--out) and multi-page (--out-dir) output modes.
    • Requires the sphinx-design Sphinx extension for dropdown and grid rendering, and sphinx.ext.graphviz for the tracing policy diagram.
    • Includes coverage summary table, tracing policy diagram (Graphviz), issues list, and detailed item cards with cross-references.
    • Codebeamer items are rendered as clickable hyperlinks.
    • Bazel integration via subrule_lobster_rst_report (opt-in).
  • Refactored is_dot_available() into lobster.common.graphviz_utils (shared between lobster-html-report and lobster-rst-report).

  • Fixed wrong links in README.

1.0.3

  • lobster-html-report:

    • [Bazel]: Added a parameter to specify the source root of the html report. Make sure that links to source files work correctly.
  • lobster-pkg:

    • Introduced API function. Added API function for the tool lobster-pkg which takes PkgToolConfig as input and extracts tracing values from package files. This is similar to running the tool lobster-pkg.
  • lobster-trlc:

    • Updated documentation to explain how to use the version flag (version-field) parameter in conversion rules and how it affects generated versioned tags.
  • lobster-report:

    • Fixed edge-case exception when loading a *.lobster file raised an AssertionError. The error was not propagated to the error output stream, but another exception was

... (truncated)

Commits

Updates bmw-lobster-tool-cpp from 1.0.2 to 1.0.4

Release notes

Sourced from bmw-lobster-tool-cpp's releases.

Release 1.0.4

  • lobster-gtest:

    • Export all record properties for report generation: Enable GWT Pattern
    • Minimize Bazel Gtest output to stdout during bazel build
  • lobster-codebeamer:

    • Added baseline_id support for cbQL queries. When set, the tool queries items at the specified Codebeamer baseline revision.
    • baseline_id combined with import_tagged or a numeric import_query now raises an error instead of being silently ignored (ISO 26262 TCL3 qualification support).
  • trlc bazel dep: update to trlc==3.0.0

  • lobster-rst-report:

    • New tool: Generate reStructuredText traceability reports for inclusion in Sphinx documentation projects.
    • Supports single-page (--out) and multi-page (--out-dir) output modes.
    • Requires the sphinx-design Sphinx extension for dropdown and grid rendering, and sphinx.ext.graphviz for the tracing policy diagram.
    • Includes coverage summary table, tracing policy diagram (Graphviz), issues list, and detailed item cards with cross-references.
    • Codebeamer items are rendered as clickable hyperlinks.
    • Bazel integration via subrule_lobster_rst_report (opt-in).
  • Refactored is_dot_available() into lobster.common.graphviz_utils (shared between lobster-html-report and lobster-rst-report).

  • Fixed wrong links in README.

Release 1.0.3

  • lobster-html-report:

    • [Bazel]: Added a parameter to specify the source root of the html report. Make sure that links to source files work correctly.
  • lobster-pkg:

    • Introduced API function. Added API function for the tool lobster-pkg which takes PkgToolConfig as input and extracts tracing values from package files. This is similar to running the tool lobster-pkg.
  • lobster-trlc:

    • Updated documentation to explain how to use the version flag (version-field) parameter in conversion rules and how it affects generated versioned tags.
  • lobster-report:

    • Fixed edge-case exception when loading a *.lobster file raised an AssertionError. The error was not propagated to the error output stream, but another exception was created instead.

... (truncated)

Changelog

Sourced from bmw-lobster-tool-cpp's changelog.

1.0.4

  • lobster-gtest:

    • Export all record properties for report generation: Enable GWT Pattern
    • Minimize Bazel Gtest output to stdout during bazel build
  • lobster-codebeamer:

    • Added baseline_id support for cbQL queries. When set, the tool queries items at the specified Codebeamer baseline revision.
    • baseline_id combined with import_tagged or a numeric import_query now raises an error instead of being silently ignored (ISO 26262 TCL3 qualification support).
  • trlc bazel dep: update to trlc==3.0.0

  • lobster-rst-report:

    • New tool: Generate reStructuredText traceability reports for inclusion in Sphinx documentation projects.
    • Supports single-page (--out) and multi-page (--out-dir) output modes.
    • Requires the sphinx-design Sphinx extension for dropdown and grid rendering, and sphinx.ext.graphviz for the tracing policy diagram.
    • Includes coverage summary table, tracing policy diagram (Graphviz), issues list, and detailed item cards with cross-references.
    • Codebeamer items are rendered as clickable hyperlinks.
    • Bazel integration via subrule_lobster_rst_report (opt-in).
  • Refactored is_dot_available() into lobster.common.graphviz_utils (shared between lobster-html-report and lobster-rst-report).

  • Fixed wrong links in README.

1.0.3

  • lobster-html-report:

    • [Bazel]: Added a parameter to specify the source root of the html report. Make sure that links to source files work correctly.
  • lobster-pkg:

    • Introduced API function. Added API function for the tool lobster-pkg which takes PkgToolConfig as input and extracts tracing values from package files. This is similar to running the tool lobster-pkg.
  • lobster-trlc:

    • Updated documentation to explain how to use the version flag (version-field) parameter in conversion rules and how it affects generated versioned tags.
  • lobster-report:

    • Fixed edge-case exception when loading a *.lobster file raised an AssertionError. The error was not propagated to the error output stream, but another exception was

... (truncated)

Commits

Updates bmw-lobster-tool-cpptest from 1.0.2 to 1.0.4

Release notes

Sourced from bmw-lobster-tool-cpptest's releases.

Release 1.0.4

  • lobster-gtest:

    • Export all record properties for report generation: Enable GWT Pattern
    • Minimize Bazel Gtest output to stdout during bazel build
  • lobster-codebeamer:

    • Added baseline_id support for cbQL queries. When set, the tool queries items at the specified Codebeamer baseline revision.
    • baseline_id combined with import_tagged or a numeric import_query now raises an error instead of being silently ignored (ISO 26262 TCL3 qualification support).
  • trlc bazel dep: update to trlc==3.0.0

  • lobster-rst-report:

    • New tool: Generate reStructuredText traceability reports for inclusion in Sphinx documentation projects.
    • Supports single-page (--out) and multi-page (--out-dir) output modes.
    • Requires the sphinx-design Sphinx extension for dropdown and grid rendering, and sphinx.ext.graphviz for the tracing policy diagram.
    • Includes coverage summary table, tracing policy diagram (Graphviz), issues list, and detailed item cards with cross-references.
    • Codebeamer items are rendered as clickable hyperlinks.
    • Bazel integration via subrule_lobster_rst_report (opt-in).
  • Refactored is_dot_available() into lobster.common.graphviz_utils (shared between lobster-html-report and lobster-rst-report).

  • Fixed wrong links in README.

Release 1.0.3

  • lobster-html-report:

    • [Bazel]: Added a parameter to specify the source root of the html report. Make sure that links to source files work correctly.
  • lobster-pkg:

    • Introduced API function. Added API function for the tool lobster-pkg which takes PkgToolConfig as input and extracts tracing values from package files. This is similar to running the tool lobster-pkg.
  • lobster-trlc:

    • Updated documentation to explain how to use the version flag (version-field) parameter in conversion rules and how it affects generated versioned tags.
  • lobster-report:

    • Fixed edge-case exception when loading a *.lobster file raised an AssertionError. The error was not propagated to the error output stream, but another exception was created instead.

... (truncated)

Changelog

Sourced from bmw-lobster-tool-cpptest's changelog.

1.0.4

  • lobster-gtest:

    • Export all record properties for report generation: Enable GWT Pattern
    • Minimize Bazel Gtest output to stdout during bazel build
  • lobster-codebeamer:

    • Added baseline_id support for cbQL queries. When set, the tool queries items at the specified Codebeamer baseline revision.
    • baseline_id combined with import_tagged or a numeric import_query now raises an error instead of being silently ignored (ISO 26262 TCL3 qualification support).
  • trlc bazel dep: update to trlc==3.0.0

  • lobster-rst-report:

    • New tool: Generate reStructuredText traceability reports for inclusion in Sphinx documentation projects.
    • Supports single-page (--out) and multi-page (--out-dir) output modes.
    • Requires the sphinx-design Sphinx extension for dropdown and grid rendering, and sphinx.ext.graphviz for the tracing policy diagram.
    • Includes coverage summary table, tracing policy diagram (Graphviz), issues list, and detailed item cards with cross-references.
    • Codebeamer items are rendered as clickable hyperlinks.
    • Bazel integration via subrule_lobster_rst_report (opt-in).
  • Refactored is_dot_available() into lobster.common.graphviz_utils (shared between lobster-html-report and lobster-rst-report).

  • Fixed wrong links in README.

1.0.3

  • lobster-html-report:

    • [Bazel]: Added a parameter to specify the source root of the html report. Make sure that links to source files work correctly.
  • lobster-pkg:

    • Introduced API function. Added API function for the tool lobster-pkg which takes PkgToolConfig as input and extracts tracing values from package files. This is similar to running the tool lobster-pkg.
  • lobster-trlc:

    • Updated documentation to explain how to use the version flag (version-field) parameter in conversion rules and how it affects generated versioned tags.
  • lobster-report:

    • Fixed edge-case exception when loading a *.lobster file raised an AssertionError. The error was not propagated to the error output stream, but another exception was
Description has been truncated

Bumps the python group with 23 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [basedpyright](https://github.com/detachhead/basedpyright) | `1.35.0` | `1.39.9` |
| [nodejs-wheel-binaries](https://github.com/njzjz/nodejs-wheel) | `24.11.1` | `24.16.0` |
| [packaging](https://github.com/pypa/packaging) | `25.0` | `26.2` |
| [pytest](https://github.com/pytest-dev/pytest) | `9.0.3` | `9.1.1` |
| [bmw-lobster-core](https://github.com/bmw-software-engineering/lobster) | `1.0.2` | `1.0.4` |
| [bmw-lobster-tool-codebeamer](https://github.com/bmw-software-engineering/lobster) | `1.0.2` | `1.0.4` |
| [bmw-lobster-tool-cpp](https://github.com/bmw-software-engineering/lobster) | `1.0.2` | `1.0.4` |
| [bmw-lobster-tool-cpptest](https://github.com/bmw-software-engineering/lobster) | `1.0.2` | `1.0.4` |
| [bmw-lobster-tool-gtest](https://github.com/bmw-software-engineering/lobster) | `1.0.2` | `1.0.4` |
| [bmw-lobster-tool-json](https://github.com/bmw-software-engineering/lobster) | `1.0.2` | `1.0.4` |
| [bmw-lobster-tool-python](https://github.com/bmw-software-engineering/lobster) | `1.0.2` | `1.0.4` |
| [bmw-lobster-tool-trlc](https://github.com/bmw-software-engineering/lobster) | `1.0.2` | `1.0.4` |
| [certifi](https://github.com/certifi/python-certifi) | `2026.2.25` | `2026.7.22` |
| [charset-normalizer](https://github.com/jawah/charset_normalizer) | `3.4.7` | `3.4.9` |
| [cvc5](https://github.com/cvc5/cvc5) | `1.3.0` | `1.3.4` |
| [gitpython](https://github.com/gitpython-developers/GitPython) | `3.1.50` | `3.1.57` |
| [idna](https://github.com/kjd/idna) | `3.15` | `3.18` |
| [pyvcg](https://github.com/florianschanda/PyVCG) | `1.0.8` | `1.0.12` |
| [requests](https://github.com/psf/requests) | `2.33.1` | `2.34.2` |
| [trlc](https://github.com/bmw-software-engineering/trlc) | `2.0.5` | `3.0.0` |
| [bazel-runfiles](https://github.com/bazel-contrib/rules_python) | `1.9.0` | `2.2.0` |
| [prompt-toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit) | `3.0.52` | `3.0.53` |
| [wcwidth](https://github.com/jquast/wcwidth) | `0.2.14` | `0.8.2` |



Updates `basedpyright` from 1.35.0 to 1.39.9
- [Release notes](https://github.com/detachhead/basedpyright/releases)
- [Commits](DetachHead/basedpyright@v1.35.0...v1.39.9)

Updates `nodejs-wheel-binaries` from 24.11.1 to 24.16.0
- [Release notes](https://github.com/njzjz/nodejs-wheel/releases)
- [Commits](njzjz/nodejs-wheel@v24.11.1...v24.16.0)

Updates `packaging` from 25.0 to 26.2
- [Release notes](https://github.com/pypa/packaging/releases)
- [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst)
- [Commits](pypa/packaging@25.0...26.2)

Updates `pytest` from 9.0.3 to 9.1.1
- [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.3...9.1.1)

Updates `bmw-lobster-core` from 1.0.2 to 1.0.4
- [Release notes](https://github.com/bmw-software-engineering/lobster/releases)
- [Changelog](https://github.com/bmw-software-engineering/lobster/blob/main/CHANGELOG.md)
- [Commits](bmw-software-engineering/lobster@lobster-1.0.2...lobster-1.0.4)

Updates `bmw-lobster-tool-codebeamer` from 1.0.2 to 1.0.4
- [Release notes](https://github.com/bmw-software-engineering/lobster/releases)
- [Changelog](https://github.com/bmw-software-engineering/lobster/blob/main/CHANGELOG.md)
- [Commits](bmw-software-engineering/lobster@lobster-1.0.2...lobster-1.0.4)

Updates `bmw-lobster-tool-cpp` from 1.0.2 to 1.0.4
- [Release notes](https://github.com/bmw-software-engineering/lobster/releases)
- [Changelog](https://github.com/bmw-software-engineering/lobster/blob/main/CHANGELOG.md)
- [Commits](bmw-software-engineering/lobster@lobster-1.0.2...lobster-1.0.4)

Updates `bmw-lobster-tool-cpptest` from 1.0.2 to 1.0.4
- [Release notes](https://github.com/bmw-software-engineering/lobster/releases)
- [Changelog](https://github.com/bmw-software-engineering/lobster/blob/main/CHANGELOG.md)
- [Commits](bmw-software-engineering/lobster@lobster-1.0.2...lobster-1.0.4)

Updates `bmw-lobster-tool-gtest` from 1.0.2 to 1.0.4
- [Release notes](https://github.com/bmw-software-engineering/lobster/releases)
- [Changelog](https://github.com/bmw-software-engineering/lobster/blob/main/CHANGELOG.md)
- [Commits](bmw-software-engineering/lobster@lobster-1.0.2...lobster-1.0.4)

Updates `bmw-lobster-tool-json` from 1.0.2 to 1.0.4
- [Release notes](https://github.com/bmw-software-engineering/lobster/releases)
- [Changelog](https://github.com/bmw-software-engineering/lobster/blob/main/CHANGELOG.md)
- [Commits](bmw-software-engineering/lobster@lobster-1.0.2...lobster-1.0.4)

Updates `bmw-lobster-tool-python` from 1.0.2 to 1.0.4
- [Release notes](https://github.com/bmw-software-engineering/lobster/releases)
- [Changelog](https://github.com/bmw-software-engineering/lobster/blob/main/CHANGELOG.md)
- [Commits](bmw-software-engineering/lobster@lobster-1.0.2...lobster-1.0.4)

Updates `bmw-lobster-tool-trlc` from 1.0.2 to 1.0.4
- [Release notes](https://github.com/bmw-software-engineering/lobster/releases)
- [Changelog](https://github.com/bmw-software-engineering/lobster/blob/main/CHANGELOG.md)
- [Commits](bmw-software-engineering/lobster@lobster-1.0.2...lobster-1.0.4)

Updates `certifi` from 2026.2.25 to 2026.7.22
- [Commits](certifi/python-certifi@2026.02.25...2026.07.22)

Updates `charset-normalizer` from 3.4.7 to 3.4.9
- [Release notes](https://github.com/jawah/charset_normalizer/releases)
- [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md)
- [Commits](jawah/charset_normalizer@3.4.7...3.4.9)

Updates `cvc5` from 1.3.0 to 1.3.4
- [Release notes](https://github.com/cvc5/cvc5/releases)
- [Changelog](https://github.com/cvc5/cvc5/blob/main/NEWS.md)
- [Commits](cvc5/cvc5@cvc5-1.3.0...cvc5-1.3.4)

Updates `gitpython` from 3.1.50 to 3.1.57
- [Release notes](https://github.com/gitpython-developers/GitPython/releases)
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES)
- [Commits](gitpython-developers/GitPython@3.1.50...3.1.57)

Updates `idna` from 3.15 to 3.18
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md)
- [Commits](kjd/idna@v3.15...v3.18)

Updates `pyvcg` from 1.0.8 to 1.0.12
- [Release notes](https://github.com/florianschanda/PyVCG/releases)
- [Changelog](https://github.com/florianschanda/PyVCG/blob/main/CHANGELOG.md)
- [Commits](https://github.com/florianschanda/PyVCG/commits)

Updates `requests` from 2.33.1 to 2.34.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.33.1...v2.34.2)

Updates `trlc` from 2.0.5 to 3.0.0
- [Release notes](https://github.com/bmw-software-engineering/trlc/releases)
- [Changelog](https://github.com/bmw-software-engineering/trlc/blob/main/CHANGELOG.md)
- [Commits](bmw-software-engineering/trlc@trlc-2.0.5...trlc-3.0.0)

Updates `bazel-runfiles` from 1.9.0 to 2.2.0
- [Release notes](https://github.com/bazel-contrib/rules_python/releases)
- [Changelog](https://github.com/bazel-contrib/rules_python/blob/main/CHANGELOG.md)
- [Commits](bazel-contrib/rules_python@1.9.0...2.2.0)

Updates `prompt-toolkit` from 3.0.52 to 3.0.53
- [Release notes](https://github.com/prompt-toolkit/python-prompt-toolkit/releases)
- [Changelog](https://github.com/prompt-toolkit/python-prompt-toolkit/blob/main/CHANGELOG)
- [Commits](prompt-toolkit/python-prompt-toolkit@3.0.52...3.0.53)

Updates `wcwidth` from 0.2.14 to 0.8.2
- [Release notes](https://github.com/jquast/wcwidth/releases)
- [Commits](jquast/wcwidth@0.2.14...0.8.2)

---
updated-dependencies:
- dependency-name: basedpyright
  dependency-version: 1.39.9
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: nodejs-wheel-binaries
  dependency-version: 24.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: packaging
  dependency-version: '26.2'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python
- dependency-name: pytest
  dependency-version: 9.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: bmw-lobster-core
  dependency-version: 1.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: bmw-lobster-tool-codebeamer
  dependency-version: 1.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: bmw-lobster-tool-cpp
  dependency-version: 1.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: bmw-lobster-tool-cpptest
  dependency-version: 1.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: bmw-lobster-tool-gtest
  dependency-version: 1.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: bmw-lobster-tool-json
  dependency-version: 1.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: bmw-lobster-tool-python
  dependency-version: 1.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: bmw-lobster-tool-trlc
  dependency-version: 1.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: certifi
  dependency-version: 2026.7.22
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: charset-normalizer
  dependency-version: 3.4.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: cvc5
  dependency-version: 1.3.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: gitpython
  dependency-version: 3.1.57
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: idna
  dependency-version: '3.18'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: pyvcg
  dependency-version: 1.0.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: requests
  dependency-version: 2.34.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: trlc
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python
- dependency-name: bazel-runfiles
  dependency-version: 2.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python
- dependency-name: prompt-toolkit
  dependency-version: 3.0.53
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: wcwidth
  dependency-version: 0.8.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
...

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 Jul 27, 2026
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jul 27, 2026
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.

0 participants