From 49dae1c4068de000a5f5d03d63cc16aea90321b9 Mon Sep 17 00:00:00 2001 From: opsdisk Date: Mon, 15 Jan 2024 10:02:33 -0600 Subject: [PATCH] Bumped yagooglesearch to v1.9.0 --- pagodo.py | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pagodo.py b/pagodo.py index ccba301..9fe96ff 100644 --- a/pagodo.py +++ b/pagodo.py @@ -17,7 +17,7 @@ # Custom Python libraries. -__version__ = "2.5.0" +__version__ = "2.6.0" class Pagodo: diff --git a/requirements.txt b/requirements.txt index a4395c4..86259e5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ beautifulsoup4==4.12.2 requests==2.31.0 -yagooglesearch==1.8.2 +yagooglesearch==1.9.0