diff --git a/poetry.lock b/poetry.lock index 79836c15..eea5fb3d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "aioamqp" @@ -2021,15 +2021,18 @@ files = [ [[package]] name = "structlog" -version = "24.4.0" +version = "25.1.0" description = "Structured Logging for Python" optional = false python-versions = ">=3.8" files = [ - {file = "structlog-24.4.0-py3-none-any.whl", hash = "sha256:597f61e80a91cc0749a9fd2a098ed76715a1c8a01f73e336b746504d1aad7610"}, - {file = "structlog-24.4.0.tar.gz", hash = "sha256:b27bfecede327a6d2da5fbc96bd859f114ecc398a6389d664f62085ee7ae6fc4"}, + {file = "structlog-25.1.0-py3-none-any.whl", hash = "sha256:843fe4f254540329f380812cbe612e1af5ec5b8172205ae634679cd35a6d6321"}, + {file = "structlog-25.1.0.tar.gz", hash = "sha256:2ef2a572e0e27f09664965d31a576afe64e46ac6084ef5cec3c2b8cd6e4e3ad3"}, ] +[package.dependencies] +typing-extensions = {version = "*", markers = "python_version < \"3.11\""} + [package.extras] dev = ["freezegun (>=0.2.8)", "mypy (>=1.4)", "pretend", "pytest (>=6.0)", "pytest-asyncio (>=0.17)", "rich", "simplejson", "twisted"] docs = ["cogapp", "furo", "myst-parser", "sphinx", "sphinx-notfound-page", "sphinxcontrib-mermaid", "sphinxext-opengraph", "twisted"] @@ -2877,4 +2880,4 @@ uvloop = ["uvloop"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "9da7364075e942fb1523d0afe8afb462310ea579a36dc0a30e756e0d2946229c" +content-hash = "577d238d9b1e4f91c2b70a3ff08b60d1a91c204e3704f83a3e3ed19bfd5cdc6a" diff --git a/pyproject.toml b/pyproject.toml index 687f6de1..4d10aede 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ aiohttp = ">=3.9.5,<3.11.0" yarl = ">=1.16.0,<2.0.0" colorama = ">=0.3.9,<0.5.0" asahi = ">=0.1,<0.3" -structlog = ">=21.5.0,<25.0.0" +structlog = ">=21.5.0,<26.0.0" # derived from aiobotocore for dependency resolution speed in same cases. botocore = ">=1.22.8"