Skip to content

Commit

Permalink
Bump singer-sdk from 0.34.0 to 0.35.1 (#117)
Browse files Browse the repository at this point in the history
* Bump singer-sdk from 0.34.0 to 0.35.1

Bumps [singer-sdk](https://github.com/meltano/sdk) from 0.34.0 to 0.35.1.
- [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.1)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Fix

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Benjamin Theunissen <[email protected]>
  • Loading branch information
dependabot[bot] and BTheunissen authored Feb 17, 2024
1 parent b00f2b8 commit b2e7ec0
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 27 deletions.
39 changes: 15 additions & 24 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 @@ -15,7 +15,7 @@ packages = [

[tool.poetry.dependencies]
python = "<3.12,>=3.8.0"
singer-sdk = { version=">=0.28,<0.35" }
singer-sdk = { version=">=0.28,<0.36" }
fs-s3fs = { version = "^1.1.1", optional = true }
clickhouse-sqlalchemy = "^0.3.0"
simplejson = "^3.19.2"
Expand All @@ -24,7 +24,7 @@ simplejson = "^3.19.2"
pytest = "^7.4.3"
tox = "^3.25.0"
ruff = "^0.1.3"
singer-sdk = { version=">=0.28,<0.35", extras = ["testing"] }
singer-sdk = { version=">=0.28,<0.36", extras = ["testing"] }
types-simplejson = "^3.19.0.1"
types-setuptools = "^68.2.0.0"
pre-commit = "^3.5.0"
Expand Down
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Test Configuration."""

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

0 comments on commit b2e7ec0

Please sign in to comment.