Skip to content

Commit

Permalink
Merge pull request #186 from bento-platform/chore/dev-deps
Browse files Browse the repository at this point in the history
chore: update dev dependencies
  • Loading branch information
davidlougheed authored Apr 2, 2024
2 parents 6477879 + 716021b commit 78f0a88
Show file tree
Hide file tree
Showing 4 changed files with 78 additions and 78 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python-version: '3.10'

- name: Install Poetry
run: python -m pip install 'poetry>=1.7.1,<1.8'
run: python -m pip install 'poetry>=1.8.2,<1.9'

- name: Set token
run: python -m poetry config pypi-token.pypi ${{ secrets.PYPI_API_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Set up Poetry
run: python -m pip install 'poetry>=1.7.1,<1.8'
run: python -m pip install 'poetry>=1.8.2,<1.9'
- name: Install dependencies
run: python -m poetry install --all-extras
- name: Test
Expand Down
Loading

0 comments on commit 78f0a88

Please sign in to comment.