mirror of
https://github.com/thegeeklab/ansible-doctor.git
synced 2024-11-09 23:00:41 +00:00
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:
parent
effa7873b8
commit
266e94748f
10
poetry.lock
generated
10
poetry.lock
generated
@ -793,18 +793,18 @@ files = [
|
||||
|
||||
[[package]]
|
||||
name = "structlog"
|
||||
version = "24.2.0"
|
||||
version = "24.4.0"
|
||||
description = "Structured Logging for Python"
|
||||
optional = false
|
||||
python-versions = ">=3.8"
|
||||
files = [
|
||||
{file = "structlog-24.2.0-py3-none-any.whl", hash = "sha256:983bd49f70725c5e1e3867096c0c09665918936b3db27341b41d294283d7a48a"},
|
||||
{file = "structlog-24.2.0.tar.gz", hash = "sha256:0e3fe74924a6d8857d3f612739efb94c72a7417d7c7c008d12276bca3b5bf13b"},
|
||||
{file = "structlog-24.4.0-py3-none-any.whl", hash = "sha256:597f61e80a91cc0749a9fd2a098ed76715a1c8a01f73e336b746504d1aad7610"},
|
||||
{file = "structlog-24.4.0.tar.gz", hash = "sha256:b27bfecede327a6d2da5fbc96bd859f114ecc398a6389d664f62085ee7ae6fc4"},
|
||||
]
|
||||
|
||||
[package.extras]
|
||||
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"]
|
||||
typing = ["mypy (>=1.4)", "rich", "twisted"]
|
||||
|
||||
@ -836,4 +836,4 @@ ansible-core = ["ansible-core"]
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.9.0"
|
||||
content-hash = "a21c88d12611cc0d9549178ab1fef3ad8aa6718e132756ef7c5a2b1ae5ae0c24"
|
||||
content-hash = "dd4cede45b934e85e42e4e70fa91bec2a33ef17dd77909b6c2e97e8d5a93f635"
|
||||
|
@ -41,7 +41,7 @@ python = "^3.9.0"
|
||||
dynaconf = "3.2.5"
|
||||
gitpython = "3.1.43"
|
||||
ansible-core = { version = "2.14.17", optional = true }
|
||||
structlog = "24.2.0"
|
||||
structlog = "24.4.0"
|
||||
|
||||
[tool.poetry.extras]
|
||||
ansible-core = ["ansible-core"]
|
||||
|
Loading…
Reference in New Issue
Block a user