From 7cb0d6ec96c2e0be9d2cffa09b23167e46e0bc81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Jun 2025 07:32:17 +0000 Subject: [PATCH] chore(deps): bump loguru from 0.7.2 to 0.7.3 Bumps [loguru](https://github.com/Delgan/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-version: 0.7.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b6f961b..fbf9d1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ requires-python = "~=3.11" dependencies = [ "pyside6==6.8.0.2", "pyside6-fluent-widgets==1.6.6", - "loguru==0.7.2", + "loguru==0.7.3", ] [project.optional-dependencies]