diff --git a/homeassistant/helpers/config_validation.py b/homeassistant/helpers/config_validation.py
index 0f5b4e13dc21ea2579803038a18faba40d9d04b7..5787db65102d837bd2226649e823562f01de0cd7 100644
--- a/homeassistant/helpers/config_validation.py
+++ b/homeassistant/helpers/config_validation.py
@@ -10,7 +10,7 @@ import logging
 from numbers import Number
 import os
 import re
-from socket import _GLOBAL_DEFAULT_TIMEOUT
+from socket import _GLOBAL_DEFAULT_TIMEOUT  # type: ignore # private, not in typeshed
 from typing import Any, Callable, Dict, List, Optional, TypeVar, Union
 from urllib.parse import urlparse
 from uuid import UUID
diff --git a/requirements_test.txt b/requirements_test.txt
index 328ad1d5b9a538df5b7dd5e6ca760f8007cc0df0..37268e7072693794cbff086e5ad772e120892221 100644
--- a/requirements_test.txt
+++ b/requirements_test.txt
@@ -6,7 +6,7 @@
 asynctest==0.13.0
 codecov==2.0.15
 mock-open==1.3.1
-mypy==0.750
+mypy==0.761
 pre-commit==1.20.0
 pylint==2.4.4
 astroid==2.3.3