diff --git a/pyproject.toml b/pyproject.toml index 979e91d931..f3d10321d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -149,7 +149,7 @@ packages = ["/cosmos"] [tool.hatch.envs.tests] dependencies = [ # do not install Airflow dependencies here! - # we need to use constrantis and we're doing this in the `pre-install-commands` + # we need to use constraints and we're doing this in the `pre-install-commands` "packaging>=22.0", "pytest>=6.0", "pytest-split",