Skip to content

chore(pip): bump the python group across 1 directory with 28 updates - #425

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

chore(pip): bump the python group across 1 directory with 28 updates#425
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/python-86b4227799

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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

Package From To
bmw-lobster-core 1.0.2 1.0.6
bmw-lobster-tool-codebeamer 1.0.2 1.0.6
bmw-lobster-tool-cpp 1.0.2 1.0.6
bmw-lobster-tool-cpptest 1.0.2 1.0.6
bmw-lobster-tool-gtest 1.0.2 1.0.6
bmw-lobster-tool-json 1.0.2 1.0.6
bmw-lobster-tool-python 1.0.2 1.0.6
bmw-lobster-tool-trlc 1.0.2 1.0.6
certifi 2026.2.25 2026.7.22
charset-normalizer 3.4.7 3.5.0
cvc5 1.3.0 1.3.4
gitpython 3.1.54 3.1.59
idna 3.15 3.18
libcst 1.8.6 1.9.0
markdown 3.10.2 3.10.3
pyvcg 1.0.8 1.0.12
requests 2.33.1 2.34.2
trlc 2.0.5 3.0.1
astroid 4.0.4 4.3.0
basedpyright 1.35.0 1.39.10
nodejs-wheel-binaries 24.11.1 24.16.0
packaging 25.0 26.3
platformdirs 4.11.0 4.11.3
pylint 4.0.6 4.0.7
pytest 9.0.3 9.1.1
bazel-runfiles 1.9.0 2.2.0
prompt-toolkit 3.0.52 3.0.53
wcwidth 0.2.14 0.8.2

Updates bmw-lobster-core from 1.0.2 to 1.0.6

Release notes

Sourced from bmw-lobster-core's releases.

Release 1.0.6

Bzlmod

Add this to your MODULE.bazel:

bazel_dep(name = "lobster", version = "1.0.6")

WORKSPACE

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "lobster",
sha256 = "6757c48725daf4aab76ce41c6fc0001c5e1d5def3f6b12664794a61c964ef8d3",
strip_prefix = "lobster-1.0.6",
urls = ["https://github.com/bmw-software-engineering/lobster/releases/download/lobster-1.0.6/lobster-1.0.6.tar.gz"],
)

What's Changed

Full Changelog: bmw-software-engineering/lobster@lobster-1.0.5...lobster-1.0.6

Release 1.0.5

  • lobster-python :

    • Added stable Python APIs and API documentation pages.
  • lobster-trlc :

    • Added stable Python APIs and API documentation pages.

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).

... (truncated)

Changelog

Sourced from bmw-lobster-core's changelog.

1.0.6

  • Call Lobster Report via bazel directly instead of using a symlink

1.0.5

  • Added stable Python APIs and API documentation pages for the tools lobster-python and lobster-trlc.

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.

... (truncated)

Commits

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

Release notes

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

Release 1.0.6

Bzlmod

Add this to your MODULE.bazel:

bazel_dep(name = "lobster", version = "1.0.6")

WORKSPACE

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "lobster",
sha256 = "6757c48725daf4aab76ce41c6fc0001c5e1d5def3f6b12664794a61c964ef8d3",
strip_prefix = "lobster-1.0.6",
urls = ["https://github.com/bmw-software-engineering/lobster/releases/download/lobster-1.0.6/lobster-1.0.6.tar.gz"],
)

What's Changed

Full Changelog: bmw-software-engineering/lobster@lobster-1.0.5...lobster-1.0.6

Release 1.0.5

  • lobster-python :

    • Added stable Python APIs and API documentation pages.
  • lobster-trlc :

    • Added stable Python APIs and API documentation pages.

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).

... (truncated)

Changelog

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

1.0.6

  • Call Lobster Report via bazel directly instead of using a symlink

1.0.5

  • Added stable Python APIs and API documentation pages for the tools lobster-python and lobster-trlc.

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.

... (truncated)

Commits

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

Release notes

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

Release 1.0.6

Bzlmod

Add this to your MODULE.bazel:

bazel_dep(name = "lobster", version = "1.0.6")

