diff --git a/pypacter-api/pyproject.toml b/pypacter-api/pyproject.toml index b817014..c23f6c9 100644 --- a/pypacter-api/pyproject.toml +++ b/pypacter-api/pyproject.toml @@ -47,7 +47,7 @@ local-api = "pypacter_api:local" [project.optional-dependencies] devel-types = [ - "mypy==1.14.0", + "mypy==1.14.1", "pydantic~=2.9", ] devel-test = ["pytest", "pytest-cov", "coverage[toml]", "uvicorn"] diff --git a/pyproject.toml b/pyproject.toml index 7d14dcf..ae1a656 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ Source = "https://github.com/pactflow/pactflow-python-coding-test" [project.optional-dependencies] devel-test = ["pytest", "pytest-cov", "coverage[toml]"] -devel-types = ["mypy==1.14.0", "pydantic~=2.9", "types-pyyaml", "types-pygments"] +devel-types = ["mypy==1.14.1", "pydantic~=2.9", "types-pyyaml", "types-pygments"] devel = [ "pypacter[devel-test,devel-types]", "pypacter-api[devel]",