From d00c6c35026dfcaa7edcb6974f89f2a43c1f3a32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 22:15:14 +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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 12cf7bd..4e4d2b8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -36,7 +36,7 @@ alembic==1.13.1 prometheus-client==0.19.0 prometheus-fastapi-instrumentator==6.1.0 python-json-logger==2.0.7 -loguru==0.7.2 +loguru==0.7.3 # HTTP & Async httpx==0.26.0