Skip to content

Commit

Permalink
chore(deps-dev): Bump the singer-sdk group with 3 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [singer-sdk](https://github.com/meltano/sdk), [singer-sdk[testing,typing]](https://github.com/meltano/sdk) and [singer-sdk[testing]](https://github.com/meltano/sdk) to permit the latest version.

Updates `singer-sdk` to 0.35.0
- [Release notes](https://github.com/meltano/sdk/releases)
- [Changelog](https://github.com/meltano/sdk/blob/main/CHANGELOG.md)
- [Commits](meltano/sdk@v0.34.0...v0.35.0)

Updates `singer-sdk[testing,typing]` to 0.35.0
- [Release notes](https://github.com/meltano/sdk/releases)
- [Changelog](https://github.com/meltano/sdk/blob/main/CHANGELOG.md)
- [Commits](meltano/sdk@v0.34.0...v0.35.0)

Updates `singer-sdk[testing]` to 0.35.0
- [Release notes](https://github.com/meltano/sdk/releases)
- [Changelog](https://github.com/meltano/sdk/blob/main/CHANGELOG.md)
- [Commits](meltano/sdk@v0.34.0...v0.35.0)

---
updated-dependencies:
- dependency-name: singer-sdk
  dependency-type: direct:production
  dependency-group: singer-sdk
- dependency-name: singer-sdk[testing,typing]
  dependency-type: direct:production
  dependency-group: singer-sdk
- dependency-name: singer-sdk[testing]
  dependency-type: direct:production
  dependency-group: singer-sdk
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
1 parent b29be6f commit b0856ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,18 @@ dynamic = [
]
dependencies = [
'importlib-resources<7,>=6; python_version < "3.9"',
"singer-sdk~=0.34.0",
"singer-sdk~=0.35.0",
"stamina~=24.1.0",
"structlog<25,>=23",
]
optional-dependencies.dev = [
"colorama>=0.4.4",
"singer-sdk[testing,typing]~=0.34.0",
"singer-sdk[testing,typing]~=0.35.0",
]
optional-dependencies.testing = [
"deptry>=0.12",
"pytest>=7.4",
"singer-sdk[testing]~=0.34.0",
"singer-sdk[testing]~=0.35.0",
]
optional-dependencies.typing = [
"mypy",
Expand Down

0 comments on commit b0856ad

Please sign in to comment.