Skip to content

Commit

Permalink
Bump singer-sdk from 0.33.0 to 0.33.1 (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Nov 9, 2023
1 parent 0788986 commit 55ec165
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
8 changes: 6 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@ updates:
- package-ecosystem: "pip" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"
time: "05:11"
interval: "weekly"
time: "07:00"
timezone: "America/Mexico_City"
reviewers:
- "edgarrmondragon"
labels:
- "dependencies"
commit-message:
prefix: "feat(deps): "
prefix-development: "chore(deps-dev): "
versioning-strategy: increase-if-necessary
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.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Edgar Ramírez Mondragón <edgarrm358@gmail.com>"]
license = "Apache v2"

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

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 55ec165

Please sign in to comment.