Skip to content

Commit

Permalink
feat(deps): Bump singer-sdk from 0.34.1 to 0.35.0
Browse files Browse the repository at this point in the history
Bumps [singer-sdk](https://github.com/meltano/sdk) from 0.34.1 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.1...v0.35.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and edgarrmondragon committed Feb 12, 2024
1 parent 9a2e86d commit a430803
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 32 deletions.
93 changes: 65 additions & 28 deletions poetry.lock

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

5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@ documentation = "https://github.com/edgarrmondragon/tap-geekbot#readme"

[tool.poetry.dependencies]
python = ">=3.8"
singer-sdk = "~=0.34.0"
singer-sdk = "~=0.35.0"

[tool.poetry.group.dev.dependencies]
mypy = ">=1.8.0"
pytest = "~=8.0"
singer-sdk = {version = "~=0.34.0", extras = ["testing"]}
singer-sdk = {version = "~=0.35.0", extras = ["testing"]}

[tool.poetry.scripts]
# CLI declaration
Expand Down
2 changes: 0 additions & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
"""Pytest configuration for tests in this directory."""

from __future__ import annotations

pytest_plugins = ("singer_sdk.testing.pytest_plugin",)

0 comments on commit a430803

Please sign in to comment.