From 0ebf42a574830a475c48933be5bc6b8d6c76dd52 Mon Sep 17 00:00:00 2001 From: gsilvan Date: Fri, 19 Feb 2021 13:30:44 +0100 Subject: [PATCH] Android --- faker/providers/user_agent/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/faker/providers/user_agent/__init__.py b/faker/providers/user_agent/__init__.py index 528a628ced..fec084d6c5 100644 --- a/faker/providers/user_agent/__init__.py +++ b/faker/providers/user_agent/__init__.py @@ -28,7 +28,7 @@ class Provider(BaseProvider): '2.3.3', '2.3.4', '2.3.5', '2.3.6', '2.3.7', '3.0', '3.1', '3.2', '3.2.1', '3.2.2', '3.2.3', '3.2.4', '3.2.5', '3.2.6', '4.0', '4.0.1', '4.0.2', '4.0.3', '4.0.4', '4.1', '4.1.1', '4.1.2', '4.2', '4.2.1', '4.2.2', '4.3', '4.3.1', '4.4', '4.4.1', '4.4.2', '4.4.3', '4.4.4', '5.0', '5.0.1', '5.0.2', '5.1', '5.1.1', '6.0', '6.0.1', - '7.0', '7.1', '7.1.1', '7.1.2', '8.0.0', '8.1.0', '9', + '7.0', '7.1', '7.1.1', '7.1.2', '8.0.0', '8.1.0', '9', '10', '11', ) apple_devices = ('iPhone', 'iPad')