diff --git a/pyproject.toml b/pyproject.toml index caa023d8b..c83ef40b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ version = "1.0" description = "A crawler for Yale courses and evaluation data. Integrates with CourseTable." requires-python = ">=3.12" dependencies = [ - "beautifulsoup4==4.13.3", + "beautifulsoup4==4.14.3", "black==25.1.0", "diskcache==5.6.3", "edlib==1.3.9.post1",