Compare commits

...

2 Commits

Author SHA1 Message Date
dependabot[bot] 60ce787f6b
Merge 307ac8df99 into f5d0e1e69e 2026-06-03 00:40:03 -06:00
dependabot[bot] 307ac8df99
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>
2026-05-26 22:25:49 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -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