From 3cd91a5955f632f73ec17ee6a1039a175be08f34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 23:26:26 +0000 Subject: [PATCH 1/2] Bump rich from 14.0.0 to 14.1.0 Bumps [rich](https://github.com/Textualize/rich) from 14.0.0 to 14.1.0. - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](https://github.com/Textualize/rich/compare/v14.0.0...v14.1.0) --- updated-dependencies: - dependency-name: rich dependency-version: 14.1.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 3bcbea0326b..0d5f2b60130 100644 --- a/requirements_with_versions.txt +++ b/requirements_with_versions.txt @@ -103,7 +103,7 @@ googletrans==4.0.2 slab==1.8.0 psutil==7.0.0 mediapipe==0.10.21 -rich==14.0.0 +rich==14.1.0 httplib2==0.22.0 protobuf==6.31.1 colorama==0.4.6 From 8ed6a6e781d5b7cb0979d58313ca40ad4f113d11 Mon Sep 17 00:00:00 2001 From: MulkaSandhyaRani Date: Tue, 29 Jul 2025 14:30:07 +0530 Subject: [PATCH 2/2] Added hello world script --- printing_hello_world.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 printing_hello_world.py diff --git a/printing_hello_world.py b/printing_hello_world.py new file mode 100644 index 00000000000..6d95fe97a12 --- /dev/null +++ b/printing_hello_world.py @@ -0,0 +1 @@ +print("Hello world") \ No newline at end of file