Skip to content

Commit

Permalink
Merge pull request #239 from bento-platform/chore/update
Browse files Browse the repository at this point in the history
chore: update allowed dependency versions + lockfile deps
  • Loading branch information
davidlougheed authored Oct 31, 2024
2 parents 5444b34 + 44927fe commit dfdcd1d
Show file tree
Hide file tree
Showing 4 changed files with 990 additions and 861 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.8.3,<1.9'
run: python -m pip install 'poetry>=1.8.4,<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.8.3,<1.9'
run: python -m pip install 'poetry>=1.8.4,<1.9'
- name: Install dependencies
run: python -m poetry install --all-extras
- name: Test
Expand Down
Loading

0 comments on commit dfdcd1d

Please sign in to comment.