diff --git a/setup.py b/setup.py index 409f284..22816f7 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ "requests==2.24.0", "ua-parser==0.10.0", "urllib3==1.25.9; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'", - "user-agents==2.1", + "user-agents==2.2.0", ], dependency_links=[], entry_points={"console_scripts": ["uagen = ua_gen.cli:main",],},