Skip to content

Commit

Permalink
fix(deps): update dependency singer-sdk to ==0.44.*
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 31, 2025
1 parent 30f63da commit 25a6bea
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 7 deletions.
30 changes: 25 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ keywords = [
python = ">=3.9"
colorama = "==0.4.*"
requests-cache = "==1.2.*"
singer-sdk = "==0.43.*"
singer-sdk = "==0.44.*"
structlog = "==25.1.*"

[tool.poetry.group.dev.dependencies]
pytest = "==8.*"
singer-sdk = { version = "==0.43.*", extras = [
singer-sdk = { version = "==0.44.*", extras = [
"testing",
] }

Expand Down

0 comments on commit 25a6bea

Please sign in to comment.