diff --git a/poetry.lock b/poetry.lock index 03b74b7..23284b0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -304,18 +304,18 @@ testing-integration = ["build[virtualenv] (>=1.0.3)", "filelock (>=3.4.0)", "jar [[package]] name = "structlog" -version = "23.2.0" +version = "24.1.0" description = "Structured Logging for Python" optional = false python-versions = ">=3.8" files = [ - {file = "structlog-23.2.0-py3-none-any.whl", hash = "sha256:16a167e87b9fa7fae9a972d5d12805ef90e04857a93eba479d4be3801a6a1482"}, - {file = "structlog-23.2.0.tar.gz", hash = "sha256:334666b94707f89dbc4c81a22a8ccd34449f0201d5b1ee097a030b577fa8c858"}, + {file = "structlog-24.1.0-py3-none-any.whl", hash = "sha256:3f6efe7d25fab6e86f277713c218044669906537bb717c1807a09d46bca0714d"}, + {file = "structlog-24.1.0.tar.gz", hash = "sha256:41a09886e4d55df25bdcb9b5c9674bccfab723ff43e0a86a1b7b236be8e57b16"}, ] [package.extras] dev = ["structlog[tests,typing]"] -docs = ["furo", "myst-parser", "sphinx", "sphinx-notfound-page", "sphinxcontrib-mermaid", "twisted"] +docs = ["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"] @@ -355,4 +355,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "548a0c186406dbe43d328daa14929c1bf572f408fcda323adb956e406ec20ca2" +content-hash = "49e40e4b188a84682677eee1644c7112c1037d889be6c9c7033ad3bf1b7268cd" diff --git a/pyproject.toml b/pyproject.toml index c9e13b8..52eb005 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ keywords = ["LINZ", "logging"] [tool.poetry.dependencies] python = "^3.8" -structlog = ">=22.1,<24.0" +structlog = ">=22.1,<25.0" python-ulid = "^1.1.0" [tool.poetry.dev-dependencies]