Skip to content

Commit

Permalink
chore(deps): Bump singer-sdk from 0.33.0 to 0.33.1 (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 13, 2023
1 parent fac6a39 commit 2c3aca1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ updates:
- "pnadolny13"
labels:
- "dependencies"
versioning-strategy: increase-if-necessary
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down
12 changes: 6 additions & 6 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 @@ -10,9 +10,9 @@ license = "Apache-2.0"
packages = [{ include = "tap_athena" }]

[tool.poetry.dependencies]
python = "<3.12,>=3.8.1"
python = ">=3.8.1,<4"
pyathena = ">=3,<4"
singer-sdk = "^0.33.0"
singer-sdk = "~=0.33.0"

[tool.poetry.group.dev.dependencies]
pytest = "^7.4.3"
Expand Down

0 comments on commit 2c3aca1

Please sign in to comment.