Skip to content

Commit

Permalink
feat(deps): Update structlog requirement from <25,>=23 to >=23,<26 (#391
Browse files Browse the repository at this point in the history
)
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent 2d0f838 commit 812056e
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 @@ -37,7 +37,7 @@ dynamic = [
dependencies = [
"singer-sdk~=0.43.1",
"stamina~=24.3.0",
"structlog>=23,<25",
"structlog>=23,<26",
]
optional-dependencies.dev = [
"colorama>=0.4.4",
Expand Down

0 comments on commit 812056e

Please sign in to comment.