From 08a55c2e0be80923fdf0ba80ca495aa38cf3b7e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 18:05:27 +0000 Subject: [PATCH 1/4] Bump twilio from 9.8.0 to 9.8.2 Bumps [twilio](https://github.com/twilio/twilio-python) from 9.8.0 to 9.8.2. - [Release notes](https://github.com/twilio/twilio-python/releases) - [Changelog](https://github.com/twilio/twilio-python/blob/main/CHANGES.md) - [Commits](https://github.com/twilio/twilio-python/compare/9.8.0...9.8.2) --- updated-dependencies: - dependency-name: twilio dependency-version: 9.8.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements_with_versions.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_with_versions.txt b/requirements_with_versions.txt index d0d46e78eae..cceba32dad4 100644 --- a/requirements_with_versions.txt +++ b/requirements_with_versions.txt @@ -28,7 +28,7 @@ requests==2.32.5 quo==2023.5.1 PyPDF2==3.0.1 pyserial==3.5 -twilio==9.8.0 +twilio==9.8.2 tabula==1.0.5 nltk==3.9.1 Pillow==11.3.0 From 44313fc7ee5b4541c6827e708dba4966595a3822 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 18:05:31 +0000 Subject: [PATCH 2/4] Bump beautifulsoup4 from 4.13.4 to 4.13.5 Bumps [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) from 4.13.4 to 4.13.5. --- updated-dependencies: - dependency-name: beautifulsoup4 dependency-version: 4.13.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements_with_versions.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_with_versions.txt b/requirements_with_versions.txt index d0d46e78eae..bbc68491c3b 100644 --- a/requirements_with_versions.txt +++ b/requirements_with_versions.txt @@ -10,7 +10,7 @@ Tubes==0.2.1 modules==1.0.0 pdf2docx==0.5.8 pong==1.5 -beautifulsoup4==4.13.4 +beautifulsoup4==4.13.5 dictator==0.3.1 caller==0.0.2 watchdog==6.0.0 From 63e30bf6b20ec24320b8ab2a2a7c9d785bd1e96e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 18:05:35 +0000 Subject: [PATCH 3/4] Bump openai from 1.107.1 to 1.109.1 Bumps [openai](https://github.com/openai/openai-python) from 1.107.1 to 1.109.1. - [Release notes](https://github.com/openai/openai-python/releases) - [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/openai/openai-python/compare/v1.107.1...v1.109.1) --- updated-dependencies: - dependency-name: openai dependency-version: 1.109.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements_with_versions.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_with_versions.txt b/requirements_with_versions.txt index d0d46e78eae..14608b0ebae 100644 --- a/requirements_with_versions.txt +++ b/requirements_with_versions.txt @@ -49,7 +49,7 @@ auto-mix-prep==0.2.0 lib==4.0.0 pywifi==1.1.12 patterns==0.3 -openai==1.107.1 +openai==1.109.1 background==0.2.1 pydantic==2.11.9 openpyxl==3.1.2 From f2d59ff9b193f99670be8137053775c8fb96908b Mon Sep 17 00:00:00 2001 From: MulkaSandhyaRani Date: Sat, 27 Sep 2025 22:25:20 +0530 Subject: [PATCH 4/4] calci2.py --- calci2.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 calci2.py diff --git a/calci2.py b/calci2.py new file mode 100644 index 00000000000..cd142e11ad4 --- /dev/null +++ b/calci2.py @@ -0,0 +1,3 @@ +prices = [22.3, 6.66, 9.22] +total = sum(prices) +print(total)