Skip to content

Commit

Permalink
Merge pull request #71 from looker-open-source/cicd-fixes
Browse files Browse the repository at this point in the history
fix: updated python dependencies
  • Loading branch information
AdamMinton authored Mar 24, 2022
2 parents 860148b + d8c733c commit 78bf4da
Show file tree
Hide file tree
Showing 4 changed files with 159 additions and 266 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 }}
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]
ipython = "*"
ipython = ">=7.31.1"
pytest = "*"
pytest-mock = "*"
flake8 = "*"
pytest-cov = "*"
twine = "*"

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

0 comments on commit 78bf4da

Please sign in to comment.