Skip to content

Commit

Permalink
Update structlog requirement from <25,>=20 to >=20,<26
Browse files Browse the repository at this point in the history
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](hynek/structlog@20.1.0...25.1.0)

---
updated-dependencies:
- dependency-name: structlog
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent 85b85bf commit 4c19d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies = [
"pydantic>=1.9,<3",
"PyYAML",
"requests>=2,<3",
"structlog>=20,<25",
"structlog>=20,<26",
"typing_extensions>=4.4.0",
"uvicorn[standard]>=0.12,<1",
]
Expand Down

0 comments on commit 4c19d8d

Please sign in to comment.