Merge pull request #120 from crossplane/renovate/structlog-25.x

fix(deps): update dependency structlog to v25
This commit is contained in:
Bob Haddleton 2025-01-27 12:05:25 -06:00 committed by GitHub
commit ce63739286
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ dependencies = [
"grpcio-reflection==1.*", "grpcio-reflection==1.*",
"protobuf==5.29.3", "protobuf==5.29.3",
"pydantic==2.*", "pydantic==2.*",
"structlog==24.*", "structlog==25.*",
] ]
dynamic = ["version"] dynamic = ["version"]