Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
BTheunissen committed Aug 6, 2023
1 parent 242b2d2 commit e8bb3d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ packages = [

[tool.poetry.dependencies]
python = "<3.12,>=3.7.1"
singer-sdk = { version="^>=0.28,<0.31" }
singer-sdk = { version=">=0.28,<0.31" }
fs-s3fs = { version = "^1.1.1", optional = true }
clickhouse-sqlalchemy = "^0.2.4"

[tool.poetry.dev-dependencies]
pytest = "^7.2.1"
tox = "^3.25.0"
ruff = "^0.0.278"
singer-sdk = { version="^>=0.28,<0.31", extras = ["testing"] }
singer-sdk = { version=">=0.28,<0.31", extras = ["testing"] }

[tool.poetry.extras]
s3 = ["fs-s3fs"]
Expand Down

0 comments on commit e8bb3d7

Please sign in to comment.