Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and ygalblum committed Jun 16, 2024
1 parent b2c3d2e commit 77eda56
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 53 deletions.
6 changes: 3 additions & 3 deletions cloud/helm/knowledgebase-slackbot/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: redis
repository: oci://registry-1.docker.io/bitnamicharts
version: 19.5.2
digest: sha256:2d94bacf1711305e4b2ac9930a0354c6edee04e7b57655a0528f41efa05dd585
generated: "2024-06-09T14:13:05.118615234Z"
version: 19.5.3
digest: sha256:08c8fd56dd1f55a38123108775bb2d64a68e2853d95308375264a6b177a6168a
generated: "2024-06-16T12:21:50.134359072Z"
2 changes: 1 addition & 1 deletion cloud/helm/knowledgebase-slackbot/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ maintainers:

dependencies:
- name: redis
version: "19.5.2"
version: "19.5.3"
repository: "oci://registry-1.docker.io/bitnamicharts"
74 changes: 35 additions & 39 deletions poetry.lock

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

10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.11"
langchain = "0.2.3"
langchain-community = "0.2.4"
langchain = "0.2.5"
langchain-community = "0.2.5"
chromadb = "0.5.0"
google-api-python-client = "2.132.0"
google-api-python-client = "2.133.0"
google-auth-httplib2 = "0.2.0"
google-auth-oauthlib = "1.2.0"
PyPDF2 = "3.0.1"
slack_bolt = "1.18.1"
redis = "5.0.5"
slack_bolt = "1.19.0"
redis = "5.0.6"
injector = "^0.21.0"
envyaml = "^1.10.211231"
sentence-transformers = "^3.0.0"
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
langchain==0.2.3
langchain-community==0.2.4
langchain==0.2.5
langchain-community==0.2.5
chromadb==0.5.0
google-api-python-client==2.132.0
google-api-python-client==2.133.0
google-auth-httplib2==0.2.0
google-auth-oauthlib==1.2.0
PyPDF2==3.0.1
slack_bolt==1.18.1
redis==5.0.5
slack_bolt==1.19.0
redis==5.0.6
injector==0.21.0
envyaml==1.10.211231
sentence-transformers==3.0.1
Expand Down

0 comments on commit 77eda56

Please sign in to comment.