WORKSPACE

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "lobster",
sha256 = "6757c48725daf4aab76ce41c6fc0001c5e1d5def3f6b12664794a61c964ef8d3",
strip_prefix = "lobster-1.0.6",
urls = ["https://github.com/bmw-software-engineering/lobster/releases/download/lobster-1.0.6/lobster-1.0.6.tar.gz"],
)

What's Changed

Full Changelog: bmw-software-engineering/lobster@lobster-1.0.5...lobster-1.0.6

Release 1.0.5

  • lobster-python :

    • Added stable Python APIs and API documentation pages.
  • lobster-trlc :

    • Added stable Python APIs and API documentation pages.

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).

... (truncated)

Changelog

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

1.0.6

  • Call Lobster Report via bazel directly instead of using a symlink

1.0.5

  • Added stable Python APIs and API documentation pages for the tools lobster-python and lobster-trlc.

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.

... (truncated)

Commits

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

Release notes

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

Release 1.0.6

Bzlmod

Add this to your MODULE.bazel:

bazel_dep(name = "lobster", version = "1.0.6")

WORKSPACE

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "lobster",
sha256 = "6757c48725daf4aab76ce41c6fc0001c5e1d5def3f6b12664794a61c964ef8d3",
strip_prefix = "lobster-1.0.6",
urls = ["https://github.com/bmw-software-engineering/lobster/releases/download/lobster-1.0.6/lobster-1.0.6.tar.gz"],
)

What's Changed

Full Changelog: bmw-software-engineering/lobster@lobster-1.0.5...lobster-1.0.6

Release 1.0.5

  • lobster-python :

    • Added stable Python APIs and API documentation pages.
  • lobster-trlc :

    • Added stable Python APIs and API documentation pages.

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).

... (truncated)

Changelog

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

1.0.6

  • Call Lobster Report via bazel directly instead of using a symlink

1.0.5

  • Added stable Python APIs and API documentation pages for the tools lobster-python and lobster-trlc.

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.

... (truncated)

Commits

Updates bmw-lobster-tool-gtest from 1.0.2 to 1.0.6

Release notes

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

Release 1.0.6

Bzlmod

Add this to your MODULE.bazel:

bazel_dep(name = "lobster", version = "1.0.6")

WORKSPACE

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "lobster",
sha256 = "6757c48725daf4aab76ce41c6fc0001c5e1d5def3f6b12664794a61c964ef8d3",
strip_prefix = "lobster-1.0.6",
urls = ["https://github.com/bmw-software-engineering/lobster/releases/download/lobster-1.0.6/lobster-1.0.6.tar.gz"],
)

What's Changed

Full Changelog: bmw-software-engineering/lobster@lobster-1.0.5...lobster-1.0.6

Release 1.0.5

  • lobster-python :

    • Added stable Python APIs and API documentation pages.
  • lobster-trlc :

    • Added stable Python APIs and API documentation pages.

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).

... (truncated)

Changelog

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

1.0.6

  • Call Lobster Report via bazel directly instead of using a symlink

1.0.5

  • Added stable Python APIs and API documentation pages for the tools lobster-python and lobster-trlc.

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.

... (truncated)

Commits

Updates bmw-lobster-tool-json from 1.0.2 to 1.0.6

Release notes

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

Release 1.0.6

Bzlmod

Add this to your MODULE.bazel:

bazel_dep(name = "lobster", version = "1.0.6")

WORKSPACE

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "lobster",
sha256 = "6757c48725daf4aab76ce41c6fc0001c5e1d5def3f6b12664794a61c964ef8d3",
strip_prefix = "lobster-1.0.6",
urls = ["https://github.com/bmw-software-engineering/lobster/releases/download/lobster-1.0.6/lobster-1.0.6.tar.gz"],
)

What's Changed

Full Changelog: bmw-software-engineering/lobster@lobster-1.0.5...lobster-1.0.6

Release 1.0.5

  • lobster-python :

    • Added stable Python APIs and API documentation pages.
  • lobster-trlc :

    • Added stable Python APIs and API documentation pages.

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).

... (truncated)

Changelog

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

1.0.6

  • Call Lobster Report via bazel directly instead of using a symlink

