Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/weaviate-client-4.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hsm207 authored Feb 7, 2024
2 parents 9d7e900 + 417e672 commit 724295f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --merge "$PR_URL"
run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
22 changes: 11 additions & 11 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pytest = "^7.3.0"
freezegun = "^1.2.2"
pytest-mock = "^3.10.0"
syrupy = "^4.0.2"
pytest-watcher = "^0.3.4"
pytest-watcher = ">=0.3.4,<0.5.0"
pytest-asyncio = ">=0.21.1,<0.24.0"
langchain = ">=0.0.352,<0.1.6"
pytest-docker = ">=2.0.1,<4.0.0"
Expand Down

0 comments on commit 724295f

Please sign in to comment.