From 0b1c74d5c785e0452c7978ae9dd4ddb2421c7020 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2020 10:04:30 +0000 Subject: [PATCH] Bump loguru from 0.5.1 to 0.5.2 Bumps [loguru](https://github.com/Delgan/loguru) from 0.5.1 to 0.5.2. - [Release notes](https://github.com/Delgan/loguru/releases) - [Changelog](https://github.com/Delgan/loguru/blob/master/CHANGELOG.rst) - [Commits](https://github.com/Delgan/loguru/compare/0.5.1...0.5.2) 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..5327551 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ "docopt==0.6.2", "idna==2.10; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", "immutables==0.14; python_version >= '3.5'", - "loguru==0.5.1", + "loguru==0.5.2", "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'",