diff --git a/pyproject.toml b/pyproject.toml index c73590c4..4bca9ea5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ "Programming Language :: Python :: 3.13", ] dependencies = [ - "dbt-core>=1.10.0,<1.11.0", + "dbt-core>=1.10.0,<1.12.0", "dbt-common>=1.22.0,<2.0", "dbt-adapters>=1.15.2,<2.0", ] @@ -50,7 +50,7 @@ dev = [ "flaky", "freezegun>=1.5.0,<2.0", "ipdb", - "mypy==1.11.2", + "mypy==2.1.0", "pre-commit", "pytest", "pytest-csv",