diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0b359e5c..b40fb565 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -62,7 +62,7 @@ repos: # Black is a code style and formatter # It works on files in-place - repo: https://github.com/psf/black-pre-commit-mirror - rev: 26.3.1 + rev: 26.5.1 hooks: - id: black @@ -78,7 +78,7 @@ repos: # More information can be found in its documentation: # https://docs.astral.sh/ruff/ - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.12 + rev: v0.15.16 hooks: - id: ruff-check name: ruff @@ -106,7 +106,7 @@ repos: # The project's documentation can be found at: # https://mypy.readthedocs.io/en/stable/index.html - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.20.2 + rev: v2.1.0 hooks: - id: mypy exclude: ^tests/.*$ diff --git a/pyproject.toml b/pyproject.toml index 476da6ed..276dd608 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dynamic = ["version"] dependencies = [ # Core dependencies - "DLite-Python>=0.5.29,!=0.5.40,<1", + "DLite-Python>=0.5.29,<0.5.40", "numpy>=2.1,<3", "oteapi-core>=1.0,<2", "pydantic-settings>=2.8,<3",