fix(deps): update dependency structlog to v24.4.0 (#740)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-07-18 10:27:23 +02:00 committed by GitHub
parent effa7873b8
commit 266e94748f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@ -793,18 +793,18 @@ files = [
[[package]] [[package]]
name = "structlog" name = "structlog"
version = "24.2.0" version = "24.4.0"
description = "Structured Logging for Python" description = "Structured Logging for Python"
optional = false optional = false
python-versions = ">=3.8" python-versions = ">=3.8"
files = [ files = [
{file = "structlog-24.2.0-py3-none-any.whl", hash = "sha256:983bd49f70725c5e1e3867096c0c09665918936b3db27341b41d294283d7a48a"}, {file = "structlog-24.4.0-py3-none-any.whl", hash = "sha256:597f61e80a91cc0749a9fd2a098ed76715a1c8a01f73e336b746504d1aad7610"},
{file = "structlog-24.2.0.tar.gz", hash = "sha256:0e3fe74924a6d8857d3f612739efb94c72a7417d7c7c008d12276bca3b5bf13b"}, {file = "structlog-24.4.0.tar.gz", hash = "sha256:b27bfecede327a6d2da5fbc96bd859f114ecc398a6389d664f62085ee7ae6fc4"},
] ]
[package.extras] [package.extras]
dev = ["freezegun (>=0.2.8)", "mypy (>=1.4)", "pretend", "pytest (>=6.0)", "pytest-asyncio (>=0.17)", "rich", "simplejson", "twisted"] 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"] tests = ["freezegun (>=0.2.8)", "pretend", "pytest (>=6.0)", "pytest-asyncio (>=0.17)", "simplejson"]
typing = ["mypy (>=1.4)", "rich", "twisted"] typing = ["mypy (>=1.4)", "rich", "twisted"]
@ -836,4 +836,4 @@ ansible-core = ["ansible-core"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.9.0" python-versions = "^3.9.0"
content-hash = "a21c88d12611cc0d9549178ab1fef3ad8aa6718e132756ef7c5a2b1ae5ae0c24" content-hash = "dd4cede45b934e85e42e4e70fa91bec2a33ef17dd77909b6c2e97e8d5a93f635"

View File

@ -41,7 +41,7 @@ python = "^3.9.0"
dynaconf = "3.2.5" dynaconf = "3.2.5"
gitpython = "3.1.43" gitpython = "3.1.43"
ansible-core = { version = "2.14.17", optional = true } ansible-core = { version = "2.14.17", optional = true }
structlog = "24.2.0" structlog = "24.4.0"
[tool.poetry.extras] [tool.poetry.extras]
ansible-core = ["ansible-core"] ansible-core = ["ansible-core"]