diff --git a/poetry.lock b/poetry.lock index 72d4ccbe..af045d38 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1476,18 +1476,18 @@ tests = ["cython", "littleutils", "pygments", "pytest", "typeguard"] [[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"] @@ -1631,4 +1631,4 @@ brotli = ["Brotli"] [metadata] lock-version = "2.0" python-versions = "~3.11.1" -content-hash = "81311b7db953eca587bac8657693154f6964c7a1cbb226743daaaf38e491cb73" +content-hash = "86336da8a289b086d188cafd4b1f6ff399f770630caf386cced460d5edb48d42" diff --git a/pyproject.toml b/pyproject.toml index 88395f58..5d8c4936 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "~3.11.1" ipython = "^8.22.1" -structlog = "^23.2.0" +structlog = "^24.1.0" django = "^4.2.7" django-ninja = "^0.21.0" django-environ = "^0.10.0"