Skip to content

Commit

Permalink
feat(deps): Bump singer-sdk from 0.43.1 to 0.44.2
Browse files Browse the repository at this point in the history
Bumps [singer-sdk](https://github.com/meltano/sdk) from 0.43.1 to 0.44.2.
- [Release notes](https://github.com/meltano/sdk/releases)
- [Changelog](https://github.com/meltano/sdk/blob/main/CHANGELOG.md)
- [Commits](meltano/sdk@v0.43.1...v0.44.2)

---
updated-dependencies:
- dependency-name: singer-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 1, 2025
1 parent 3206971 commit 704bdfd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 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 @@ -26,15 +26,15 @@ urls.Repository = "https://github.com/edgarrmondragon/tap-planetscalepi"
[tool.poetry.dependencies]
python = ">=3.9"
fs-s3fs = { version = "~=1.1.1", optional = true }
singer-sdk = "~=0.43.1"
singer-sdk = "~=0.44.2"
requests = "~=2.32.0"
toolz = "~=1.0.0"

[tool.poetry.group.dev.dependencies]
mypy = "~=1.14.1"
pytest = ">=7.4.0"
requests-cache = ">=1.1.1,<1.3.0"
singer-sdk = { version = "~=0.43.1", extras = ["testing"] }
singer-sdk = { version = "~=0.44.2", extras = ["testing"] }
types-requests = "~=2.31.0.6"

[tool.poetry.extras]
Expand Down

0 comments on commit 704bdfd

Please sign in to comment.