diff --git a/third_party/airflow/pyproject.toml b/third_party/airflow/pyproject.toml index 60adbe46c94..e9eab1dd64b 100644 --- a/third_party/airflow/pyproject.toml +++ b/third_party/airflow/pyproject.toml @@ -19,7 +19,7 @@ license = { text = "Apache Software License" } readme = "README.md" [project.optional-dependencies] -format = ["black==23.3.0", "flake8==6.0.0", "pylint==2.17.3"] +format = ["black==23.3.0", "flake8==6.0.0", "pylint==2.17.4"] test = ["pytest==7.3.1", "coverage>=6.5.0", "pytest-asyncio==0.21.0"] docs = ["sphinx", "sphinx-jekyll-builder"]