Update dependency structlog to v24

This commit is contained in:
renovate[bot] 2024-01-08 12:39:29 +00:00 committed by GitHub
parent 7ec501d193
commit d87d844949
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ classifiers = [
"Programming Language :: Python :: 3.11",
]
dependencies = ["grpcio==1.*", "grpcio-reflection==1.*", "structlog==23.*"]
dependencies = ["grpcio==1.*", "grpcio-reflection==1.*", "structlog==24.*"]
dynamic = ["version"]