From 33ba19f9d85eca2ed219203a21d4f87bec56a83f Mon Sep 17 00:00:00 2001 From: Aditya Pratap Singh <66251570+aditorito@users.noreply.github.com> Date: Tue, 29 Oct 2024 21:41:08 +0530 Subject: [PATCH] Update requirements.txt (#364) Update the requirements of LinkedIn Bot --- LinkedIn Bot/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/LinkedIn Bot/requirements.txt b/LinkedIn Bot/requirements.txt index 11f5b10..9585d5e 100644 --- a/LinkedIn Bot/requirements.txt +++ b/LinkedIn Bot/requirements.txt @@ -1,3 +1,3 @@ -selenium -beautifulsoup4 -csv \ No newline at end of file +Selenium: 4.12.1 +BeautifulSoup4: 4.13.0 +CSV