Skip to content

Commit

Permalink
fix(deps): 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 Oct 31, 2024
1 parent daf678d commit 7ad7d66
Show file tree
Hide file tree
Showing 4 changed files with 74 additions and 62 deletions.
4 changes: 2 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/ubi:9.4-1214.1726694543 as builder
FROM registry.access.redhat.com/ubi9/ubi:9.4-1214.1729773476 as builder

RUN dnf install --nodocs -y \
python3.11 \
Expand Down Expand Up @@ -27,7 +27,7 @@ RUN touch README.md

RUN --mount=type=cache,target=$POETRY_CACHE_DIR poetry install --no-root --extras=pysql-b

FROM registry.access.redhat.com/ubi9/ubi:9.4-1214.1726694543 as runtime
FROM registry.access.redhat.com/ubi9/ubi:9.4-1214.1729773476 as runtime

WORKDIR /app

Expand Down
100 changes: 56 additions & 44 deletions poetry.lock

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

12 changes: 6 additions & 6 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.3.3"
langchain-community = "0.3.2"
chromadb = "0.5.15"
google-api-python-client = "2.149.0"
langchain = "0.3.6"
langchain-community = "0.3.4"
chromadb = "0.5.17"
google-api-python-client = "2.151.0"
google-auth-httplib2 = "0.2.0"
google-auth-oauthlib = "1.2.1"
PyPDF2 = "3.0.1"
slack_bolt = "1.20.1"
redis = "5.1.1"
slack_bolt = "1.21.2"
redis = "5.2.0"
injector = "^0.22.0"
envyaml = "^1.10.211231"
langchain-openai = "^0.2.0"
Expand Down
20 changes: 10 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
langchain==0.3.3
langchain-community==0.3.2
chromadb==0.5.15
google-api-python-client==2.149.0
langchain==0.3.6
langchain-community==0.3.4
chromadb==0.5.17
google-api-python-client==2.151.0
google-auth-httplib2==0.2.0
google-auth-oauthlib==1.2.1
PyPDF2==3.0.1
slack_bolt==1.20.1
redis==5.1.1
slack_bolt==1.21.2
redis==5.2.0
injector==0.22.0
envyaml==1.10.211231
sentence-transformers==3.2.0
langchain-openai==0.2.2
langchain-huggingface==0.1.0
langchain-google-community==2.0.1
sentence-transformers==3.2.1
langchain-openai==0.2.5
langchain-huggingface==0.1.2
langchain-google-community==2.0.2
pysqlite3-binary==0.5.4

0 comments on commit 7ad7d66

Please sign in to comment.