FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit b8bec3aa authored by Dr Rich Wareham's avatar Dr Rich Wareham
Browse files

Merge branch 'renovate/structlog-25.x' into 'main'

fix(deps): update dependency structlog to v25

See merge request !20
parents e0a15e6e e4da8007
No related branches found
No related tags found
1 merge request!20fix(deps): update dependency structlog to v25
Pipeline #680201 passed
......@@ -617,15 +617,18 @@ testing-integration = ["build[virtualenv] (>=1.0.3)", "filelock (>=3.4.0)", "jar
[[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"]
......@@ -769,4 +772,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "^3.9"
content-hash = "b1b74c35c53d8f4fcd2a45f08e0b0ef9038fc7a2e8cee66e398e729d434a164b"
content-hash = "5ef4e2e00437eafe3588d635f9ca4438aba93b2820f172e8455d6598620b4565"
......@@ -9,7 +9,7 @@ packages = [{include = "gitlabbot"}]
[tool.poetry.dependencies]
python = "^3.9"
gidgetlab = {extras = ["aiohttp"], version = "^1.1.0"}
structlog = "^24.1.0"
structlog = "^25.0.0"
[tool.poetry.group.dev.dependencies]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment