diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bae5c9d..c8c748e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -52,7 +52,7 @@ repos: hooks: - id: mypy additional_dependencies: - - capellambse==0.5.64 + - capellambse==0.6.6 - repo: https://github.com/Lucas-C/pre-commit-hooks rev: v1.5.4 hooks: diff --git a/capella_ros_tools/exporter.py b/capella_ros_tools/exporter.py index 68983c1..6731794 100644 --- a/capella_ros_tools/exporter.py +++ b/capella_ros_tools/exporter.py @@ -5,7 +5,7 @@ import pathlib import re -from capellambse.model.crosslayer import information +from capellambse.metamodel import information from capella_ros_tools import data_model diff --git a/pyproject.toml b/pyproject.toml index 74f1c85..df64128 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,8 +28,8 @@ classifiers = [ "Programming Language :: Python :: 3.12", ] dependencies = [ + "capellambse>=0.6.6,<0.7", "click", - "capellambse>=0.5.64,<0.6", ] [project.urls]