From c04c900e0940f23b851963bbe24c2a4bff6dc37e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 23:16:52 +0000 Subject: [PATCH] chore(deps): bump beautifulsoup4 from 4.13.3 to 4.14.3 Bumps [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) from 4.13.3 to 4.14.3. --- updated-dependencies: - dependency-name: beautifulsoup4 dependency-version: 4.14.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",