Skip to content

Commit

Permalink
Merge pull request #229 from lsst-sqre/dependabot/pip/structlog-gte-2…
Browse files Browse the repository at this point in the history
…1.2.0-and-neq-23.3.0-and-lt-25

Update structlog requirement from !=23.3.0,<24,>=21.2.0 to >=21.2.0,!=23.3.0,<25
  • Loading branch information
rra committed Jan 8, 2024
2 parents 261d6a0 + c805857 commit afef104
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 @@ -31,7 +31,7 @@ dependencies = [
"pydantic>2,<3",
"starlette<1",
# 23.3.0 excluded due to https://github.com/hynek/structlog/issues/584
"structlog>=21.2.0,<24,!=23.3.0",
"structlog>=21.2.0,!=23.3.0,<25",
]
dynamic = ["version"]

Expand Down

0 comments on commit afef104

Please sign in to comment.