From 1d7f2d92fcadcc0faadd073905855f69121cdcf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 18:06:08 +0000 Subject: [PATCH 01/19] Bump twilio from 9.8.4 to 9.8.5 Bumps [twilio](https://github.com/twilio/twilio-python) from 9.8.4 to 9.8.5. - [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.4...9.8.5) --- updated-dependencies: - dependency-name: twilio dependency-version: 9.8.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 732d54afd90..9ccc4e23a42 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.4 +twilio==9.8.5 tabula==1.0.5 nltk==3.9.2 Pillow==12.0.0 From c52dedab80d5f3699b6df5b1785312943b594064 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 18:06:14 +0000 Subject: [PATCH 02/19] Bump openai from 2.6.0 to 2.7.1 Bumps [openai](https://github.com/openai/openai-python) from 2.6.0 to 2.7.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/v2.6.0...v2.7.1) --- updated-dependencies: - dependency-name: openai dependency-version: 2.7.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 732d54afd90..2d98b70c5ad 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==2.6.0 +openai==2.7.1 background==0.2.1 pydantic==2.12.3 openpyxl==3.1.2 From 8134700cc5288226de0cb9602f62a1ee235d8fd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 18:06:28 +0000 Subject: [PATCH 03/19] Bump psutil from 7.1.2 to 7.1.3 Bumps [psutil](https://github.com/giampaolo/psutil) from 7.1.2 to 7.1.3. - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-7.1.2...release-7.1.3) --- updated-dependencies: - dependency-name: psutil dependency-version: 7.1.3 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 732d54afd90..8ae73b52de4 100644 --- a/requirements_with_versions.txt +++ b/requirements_with_versions.txt @@ -101,7 +101,7 @@ pytest==8.4.2 qrcode==8.2 googletrans==4.0.2 slab==1.8.2 -psutil==7.1.2 +psutil==7.1.3 mediapipe==0.10.21 rich==14.2.0 httplib2==0.31.0 From 6d59132111d22edb4ce7408f6317b985e03134fe Mon Sep 17 00:00:00 2001 From: khanhkhanhlele Date: Wed, 5 Nov 2025 09:30:43 +0700 Subject: [PATCH 04/19] fix-typo --- 1 File handle/File handle binary/Update a binary file2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1 File handle/File handle binary/Update a binary file2.py b/1 File handle/File handle binary/Update a binary file2.py index d256c7c805b..8eb900845c3 100644 --- a/1 File handle/File handle binary/Update a binary file2.py +++ b/1 File handle/File handle binary/Update a binary file2.py @@ -30,4 +30,4 @@ def update(): # ! Instead of AB use WB? # ! It may have memory limits while updating large files but it would be good -# ! Few lakhs records would be fine and wouln't create any much of a significant issues +# ! Few lakhs records would be fine and wouldn't create any much of a significant issues From 08f55df4b502a3d919e15ce7df18db02ff3f5f89 Mon Sep 17 00:00:00 2001 From: khanhkhanhlele Date: Wed, 5 Nov 2025 09:46:32 +0700 Subject: [PATCH 05/19] fix typo update2 --- 1 File handle/File handle binary/update2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1 File handle/File handle binary/update2.py b/1 File handle/File handle binary/update2.py index 001b6d5b660..02511145d7e 100644 --- a/1 File handle/File handle binary/update2.py +++ b/1 File handle/File handle binary/update2.py @@ -17,7 +17,7 @@ def update(): for i in S: if rno == i[0]: - print(f"the currrent name is {i[1]}") + print(f"the current name is {i[1]}") i[1] = input("enter the new name") found = True break From 53def6e0909bdf7d834b298977c6a2ba8cf0e38f Mon Sep 17 00:00:00 2001 From: khanhkhanhlele Date: Wed, 5 Nov 2025 09:52:54 +0700 Subject: [PATCH 06/19] fix-typo --- Assembler/assembler.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Assembler/assembler.py b/Assembler/assembler.py index dba6c6e842e..8c14e78eb0b 100644 --- a/Assembler/assembler.py +++ b/Assembler/assembler.py @@ -745,7 +745,7 @@ def scanner(string): def scan(): """ - scan: applys function scanner() to each line of the source code. + scan: applies function scanner() to each line of the source code. """ global lines assert len(lines) > 0, "no lines" @@ -1008,7 +1008,7 @@ def parser(): elif eax == 3: ecx = float(input(">> ")) - elif eax == 4: # output informations + elif eax == 4: # output information print(ecx) elif token.token == "push": # push commando @@ -1157,7 +1157,7 @@ def parser(): pointer = jumps[token.token] else: # error case - print("Error: Unknow subprogram!") + print("Error: Unknown subprogram!") return else: # error case @@ -1169,7 +1169,7 @@ def parser(): pointer = returnStack.pop() else: # error case - print("Error: No return adress on stack") + print("Error: No return address on stack") return elif token.t == "subprogram": From 3654ec6500872b39100c715364d4ca4ff60f6607 Mon Sep 17 00:00:00 2001 From: khanhkhanhlele Date: Wed, 5 Nov 2025 09:56:21 +0700 Subject: [PATCH 07/19] fix-typo --- Automated Scheduled Call Reminders/caller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Automated Scheduled Call Reminders/caller.py b/Automated Scheduled Call Reminders/caller.py index f069da7df88..1349762ade0 100644 --- a/Automated Scheduled Call Reminders/caller.py +++ b/Automated Scheduled Call Reminders/caller.py @@ -21,7 +21,7 @@ # Here the collection name is on_call which has documents with fields phone , from (%H:%M:%S time to call the person),date -# gets data from cloud database and calls 5 min prior the time (from time) alloted in the database +# gets data from cloud database and calls 5 min prior the time (from time) allotted in the database def search(): calling_time = datetime.now() one_hours_from_now = (calling_time + timedelta(hours=1)).strftime("%H:%M:%S") From 992c9d6c92ae75fedfe956667986350499f1e08d Mon Sep 17 00:00:00 2001 From: khanhkhanhlele Date: Wed, 5 Nov 2025 10:02:42 +0700 Subject: [PATCH 08/19] Fix typos in bank_managment_system/QTFrontend.py --- bank_managment_system/QTFrontend.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bank_managment_system/QTFrontend.py b/bank_managment_system/QTFrontend.py index 2f67009e322..f1b5523f789 100644 --- a/bank_managment_system/QTFrontend.py +++ b/bank_managment_system/QTFrontend.py @@ -1171,7 +1171,7 @@ def update_employee_data(name, password, salary, position, name_to_update): ) backend.conn.commit() show_popup_message( - stacked_widget, "Employee Upadate successfully", UPDATE_EMPLOYEE_PAGE2 + stacked_widget, "Employee Update successfully", UPDATE_EMPLOYEE_PAGE2 ) except: From 6b76b9365689044d6b3d8acad7f39b13918a65f5 Mon Sep 17 00:00:00 2001 From: khanhkhanhlele Date: Wed, 5 Nov 2025 10:07:28 +0700 Subject: [PATCH 09/19] Fix typos in BlackJack_game/blackjack_simulate.py --- BlackJack_game/blackjack_simulate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BlackJack_game/blackjack_simulate.py b/BlackJack_game/blackjack_simulate.py index ae1706f6888..078da247c79 100644 --- a/BlackJack_game/blackjack_simulate.py +++ b/BlackJack_game/blackjack_simulate.py @@ -46,7 +46,7 @@ class Card: def __init__(self, suit, rank, face=True): """ - :param suit: patter in the card + :param suit: pattern in the card :param rank: point in the card :param face: show or cover the face(point & pattern on it) """ From d8b9deecc0373cd6760a4a95a77a50dd543ebdd8 Mon Sep 17 00:00:00 2001 From: khanhkhanhlele Date: Wed, 5 Nov 2025 10:09:31 +0700 Subject: [PATCH 10/19] Fix typos in BlackJack_game/blackjack.py --- BlackJack_game/blackjack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BlackJack_game/blackjack.py b/BlackJack_game/blackjack.py index 7a1331f84be..03e5fb05d39 100644 --- a/BlackJack_game/blackjack.py +++ b/BlackJack_game/blackjack.py @@ -106,7 +106,7 @@ def dealer_choice(): while sum(p_cards) < 21: # to continue the game again and again !! k = input("Want to hit or stay?\n Press 1 for hit and 0 for stay ") - if k == "1": # Ammended 1 to a string + if k == "1": # Amended 1 to a string random.shuffle(deck) p_cards.append(deck.pop()) print("You have a total of " + str(sum(p_cards)) + " with the cards ", p_cards) From 72ceeebc00be9251d64d67579b85ac78dd1fd534 Mon Sep 17 00:00:00 2001 From: khanhkhanhlele Date: Wed, 5 Nov 2025 10:10:29 +0700 Subject: [PATCH 11/19] Fix typos in BoardGame-CLI/snakeLadder.py --- BoardGame-CLI/snakeLadder.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BoardGame-CLI/snakeLadder.py b/BoardGame-CLI/snakeLadder.py index fd06dd64527..7b434cca5d7 100644 --- a/BoardGame-CLI/snakeLadder.py +++ b/BoardGame-CLI/snakeLadder.py @@ -3,7 +3,7 @@ # Taking players data players = {} # stores players name their locations isReady = {} -current_loc = 1 # vaiable for iterating location +current_loc = 1 # variable for iterating location imp = True @@ -23,7 +23,7 @@ def player_input(): players[name] = current_loc isReady[name] = False x = False - play() # play funtion call + play() # play function call else: print("Number of player cannot be zero") @@ -88,7 +88,7 @@ def play(): print(f"you are at position {players[i]}") elif n == 2: - players = {} # stores player ans their locations + players = {} # stores player and their locations isReady = {} current_loc = 1 # reset starting location to 1 player_input() From 42a6e0b6db30c130881d2c761d5b82ae74240207 Mon Sep 17 00:00:00 2001 From: khanhkhanhlele Date: Wed, 5 Nov 2025 10:11:14 +0700 Subject: [PATCH 12/19] Fix typos in brickout-game/brickout-game.py --- brickout-game/brickout-game.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brickout-game/brickout-game.py b/brickout-game/brickout-game.py index 40aa05f001d..bdd44ce4766 100644 --- a/brickout-game/brickout-game.py +++ b/brickout-game/brickout-game.py @@ -33,7 +33,7 @@ screen = pygame.display.set_mode(size) """ - This is a simple Ball class for respresenting a ball + This is a simple Ball class for representing a ball in the game. """ From 954d1914578a2d8396ebb2fdf78acf6c7e6693ef Mon Sep 17 00:00:00 2001 From: khanhkhanhlele Date: Wed, 5 Nov 2025 10:13:50 +0700 Subject: [PATCH 13/19] Fix typos in Checker_game_by_dz/modules/__init__.py --- Checker_game_by_dz/modules/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Checker_game_by_dz/modules/__init__.py b/Checker_game_by_dz/modules/__init__.py index 78dc4841952..e9ab55df80d 100644 --- a/Checker_game_by_dz/modules/__init__.py +++ b/Checker_game_by_dz/modules/__init__.py @@ -1,4 +1,4 @@ """ -Auhtor : Dhruv B Kakadiya +Author : Dhruv B Kakadiya """ From 70712d72ef6d81ed1a7e6d03ecfa3ac2a1796426 Mon Sep 17 00:00:00 2001 From: khanhkhanhlele Date: Wed, 5 Nov 2025 10:14:42 +0700 Subject: [PATCH 14/19] Fix typos in Checker_game_by_dz/first.py --- Checker_game_by_dz/first.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Checker_game_by_dz/first.py b/Checker_game_by_dz/first.py index 0b6825590f8..c39d5acef8b 100644 --- a/Checker_game_by_dz/first.py +++ b/Checker_game_by_dz/first.py @@ -10,7 +10,7 @@ from modules.checker_board import * from modules.checker import * -# static variables for this perticular file +# static variables for this particular file fps = 60 WIN = pg.display.set_mode((st.width, st.height)) From 28af8ec2a7e1464431aac8af44d822cc0b7e93ba Mon Sep 17 00:00:00 2001 From: khanhkhanhlele Date: Wed, 5 Nov 2025 10:18:39 +0700 Subject: [PATCH 15/19] Fix typos in Compression_Analysis/PSNR.py --- Compression_Analysis/PSNR.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Compression_Analysis/PSNR.py b/Compression_Analysis/PSNR.py index b3148c64c77..08b5b853d4d 100644 --- a/Compression_Analysis/PSNR.py +++ b/Compression_Analysis/PSNR.py @@ -16,7 +16,7 @@ def calculate(img): def main(): - # Loading images (orignal image and compressed image) + # Loading images (original image and compressed image) orignal_image = cv2.imread("orignal_image.png", 1) compressed_image = cv2.imread("compressed_image.png", 1) From 79a3f0090a8c8f234ecd5c72497562c24422f354 Mon Sep 17 00:00:00 2001 From: khanhkhanhlele Date: Wed, 5 Nov 2025 10:22:33 +0700 Subject: [PATCH 16/19] Fix typos in Droplistmenu/GamesCalender.py --- Droplistmenu/GamesCalender.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Droplistmenu/GamesCalender.py b/Droplistmenu/GamesCalender.py index 12a29d110e6..48ff7c9d5a6 100644 --- a/Droplistmenu/GamesCalender.py +++ b/Droplistmenu/GamesCalender.py @@ -53,7 +53,7 @@ def show(): # Create button, it will change label text -button = Button(window, text="Add to calender", command=show).place(x=100, y=200) +button = Button(window, text="Add to calendar", command=show).place(x=100, y=200) # Create Label label = Label(window, text=" ") From 6b2e06b0270c7ab9ac5743b9ffa4062a0e6bbe1b Mon Sep 17 00:00:00 2001 From: khanhkhanhlele Date: Wed, 5 Nov 2025 10:23:14 +0700 Subject: [PATCH 17/19] Fix typos in Electronics_Algorithms/resistance.py --- Electronics_Algorithms/resistance.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Electronics_Algorithms/resistance.py b/Electronics_Algorithms/resistance.py index 07cf335607c..6af000278a5 100644 --- a/Electronics_Algorithms/resistance.py +++ b/Electronics_Algorithms/resistance.py @@ -1,10 +1,10 @@ def resistance_calculator( - material: str, lenght: float, section: float, temperature: float + material: str, length: float, section: float, temperature: float ): """ material is a string indicating the material of the wire - lenght is a floating value indicating the lenght of the wire in meters + length is a floating value indicating the length of the wire in meters diameter is a floating value indicating the diameter of the wire in millimeters @@ -35,6 +35,6 @@ def resistance_calculator( temp_coefficient = materials[material]["coefficient"] rho = rho_20deg * (1 + temp_coefficient * (temperature - 20)) - resistance = rho * lenght / section + resistance = rho * length / section return f"{resistance}Ω" From 0ce473053ddbdf1d22fefb9da073f4ba92c48327 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 18:06:22 +0000 Subject: [PATCH 18/19] Bump selenium from 4.37.0 to 4.38.0 Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.37.0 to 4.38.0. - [Release notes](https://github.com/SeleniumHQ/Selenium/releases) - [Commits](https://github.com/SeleniumHQ/Selenium/compare/selenium-4.37.0...selenium-4.38.0) --- updated-dependencies: - dependency-name: selenium dependency-version: 4.38.0 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 009ef0f10f2..39e968593d8 100644 --- a/requirements_with_versions.txt +++ b/requirements_with_versions.txt @@ -21,7 +21,7 @@ backend==0.2.4.1 win10toast==0.9 Counter==1.0.0 Flask==3.1.2 -selenium==4.37.0 +selenium==4.38.0 firebase-admin==7.1.0 ujson==5.10.0 requests==2.32.5 From 0323dcf369ebfe0ec4da458262e3ea8b32d84750 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 18:06:51 +0000 Subject: [PATCH 19/19] Bump google-api-python-client from 2.186.0 to 2.187.0 Bumps [google-api-python-client](https://github.com/googleapis/google-api-python-client) from 2.186.0 to 2.187.0. - [Release notes](https://github.com/googleapis/google-api-python-client/releases) - [Commits](https://github.com/googleapis/google-api-python-client/compare/v2.186.0...v2.187.0) --- updated-dependencies: - dependency-name: google-api-python-client dependency-version: 2.187.0 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 009ef0f10f2..62ba7b59762 100644 --- a/requirements_with_versions.txt +++ b/requirements_with_versions.txt @@ -58,7 +58,7 @@ requests-mock==1.12.1 pyglet==2.1.9 urllib3==2.5.0 thirdai==0.9.33 -google-api-python-client==2.186.0 +google-api-python-client==2.187.0 sound==0.1.0 xlwt==1.3.0 pygame==2.6.1