diff --git a/poetry.lock b/poetry.lock index de65b94..23d8a41 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1286,13 +1286,13 @@ test = ["pytest"] [[package]] name = "structlog" -version = "23.3.0" +version = "24.1.0" description = "Structured Logging for Python" optional = false python-versions = ">=3.8" files = [ - {file = "structlog-23.3.0-py3-none-any.whl", hash = "sha256:d6922a88ceabef5b13b9eda9c4043624924f60edbb00397f4d193bd754cde60a"}, - {file = "structlog-23.3.0.tar.gz", hash = "sha256:24b42b914ac6bc4a4e6f716e82ac70d7fb1e8c3b1035a765591953bfc37101a5"}, + {file = "structlog-24.1.0-py3-none-any.whl", hash = "sha256:3f6efe7d25fab6e86f277713c218044669906537bb717c1807a09d46bca0714d"}, + {file = "structlog-24.1.0.tar.gz", hash = "sha256:41a09886e4d55df25bdcb9b5c9674bccfab723ff43e0a86a1b7b236be8e57b16"}, ] [package.extras] @@ -1424,4 +1424,4 @@ docs = ["furo", "myst-parser", "sphinx", "sphinx-autobuild", "sphinx-copybutton" [metadata] lock-version = "2.0" python-versions = ">=3.8,<4" -content-hash = "e2e75de95e22c256ba89249b1f0efea5b5144e008f020a04a68f82939d7cbff1" +content-hash = "9e6fb222d47a0d770e532a63148eb6496bae80f9d4a90ed2e845d2aed3d42d7c" diff --git a/pyproject.toml b/pyproject.toml index 116e553..efad4aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ packages = [ [tool.poetry.dependencies] python = ">=3.8,<4" -structlog = ">=21,<24" +structlog = ">=21,<25" PyYAML = "^6.0.0" pydantic = ">=2,<3" devtools = ">=0.9.0,<1"