Skip to content

Commit

Permalink
chore: Group singer-sdk dependency updates (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Feb 6, 2024
1 parent 62682e2 commit db1b52c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ updates:
prefix: "feat(deps): "
prefix-development: "chore(deps-dev): "
versioning-strategy: increase
groups:
singer-sdk:
patterns:
- "singer-sdk*"
- package-ecosystem: pip
directory: "/.github/workflows"
schedule:
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dynamic = [
]
dependencies = [
"requests-cache~=1.0",
"singer-sdk~=0.35.0a5",
"singer-sdk~=0.35.0",
"toolz~=0.12.0",
]
optional-dependencies.dev = [
Expand All @@ -40,7 +40,7 @@ optional-dependencies.dev = [
optional-dependencies.testing = [
"deptry>=0.12",
"pytest>=7.4",
"singer-sdk[testing]~=0.35.0a5",
"singer-sdk[testing]~=0.35.0",
]
optional-dependencies.typing = [
"mypy",
Expand Down

0 comments on commit db1b52c

Please sign in to comment.