1.0.5

  • Added stable Python APIs and API documentation pages for the tools lobster-python and lobster-trlc.

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.

... (truncated)

Commits

Updates bmw-lobster-tool-python from 1.0.2 to 1.0.6

Release notes

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

Release 1.0.6

Bzlmod

Add this to your MODULE.bazel:

bazel_dep(name = "lobster", version = "1.0.6")

WORKSPACE

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "lobster",
sha256 = "6757c48725daf4aab76ce41c6fc0001c5e1d5def3f6b12664794a61c964ef8d3",
strip_prefix = "lobster-1.0.6",
urls = ["https://github.com/bmw-software-engineering/lobster/releases/download/lobster-1.0.6/lobster-1.0.6.tar.gz"],
)

What's Changed

Full Changelog: bmw-software-engineering/lobster@lobster-1.0.5...lobster-1.0.6

Release 1.0.5

  • lobster-python :

    • Added stable Python APIs and API documentation pages.
  • lobster-trlc :

    • Added stable Python APIs and API documentation pages.

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).

... (truncated)

Changelog

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

1.0.6

  • Call Lobster Report via bazel directly instead of using a symlink

1.0.5

  • Added stable Python APIs and API documentation pages for the tools lobster-python and lobster-trlc.

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.

... (truncated)

Commits

Updates bmw-lobster-tool-trlc from 1.0.2 to 1.0.6

Release notes

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

Release 1.0.6

Bzlmod

Add this to your MODULE.bazel:

bazel_dep(name = "lobster", version = "1.0.6")

WORKSPACE

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "lobster",
sha256 = "6757c48725daf4aab76ce41c6fc0001c5e1d5def3f6b12664794a61c964ef8d3",
strip_prefix = "lobster-1.0.6",
urls = ["https://github.com/bmw-software-engineering/lobster/releases/download/lobster-1.0.6/lobster-1.0.6.tar.gz"],
)

What's Changed

Full Changelog: bmw-software-engineering/lobster@lobster-1.0.5...lobster-1.0.6

Release 1.0.5

  • lobster-python :

    • Added stable Python APIs and API documentation pages.
  • lobster-trlc :

    • Added stable Python APIs and API documentation pages.

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).

... (truncated)

Changelog

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

1.0.6

  • Call Lobster Report via bazel directly instead of using a symlink

1.0.5

  • Added stable Python APIs and API documentation pages for the tools lobster-python<...

    Description has been truncated

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

