From c34c3c4fae6166583535c87eca8576b0da7749e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 04:38:00 +0000 Subject: [PATCH] Bump loguru from 0.7.2 to 0.7.3 in the python-packages group Bumps the python-packages group with 1 update: [loguru](https://github.com/Delgan/loguru). Updates `loguru` from 0.7.2 to 0.7.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.7.2...0.7.3) --- updated-dependencies: - dependency-name: loguru dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0d8dafd..1a7c4e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ dependencies = [ "flask==3.1.0", "python-dotenv==1.0.1", - "loguru==0.7.2", + "loguru==0.7.3", "pyquery==2.0.1", ] description = ''