Skip to content

Commit

Permalink
fix: updated python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamMinton committed Mar 24, 2022
1 parent 860148b commit 7b12548
Show file tree
Hide file tree
Showing 4 changed files with 157 additions and 264 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@b1f383133aa4cc90eca1d35ae7ac7d96c1e83d72
- uses: google-github-actions/release-please-action@v2
with:
command: manifest
token: ${{ secrets.LOS_AUTO_BOT_RP_TOKEN }}
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pytest-cov = "*"
twine = "*"

[packages]
looker-sdk = ">=0.1.3b8"
looker-sdk = ">=21.0.0"
oyaml = "*"
python-json-logger = "*"
e1839a8 = {editable = true,path = "."}
Expand Down
Loading

0 comments on commit 7b12548

Please sign in to comment.