From 8283db4f6bd43232fe1a815fcd905d629ba119fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 09:22:46 +0000 Subject: [PATCH] chore(deps-dev): update googlesearch-python requirement Updates the requirements on [googlesearch-python](https://github.com/Nv7-GitHub/googlesearch) to permit the latest version. - [Release notes](https://github.com/Nv7-GitHub/googlesearch/releases) - [Commits](https://github.com/Nv7-GitHub/googlesearch/compare/v1.2.5...v1.3.0) --- updated-dependencies: - dependency-name: googlesearch-python dependency-version: 1.3.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cee42b8..2e83a54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ gui = [ "pillow>=10.0.0", "tkcalendar>=1.6.1", "pyshorteners>=1.0.1", - "googlesearch-python>=1.2.3", + "googlesearch-python>=1.3.0", "openpyxl>=3.1.2", "sympy>=1.12", "hijri-converter>=2.3.1",