Skip to content

Commit

Permalink
chore: Bump deptry
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Apr 4, 2024
1 parent 691b86a commit 7b8199e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Test Tap connectivity and Configuration
runs-on: ubuntu-latest
env:
PIP_CONSTRAINT: .github/workflows/constraints.txt
PIP_CONSTRAINT: ${{ github.workspace }}/.github/workflows/constraints.txt
strategy:
fail-fast: true
matrix:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ requests = "~=2.31.0"
singer-sdk = "~=0.36.0"

[tool.poetry.group.dev.dependencies]
deptry = { version = ">=0.8.0", python = "<4" }
deptry = ">=0.14.2"
faker = ">=17.6"
pytest = "~=8.0"
responses = "~=0.25.0"
Expand Down

0 comments on commit 7b8199e

Please sign in to comment.