Skip to content

Commit

Permalink
Development: Update dependencies (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hialus authored Apr 2, 2024
1 parent d671a29 commit 6d7fe65
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
7 changes: 6 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ updates:
directory: "/"
schedule:
interval: "weekly"
groups:
python-deps:
applies-to: version-updates
patterns:
- "*"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
interval: "weekly"
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Compute Tag
uses: actions/github-script@v6
uses: actions/github-script@v7
id: compute-tag
with:
result-encoding: string
Expand All @@ -49,7 +49,7 @@ jobs:
return "FALSE";
- uses: actions/checkout@v3
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
# Build and Push to GitHub Container Registry
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
black==24.2.0
black==24.3.0
fastapi==0.110.0
flake8==7.0.0
langchain==0.1.11
langchain==0.1.13
ollama==0.1.7
openai==1.13.3
openai==1.14.3
pre-commit==3.6.2
pydantic==2.6.3
pydantic==2.6.4
PyYAML==6.0.1
uvicorn==0.27.1
uvicorn==0.29.0
requests~=2.31.0

0 comments on commit 6d7fe65

Please sign in to comment.