From d420b64776b51c238cec27fd4ec9092820859fbe Mon Sep 17 00:00:00 2001 From: Eva Maxfield Brown Date: Mon, 4 Mar 2024 14:05:45 -0800 Subject: [PATCH] Fix dep typo --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8c73a8c..2181dd3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ classifiers = [ ] dynamic = ["version"] dependencies = [ - "beautifulsoup4>=2,<3", + "beautifulsoup4>=4,<5", "lxml>=5,<6", "pandas>=1", "python-dateutil>=2,<3",