| Package | From | To |
| --- | --- | --- |
| [bmw-lobster-core](https://github.com/bmw-software-engineering/lobster) | `1.0.2` | `1.0.6` |
| [bmw-lobster-tool-codebeamer](https://github.com/bmw-software-engineering/lobster) | `1.0.2` | `1.0.6` |
| [bmw-lobster-tool-cpp](https://github.com/bmw-software-engineering/lobster) | `1.0.2` | `1.0.6` |
| [bmw-lobster-tool-cpptest](https://github.com/bmw-software-engineering/lobster) | `1.0.2` | `1.0.6` |
| [bmw-lobster-tool-gtest](https://github.com/bmw-software-engineering/lobster) | `1.0.2` | `1.0.6` |
| [bmw-lobster-tool-json](https://github.com/bmw-software-engineering/lobster) | `1.0.2` | `1.0.6` |
| [bmw-lobster-tool-python](https://github.com/bmw-software-engineering/lobster) | `1.0.2` | `1.0.6` |
| [bmw-lobster-tool-trlc](https://github.com/bmw-software-engineering/lobster) | `1.0.2` | `1.0.6` |
| [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.5.0` |
| [cvc5](https://github.com/cvc5/cvc5) | `1.3.0` | `1.3.4` |
| [gitpython](https://github.com/gitpython-developers/GitPython) | `3.1.54` | `3.1.59` |
| [idna](https://github.com/kjd/idna) | `3.15` | `3.18` |
| [libcst](https://github.com/Instagram/LibCST) | `1.8.6` | `1.9.0` |
| [markdown](https://github.com/Python-Markdown/markdown) | `3.10.2` | `3.10.3` |
| [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.1` |
| [astroid](https://github.com/pylint-dev/astroid) | `4.0.4` | `4.3.0` |
| [basedpyright](https://github.com/detachhead/basedpyright) | `1.35.0` | `1.39.10` |
| [nodejs-wheel-binaries](https://github.com/njzjz/nodejs-wheel) | `24.11.1` | `24.16.0` |
| [packaging](https://github.com/pypa/packaging) | `25.0` | `26.3` |
| [platformdirs](https://github.com/tox-dev/platformdirs) | `4.11.0` | `4.11.3` |
| [pylint](https://github.com/pylint-dev/pylint) | `4.0.6` | `4.0.7` |
| [pytest](https://github.com/pytest-dev/pytest) | `9.0.3` | `9.1.1` |
| [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 `bmw-lobster-core` from 1.0.2 to 1.0.6
- [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.6)

Updates `bmw-lobster-tool-codebeamer` from 1.0.2 to 1.0.6
- [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.6)

Updates `bmw-lobster-tool-cpp` from 1.0.2 to 1.0.6
- [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.6)

Updates `bmw-lobster-tool-cpptest` from 1.0.2 to 1.0.6
- [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.6)

Updates `bmw-lobster-tool-gtest` from 1.0.2 to 1.0.6
- [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.6)

Updates `bmw-lobster-tool-json` from 1.0.2 to 1.0.6
- [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.6)

Updates `bmw-lobster-tool-python` from 1.0.2 to 1.0.6
- [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.6)

Updates `bmw-lobster-tool-trlc` from 1.0.2 to 1.0.6
- [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.6)

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.5.0
- [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.5.0)

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.54 to 3.1.59
- [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.54...3.1.59)

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 `libcst` from 1.8.6 to 1.9.0
- [Release notes](https://github.com/Instagram/LibCST/releases)
- [Changelog](https://github.com/Instagram/LibCST/blob/main/CHANGELOG.md)
- [Commits](Instagram/LibCST@v1.8.6...v1.9.0)

Updates `markdown` from 3.10.2 to 3.10.3
- [Release notes](https://github.com/Python-Markdown/markdown/releases)
- [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md)
- [Commits](Python-Markdown/markdown@3.10.2...3.10.3)

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.1
- [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.1)

Updates `astroid` from 4.0.4 to 4.3.0
- [Release notes](https://github.com/pylint-dev/astroid/releases)
- [Changelog](https://github.com/pylint-dev/astroid/blob/main/ChangeLog)
- [Commits](pylint-dev/astroid@v4.0.4...v4.3.0)

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

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.3
- [Release notes](https://github.com/pypa/packaging/releases)
- [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst)
- [Commits](pypa/packaging@25.0...26.3)

Updates `platformdirs` from 4.11.0 to 4.11.3
- [Release notes](https://github.com/tox-dev/platformdirs/releases)
- [Changelog](https://github.com/tox-dev/platformdirs/blob/main/docs/changelog.rst)
- [Commits](tox-dev/platformdirs@4.11.0...4.11.3)

Updates `pylint` from 4.0.6 to 4.0.7
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v4.0.6...v4.0.7)

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 `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: bmw-lobster-core
  dependency-version: 1.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: bmw-lobster-tool-codebeamer
  dependency-version: 1.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: bmw-lobster-tool-cpp
  dependency-version: 1.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: bmw-lobster-tool-cpptest
  dependency-version: 1.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: bmw-lobster-tool-gtest
  dependency-version: 1.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: bmw-lobster-tool-json
  dependency-version: 1.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: bmw-lobster-tool-python
  dependency-version: 1.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: bmw-lobster-tool-trlc
  dependency-version: 1.0.6
  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.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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.59
  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: libcst
  dependency-version: 1.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: markdown
  dependency-version: 3.10.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python
- dependency-name: astroid
  dependency-version: 4.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: basedpyright
  dependency-version: 1.39.10
  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.3'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python
- dependency-name: platformdirs
  dependency-version: 4.11.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: pylint
  dependency-version: 4.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: 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 Aug 17, 2026
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Aug 17, 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