mirror of
https://github.com/datahub-project/datahub.git
synced 2025-06-27 05:03:31 +00:00
chore(airflow): update dev mypy to 1.14.1 (#13374)
This commit is contained in:
parent
ca7853c5a4
commit
964a4b70c2
@ -73,12 +73,11 @@ dev_requirements = {
|
||||
*base_requirements,
|
||||
*mypy_stubs,
|
||||
"coverage>=5.1",
|
||||
"mypy==1.14.1",
|
||||
"ruff==0.11.7",
|
||||
# Updating mypy was causing a conflict with pydantic so cannot upgrade
|
||||
"mypy==1.10.1",
|
||||
# pydantic 1.8.2 is incompatible with mypy 0.910.
|
||||
# See https://github.com/samuelcolvin/pydantic/pull/3175#issuecomment-995382910.
|
||||
"pydantic>=1.10",
|
||||
"pydantic>=1.10.16",
|
||||
"pytest>=6.2.2",
|
||||
"pytest-cov>=2.8.1",
|
||||
"tox",
|
||||
|
Loading…
x
Reference in New Issue
Block a user