Skip to content

Commit

Permalink
Upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
BTheunissen committed Nov 2, 2023
1 parent 91ae31c commit f85bbdf
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 deletions.
38 changes: 19 additions & 19 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ python = "<3.12,>=3.7.1"
singer-sdk = { version=">=0.28,<0.34" }
fs-s3fs = { version = "^1.1.1", optional = true }
clickhouse-sqlalchemy = "^0.2.5"
simplejson = "^3.19.1"
simplejson = "^3.19.2"

[tool.poetry.dev-dependencies]
pytest = "^7.2.1"
pytest = "^7.4.3"
tox = "^3.25.0"
ruff = "^0.0.286"
ruff = "^0.1.3"
singer-sdk = { version=">=0.28,<0.34", extras = ["testing"] }
types-simplejson = "^3.19.0.1"

Expand Down
2 changes: 1 addition & 1 deletion tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
config=TEST_CONFIG,
)

class TestTargetClickhouse(StandardTargetTests): # type: ignore[misc, valid-type] # noqa: E501
class TestTargetClickhouse(StandardTargetTests): # type: ignore[misc, valid-type]
"""Standard Target Tests."""

@pytest.fixture(scope="class")
Expand Down

0 comments on commit f85bbdf

Please sign in to comment.