From 3bf7f67adfeb6c5bcfb0fb00ad737dc12203415f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 May 2025 20:15:17 +0000 Subject: [PATCH 1/3] build(deps): bump beautifulsoup4 from 4.12.3 to 4.13.4 in /application Bumps [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) from 4.12.3 to 4.13.4. --- updated-dependencies: - dependency-name: beautifulsoup4 dependency-version: 4.13.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- application/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/requirements.txt b/application/requirements.txt index 2430a787..06e64b3b 100644 --- a/application/requirements.txt +++ b/application/requirements.txt @@ -1,6 +1,6 @@ anthropic==0.49.0 boto3==1.35.97 -beautifulsoup4==4.12.3 +beautifulsoup4==4.13.4 celery==5.4.0 dataclasses-json==0.6.7 docx2txt==0.8 From 1ba94f4f5fe96da16a8c78421238aafa90133b92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 May 2025 11:54:08 +0000 Subject: [PATCH 2/3] build(deps): bump boto3 from 1.35.97 to 1.38.18 in /application Bumps [boto3](https://github.com/boto/boto3) from 1.35.97 to 1.38.18. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.35.97...1.38.18) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.38.18 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- application/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/requirements.txt b/application/requirements.txt index 06e64b3b..944cf80a 100644 --- a/application/requirements.txt +++ b/application/requirements.txt @@ -1,5 +1,5 @@ anthropic==0.49.0 -boto3==1.35.97 +boto3==1.38.18 beautifulsoup4==4.13.4 celery==5.4.0 dataclasses-json==0.6.7 From 5e2f329f158bb3afe5cca8623b617dc008e26301 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 May 2025 12:02:27 +0000 Subject: [PATCH 3/3] build(deps): bump pypdf from 5.2.0 to 5.5.0 in /application Bumps [pypdf](https://github.com/py-pdf/pypdf) from 5.2.0 to 5.5.0. - [Release notes](https://github.com/py-pdf/pypdf/releases) - [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md) - [Commits](https://github.com/py-pdf/pypdf/compare/5.2.0...5.5.0) --- updated-dependencies: - dependency-name: pypdf dependency-version: 5.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- application/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/requirements.txt b/application/requirements.txt index 944cf80a..1f5884cf 100644 --- a/application/requirements.txt +++ b/application/requirements.txt @@ -56,7 +56,7 @@ pydantic==2.10.6 pydantic-core==2.27.2 pydantic-settings==2.7.1 pymongo==4.11.3 -pypdf==5.2.0 +pypdf==5.5.0 python-dateutil==2.9.0.post0 python-dotenv==1.0.1 python-jose==3.4.0