diff --git a/poetry.lock b/poetry.lock index 9b0a5623..1d045a95 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1541,18 +1541,18 @@ tests = ["cython", "littleutils", "pygments", "pytest", "typeguard"] [[package]] name = "structlog" -version = "24.2.0" +version = "24.4.0" description = "Structured Logging for Python" optional = false python-versions = ">=3.8" files = [ - {file = "structlog-24.2.0-py3-none-any.whl", hash = "sha256:983bd49f70725c5e1e3867096c0c09665918936b3db27341b41d294283d7a48a"}, - {file = "structlog-24.2.0.tar.gz", hash = "sha256:0e3fe74924a6d8857d3f612739efb94c72a7417d7c7c008d12276bca3b5bf13b"}, + {file = "structlog-24.4.0-py3-none-any.whl", hash = "sha256:597f61e80a91cc0749a9fd2a098ed76715a1c8a01f73e336b746504d1aad7610"}, + {file = "structlog-24.4.0.tar.gz", hash = "sha256:b27bfecede327a6d2da5fbc96bd859f114ecc398a6389d664f62085ee7ae6fc4"}, ] [package.extras] dev = ["freezegun (>=0.2.8)", "mypy (>=1.4)", "pretend", "pytest (>=6.0)", "pytest-asyncio (>=0.17)", "rich", "simplejson", "twisted"] -docs = ["furo", "myst-parser", "sphinx", "sphinx-notfound-page", "sphinxcontrib-mermaid", "sphinxext-opengraph", "twisted"] +docs = ["cogapp", "furo", "myst-parser", "sphinx", "sphinx-notfound-page", "sphinxcontrib-mermaid", "sphinxext-opengraph", "twisted"] tests = ["freezegun (>=0.2.8)", "pretend", "pytest (>=6.0)", "pytest-asyncio (>=0.17)", "simplejson"] typing = ["mypy (>=1.4)", "rich", "twisted"] @@ -1691,4 +1691,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "99a13c235cab6c97fda50df94685a101f80f854430a7a033a324c3200e3416b4" +content-hash = "0a3c0d10086a23505ea054e77862a35cd85dca7098662843fa49626118a1459f" diff --git a/pyproject.toml b/pyproject.toml index b4de82b2..96adf9a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ django-vite = "^3.0.4" social-auth-app-django = "^5.4.1" psycopg2-binary = "^2.9.9" ipython = "^8.18.1" -structlog = "^24.2.0" +structlog = "^24.4.0" sentry-sdk = "^1.35.0" uwsgi = "^2.0.25" premailer = "^3.10.0"