chore(deps): update structlog requirement from >=23.2.0 to >=25.5.0
Updates the requirements on [structlog](https://github.com/hynek/structlog) to permit the latest version. - [Release notes](https://github.com/hynek/structlog/releases) - [Changelog](https://github.com/hynek/structlog/blob/main/CHANGELOG.md) - [Commits](https://github.com/hynek/structlog/compare/23.2.0...25.5.0) --- updated-dependencies: - dependency-name: structlog dependency-version: 25.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
224689a5bc
commit
307ac8df99
|
|
@ -89,7 +89,7 @@ dependencies = [
|
|||
|
||||
# Monitoring and logging
|
||||
"prometheus-client>=0.19.0",
|
||||
"structlog>=23.2.0",
|
||||
"structlog>=25.5.0",
|
||||
"psutil>=5.9.0",
|
||||
|
||||
# HTTP client
|
||||
|
|
|
|||
Loading…
Reference in New Issue