From a9bf68fd4e84b51957d9064e4ef5ec0bc2b62426 Mon Sep 17 00:00:00 2001 From: MulkaSandhyaRani Date: Tue, 29 Jul 2025 15:37:57 +0530 Subject: [PATCH 1/2] add simple calci --- calci.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 calci.py diff --git a/calci.py b/calci.py new file mode 100644 index 00000000000..e147d3d4269 --- /dev/null +++ b/calci.py @@ -0,0 +1,4 @@ +a = int(input("enter first value")) +b = int(input("enter second value")) +add = a+b +print(add) \ No newline at end of file From f84c8faaee4d61e5d646226bdffe7cace59c9605 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Jul 2025 18:54:44 +0000 Subject: [PATCH 2/2] Bump aiohttp from 3.12.14 to 3.12.15 --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.12.15 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- async_downloader/requirements.txt | 2 +- requirements_with_versions.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/async_downloader/requirements.txt b/async_downloader/requirements.txt index 8e9fbabcce6..00305eae2ff 100644 --- a/async_downloader/requirements.txt +++ b/async_downloader/requirements.txt @@ -1 +1 @@ -aiohttp==3.12.14 +aiohttp==3.12.15 diff --git a/requirements_with_versions.txt b/requirements_with_versions.txt index 3bcbea0326b..b32c19f1974 100644 --- a/requirements_with_versions.txt +++ b/requirements_with_versions.txt @@ -1,5 +1,5 @@ pafy==0.5.5 -aiohttp==3.12.14 +aiohttp==3.12.15 fuzzywuzzy==0.18.0 hupper==1.12.1 seaborn==0.13.2