diff --git a/cyclonedx_py/__main__.py b/cyclonedx_py/__main__.py index 366384f7..184a8a66 100644 --- a/cyclonedx_py/__main__.py +++ b/cyclonedx_py/__main__.py @@ -15,7 +15,7 @@ # SPDX-License-Identifier: Apache-2.0 # Copyright (c) OWASP Foundation. All Rights Reserved. -__all__ = [ # type:ignore[var-annotated] +__all__ = [ # There is no stable/public API. # However, you might call the stable CLI instead, like so: # from sys import executable diff --git a/pyproject.toml b/pyproject.toml index 0c54b317..00ba5478 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,7 +90,7 @@ pep8-naming = "0.15.1" flake8-logging = "1.8.0" isort = "6.0.1" autopep8 = "2.3.2" -mypy = "1.17.1" +mypy = "1.18.1" bandit = "1.8.6" tomli = { version = "^2.0.1", python = "<3.11" } tox = "4.30.2"