From 3ef90994073a81c7226113cec3e86a17854c1e7a Mon Sep 17 00:00:00 2001 From: Julian Date: Thu, 11 May 2023 09:01:35 +0200 Subject: [PATCH] Pinned all pip dependencies in requirements.txt and added dependabot configuration --- .github/dependabot.yml | 7 +++++++ requirements.txt | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..6b49de4 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "weekly" + versioning-strategy: increase-if-necessary \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 9641eb8..b4d942b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ llama-cpp-python[server]==0.1.48 -uvicorn~=0.22.0 -sanic~=23.3.0 \ No newline at end of file +uvicorn==0.22.0 +sanic==23.3.0 \ No newline at end of file