From eac3f3e15b7abbb5191cfb2db3d845150c91e183 Mon Sep 17 00:00:00 2001 From: Dan Schaefer Date: Sat, 9 Nov 2024 08:12:36 -0500 Subject: [PATCH] bump all requirements to latest minor --- requirements.txt | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index d12663a..3118744 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,7 @@ -PyYAML==6.0 -beautifulsoup4==4.11.2 -lxml==4.9.2 -nltk==3.8.1 -numpy==1.24.2 -selenium==4.10.0 \ No newline at end of file +PyYAML==6.0.2 +beautifulsoup4==4.12.3 +lxml==4.9.4 +nltk==3.9.1 +numpy==1.26.4 +selenium==4.26.1 +