fix(deps): update dependency logfire to v4
All checks were successful
Build and Publish Docker Image / build (pull_request) Successful in 1m28s

This commit is contained in:
Renovate Bot
2025-07-22 18:05:15 +00:00
parent 2050e80272
commit 60d8cebbb0
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -1027,14 +1027,14 @@ i18n = ["Babel (>=2.7)"]
[[package]]
name = "logfire"
version = "3.24.2"
version = "4.0.0"
description = "The best Python observability tool! 🪵🔥"
optional = false
python-versions = ">=3.9"
groups = ["main"]
files = [
{file = "logfire-3.24.2-py3-none-any.whl", hash = "sha256:c3a119769f8f5f1fabb6f23722125b26f987d7adeecfa9c6a90265161e6f5597"},
{file = "logfire-3.24.2.tar.gz", hash = "sha256:814533697890ac94b0669360e974e75f491bf5b2d9be7a1a5bbf5e1d66989d20"},
{file = "logfire-4.0.0-py3-none-any.whl", hash = "sha256:4e50887d61954f849ec05343ca71b29fec5c0b6e4e945cabbceed664e37966e7"},
{file = "logfire-4.0.0.tar.gz", hash = "sha256:64d95fbf0f05c99a8b4c99a35b5b2971f11adbfbe9a73726df11d01c12f9959c"},
]
[package.dependencies]
@@ -2763,4 +2763,4 @@ test = ["pytest"]
[metadata]
lock-version = "2.1"
python-versions = "^3.12"
content-hash = "b16ccfae0a8e44c3f074b71930bd53ecb0cebea43357a3022d91f7398932aa92"
content-hash = "bae2b8e1f9deed45e618dc595b3f60d9db923eae2ce1e27e3a5ef0ddb6596728"

View File

@@ -11,7 +11,7 @@ package-mode = false
python = "^3.12"
fastapi = {extras = ["standard"], version = "^0.116.0"}
weasyprint = "^63.0"
logfire = {extras = ["fastapi"], version = "^3.0.0"}
logfire = {extras = ["fastapi"], version = "^4.0.0"}
[tool.poetry.group.dev.dependencies]
pytest = "^8.3.3"