Skip to content

Commit

Permalink
feat(deps): Bump singer-sdk from 0.32.0 to 0.33.0 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 25, 2023
1 parent e00491f commit b0a4c11
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 8 deletions.
22 changes: 17 additions & 5 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 @@ -22,11 +22,11 @@ repository = "https://github.com/edgarrmondragon/tap-geekbot"
documentation = "https://github.com/edgarrmondragon/tap-geekbot#readme"

[tool.poetry.dependencies]
python = "<3.12,>=3.8"
singer-sdk = "~=0.32.0"
python = ">=3.8,<4"
singer-sdk = "~=0.33.0"

[tool.poetry.group.dev.dependencies]
pytest = "^7.4.0"
pytest = "~=7.4"

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

0 comments on commit b0a4c11

Please sign in to comment.