Merge pull request 'fix(deps): update dependency logfire to v3' (#24) from renovate/logfire-3.x into main
All checks were successful
Build and Publish Docker Image / build (push) Successful in 45s

Reviewed-on: https://git.nice.net.nz/hads/hinpdof/pulls/24
This commit is contained in:
2025-01-08 10:05:31 +13:00
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -977,13 +977,13 @@ i18n = ["Babel (>=2.7)"]
[[package]]
name = "logfire"
version = "2.11.1"
version = "3.0.0"
description = "The best Python observability tool! 🪵🔥"
optional = false
python-versions = ">=3.8"
files = [
{file = "logfire-2.11.1-py3-none-any.whl", hash = "sha256:f15affa6b4d18035a47774782d02505b8217097fe45230fdb86a8f4c703d2d65"},
{file = "logfire-2.11.1.tar.gz", hash = "sha256:d41de01fb47038cbd62007262aca7856c58b51e0e20340e878755438b3505241"},
{file = "logfire-3.0.0-py3-none-any.whl", hash = "sha256:9c9fd2dee29491e3881cc3847b4e3461e60cf3a6881e24ca9ab585ffe0177ad7"},
{file = "logfire-3.0.0.tar.gz", hash = "sha256:f343e7cd5d4bf0ff4df66d67f73a8533459616818c59e5fed8fd410ae021d836"},
]
[package.dependencies]
@@ -2456,4 +2456,4 @@ test = ["pytest"]
[metadata]
lock-version = "2.0"
python-versions = "^3.12"
content-hash = "4588de7522e8374dd640cafbdbd21ae61614dfe9c709a1ac3c254141bf61f05a"
content-hash = "dc6df03d230740ba3300f945379b06cea45995b0cd46936bbd0b58fa2d88877e"

View File

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