From 4ad5a285878095b2dcc9607ca05f154a815da31e Mon Sep 17 00:00:00 2001 From: Cian McGrath Date: Wed, 5 Oct 2022 11:46:29 +0100 Subject: [PATCH] Dockerfile: Update mypy to latest release Running the linting with the latest image fails as it raises issues with mypy See: https://github.com/python/mypy/issues/13627 Change-Id: I98bb6e713f3e32d7dae0ca0398a3e7632e0e886d --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c8eda094..b81aab21 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,4 +14,4 @@ RUN python -m pip install --no-cache-dir \ grpcio==1.46.0 \ grpcio-tools==1.46.0 \ flake8==3.8.4 \ - mypy==0.950 + mypy==0.981