diff --git a/pyproject.toml b/pyproject.toml index 3f53472..aa1e82f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ description = "Clean NEPSE market and IPO data scraper" readme = "README.md" requires-python = ">=3.10" dependencies = [ - "beautifulsoup4>=4.12.0", + "beautifulsoup4>=4.14.3", "python-dateutil>=2.9.0.post0", "requests>=2.31.0", "nepse-scraper>=1.0.0",