From 8193c2f847c910a9de4b07ad695cfaa2ea4d3762 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 17:41:24 +0000 Subject: [PATCH] chore(deps): bump the pip group across 2 directories with 2 updates Bumps the pip group with 2 updates in the / directory: [pymysql](https://github.com/PyMySQL/PyMySQL) and [langchain-community](https://github.com/langchain-ai/langchain). Bumps the pip group with 1 update in the /backend directory: [langchain-community](https://github.com/langchain-ai/langchain). Updates `pymysql` from 1.1.0 to 1.1.1 - [Release notes](https://github.com/PyMySQL/PyMySQL/releases) - [Changelog](https://github.com/PyMySQL/PyMySQL/blob/main/CHANGELOG.md) - [Commits](https://github.com/PyMySQL/PyMySQL/compare/v1.1.0...v1.1.1) Updates `langchain-community` from 0.2.0 to 0.2.9 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-community==0.2.0...langchain-community==0.2.9) Updates `langchain-community` from 0.2.6 to 0.2.9 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-community==0.2.0...langchain-community==0.2.9) --- updated-dependencies: - dependency-name: pymysql dependency-type: direct:production dependency-group: pip - dependency-name: langchain-community dependency-type: direct:production dependency-group: pip - dependency-name: langchain-community dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 61185796d..98660f9dc 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -34,7 +34,7 @@ google-generativeai==0.5.4 tiktoken langchain==0.2.6 -langchain-community==0.2.6 +langchain-community==0.2.9 langchain-chroma==0.1.2 fake-useragent==1.5.1 diff --git a/pyproject.toml b/pyproject.toml index f8e7295cf..efce1158f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "peewee==3.17.5", "peewee-migrate==1.12.2", "psycopg2-binary==2.9.9", - "PyMySQL==1.1.0", + "PyMySQL==1.1.1", "bcrypt==4.1.3", "boto3==1.34.110", @@ -33,7 +33,7 @@ dependencies = [ "google-generativeai==0.5.4", "langchain==0.2.0", - "langchain-community==0.2.0", + "langchain-community==0.2.9", "langchain-chroma==0.1.1", "fake-useragent==1.5.1",