Skip to content

Commit

Permalink
Do not widen range
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Oct 17, 2023
1 parent 831bfdd commit b0e4661
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ updates:
timezone: "UTC"
reviewers: [meltano/engineering]
labels: [deps]
versioning-strategy: increase-if-necessary
- package-ecosystem: pip
directory: "/.github/workflows"
schedule:
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

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

10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ license = "Apache-2.0"

[tool.poetry.dependencies]
python = ">=3.8.1,<3.12"
requests = "^2.31.0"
singer-sdk = "^0.33.0"
genson = "^1.2.2"
requests = "~=2.31"
singer-sdk = "~=0.33.0"
genson = "~=1.2"

[tool.poetry.group.dev.dependencies]
pytest = "^7.4.2"
singer-sdk = { version = "^0.33.0", extras = ["testing"] }
pytest = "~=7.4"
singer-sdk = { version = "~=0.33.0", extras = ["testing"] }

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit b0e4661

Please sign in to comment.