Skip to content

Commit

Permalink
feat(deps): Bump singer-sdk from 0.32.0 to 0.33.0 (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 19, 2023
1 parent e141c51 commit 3242fd7
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 9 deletions.
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ updates:
commit-message:
prefix: "feat(deps): "
prefix-development: "chore(deps-dev): "
versioning-strategy: increase-if-necessary
- package-ecosystem: pip
directory: "/.github/workflows"
schedule:
Expand Down
38 changes: 33 additions & 5 deletions poetry.lock

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

9 changes: 5 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,16 @@ documentation = "https://github.com/edgarrmondragon/tap-jotform/#readme"
keywords = ["ELT", "Jotform"]

[tool.poetry.dependencies]
python = ">=3.8,<4"
colorama = "==0.4.*"
importlib-metadata = {version = "<5.0.0", python = "<3.8"}
python = "<3.12,>=3.8"
importlib-metadata = {version = "==6.*", python = "<3.8"}
requests-cache = "==1.1.*"
singer-sdk = ">=0.31,<0.33"
singer-sdk = "==0.33.*"
structlog = "==23.1.*"

[tool.poetry.group.dev.dependencies]
pytest = "^7.2.1"
pytest = "==7.*"
singer-sdk = { version = "==0.33.*", extras = ["testing"] }

[tool.poetry.scripts]
# CLI declaration
Expand Down

0 comments on commit 3242fd7

Please sign in to comment.