Skip to content

Commit 05f24c3

Browse files
feat(deps): bump singer-sdk from 0.34.1 to 0.36.1 (#167)
1 parent c4e4376 commit 05f24c3

File tree

3 files changed

+21
-33
lines changed

3 files changed

+21
-33
lines changed

Diff for: poetry.lock

+19-29
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ packages = [
1616
[tool.poetry.dependencies]
1717
python = ">=3.8"
1818
cryptography = ">=40,<42"
19-
singer-sdk = "~=0.34.1"
19+
singer-sdk = "~=0.36.1"
2020
snowflake-sqlalchemy = "~=1.5.1"
2121
sqlalchemy = "<2"
2222

2323
[tool.poetry.group.dev.dependencies]
2424
coverage = ">=7.2.7"
2525
pytest = ">=7.4.3"
2626
pytest-xdist = ">=3.3.1"
27-
singer-sdk = { version="~=0.34.1", extras = ["testing"] }
27+
singer-sdk = { version="~=0.36.1", extras = ["testing"] }
2828

2929
[tool.ruff]
3030
line-length = 120

Diff for: tests/conftest.py

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
"""Test Configuration."""
22

33
from __future__ import annotations
4-
5-
pytest_plugins = ("singer_sdk.testing.pytest_plugin",)

0 commit comments

Comments
 (0)