diff --git a/poetry.lock b/poetry.lock index 1e5a721..40cdab6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3916,18 +3916,18 @@ files = [ [[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"] @@ -4597,4 +4597,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.11,<4" -content-hash = "b4414d38dd106b983dae3103026524e3ac5509fe62b3c816c4715457c372350c" +content-hash = "2732bc608fee25e2ee4dd003d630dde4f3880312852d769bd4ed6bf945344987" diff --git a/pyproject.toml b/pyproject.toml index 3f2468a..79e1091 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ fastapi = {extras = ["all"], version = "^0.111.1"} furl = "^2.1.3" pyicu = "^2.13.1" ftmq = "^0.6.8" -structlog = "^24.2.0" +structlog = "^24.4.0" anystore = {extras = ["redis"], version = "^0.1.6"} fakeredis = "^2.23.3"