Pinned all pip dependencies in requirements.txt and added dependabot configuration
This commit is contained in:
parent
7154fc276d
commit
3ef9099407
2 changed files with 9 additions and 2 deletions
7
.github/dependabot.yml
vendored
Normal file
7
.github/dependabot.yml
vendored
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: "pip"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "weekly"
|
||||||
|
versioning-strategy: increase-if-necessary
|
|
@ -1,3 +1,3 @@
|
||||||
llama-cpp-python[server]==0.1.48
|
llama-cpp-python[server]==0.1.48
|
||||||
uvicorn~=0.22.0
|
uvicorn==0.22.0
|
||||||
sanic~=23.3.0
|
sanic==23.3.0
|
Reference in a new issue