diff --git a/poetry.lock b/poetry.lock index 12ce9c8..42bb4a0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1409,18 +1409,18 @@ sqlcipher = ["sqlcipher3_binary"] [[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"] @@ -1505,4 +1505,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.8" -content-hash = "40cac3826939aa4a258ddab7e98bce283d867c6199a43a2c56dc8bc9d11ae680" +content-hash = "54702687f50b27cf5bd903d66de45edf4683b555f4db24b30d98134e810d5031" diff --git a/pyproject.toml b/pyproject.toml index 779f037..6834fab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ cffi = { version = ">=1.17.0rc1", python = ">=3.13" } colorama = "==0.4.*" requests-cache = "==1.2.*" singer-sdk = "==0.38.*" -structlog = "==24.2.*" +structlog = "==24.4.*" [tool.poetry.group.dev.dependencies] pytest = "==8.*"