From aea455c0bd7a6125910350da060338c58c2b3534 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 13:32:52 +0000 Subject: [PATCH] Bump loguru from 0.4.1 to 0.5.3 Bumps [loguru](https://github.com/Delgan/loguru) from 0.4.1 to 0.5.3. - [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.4.1...0.5.3) --- updated-dependencies: - dependency-name: loguru dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5aa988d6..17f9036f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ django==2.2.* beautifulsoup4==4.8.2 lxml pillow>=7.1.0,<10.0 -loguru==0.4.1 +loguru==0.5.3 importlib-metadata==4.7.1 djangorestframework==3.11.2 requests==2.24.0