From 873bf7a8e1fed9bdf5474ade89b060156e74ce68 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2020 11:12:50 +0000 Subject: [PATCH] Bump user-agents from 2.1 to 2.2.0 Bumps [user-agents](https://github.com/selwin/python-user-agents) from 2.1 to 2.2.0. - [Release notes](https://github.com/selwin/python-user-agents/releases) - [Commits](https://github.com/selwin/python-user-agents/compare/v2.1.0...v2.2.0) Signed-off-by: dependabot-preview[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",],},