diff --git a/backend/poetry.lock b/backend/poetry.lock index 8eec1738..ec727d7f 100644 --- a/backend/poetry.lock +++ b/backend/poetry.lock @@ -1274,13 +1274,13 @@ sqlcipher = ["sqlcipher3_binary"] [[package]] name = "structlog" -version = "24.4.0" +version = "25.1.0" description = "Structured Logging for Python" optional = false python-versions = ">=3.8" files = [ - {file = "structlog-24.4.0-py3-none-any.whl", hash = "sha256:597f61e80a91cc0749a9fd2a098ed76715a1c8a01f73e336b746504d1aad7610"}, - {file = "structlog-24.4.0.tar.gz", hash = "sha256:b27bfecede327a6d2da5fbc96bd859f114ecc398a6389d664f62085ee7ae6fc4"}, + {file = "structlog-25.1.0-py3-none-any.whl", hash = "sha256:843fe4f254540329f380812cbe612e1af5ec5b8172205ae634679cd35a6d6321"}, + {file = "structlog-25.1.0.tar.gz", hash = "sha256:2ef2a572e0e27f09664965d31a576afe64e46ac6084ef5cec3c2b8cd6e4e3ad3"}, ] [package.extras] @@ -1518,4 +1518,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.0" python-versions = ">=3.12,<4.0" -content-hash = "df4dff6935085ccfc523085fa4d6dcafa696d7447a7e7f03d6dcdcbece7148b7" +content-hash = "fe42bdf6d48148840da19f712f01e96f2000122728bd5d08668602ac1ecd612f" diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 57842fff..de2ba275 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -22,7 +22,7 @@ beautifulsoup4 = "^4.12.3" lxml = "^5.3.0" alembic = "^1.14.1" click = "^8.1.8" -structlog = "^24.4.0" +structlog = "^25.1.0" flask = "^3.1.0" cachetools = "^5.5.1" pillow = "^11.1.0"