Merge pull request #33 from crossplane/renovate/structlog-24.x

Update dependency structlog to v24
This commit is contained in:
Bob Haddleton 2024-01-08 07:57:18 -06:00 committed by GitHub
commit f6194cc1e9
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"]