Skip to content

Commit

Permalink
Update dependency opensearch-dsl to v2 (#1242)
Browse files Browse the repository at this point in the history
* Update dependency opensearch-dsl to v2

* updating poetry lock check command

* updating lockfile

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: shankar ambady <[email protected]>
  • Loading branch information
renovate[bot] and shanbady authored Aug 6, 2024
1 parent 391e9ab commit 7aaaa40
Show file tree
Hide file tree
Showing 3 changed files with 172 additions and 152 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
cache: "poetry"

- name: Validate lockfile
run: poetry lock --check
run: poetry check --lock

- name: Install dependencies
run: poetry install --no-interaction
Expand Down
Loading

0 comments on commit 7aaaa40

Please sign in to comment.