From 728d3e168210b8ed7bca9f3765cb0d7fc02548e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 22:57:40 +0000 Subject: [PATCH 1/3] Update beautifulsoup4 requirement from <4.13 to <4.14 Updates the requirements on [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) to permit the latest version. --- updated-dependencies: - dependency-name: beautifulsoup4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5dfb9c9..7554b04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ dependencies = [ "pip-licenses-lib>=0.4.0", "requests", "tomli", - "Beautifulsoup4<4.13", # TODO: /~https://github.com/aboutcode-org/commoncode/issues/79 + "Beautifulsoup4<4.14", # TODO: /~https://github.com/aboutcode-org/commoncode/issues/79 ] [project.urls] From 4cb894936f7811e38b40159478384410a63026be Mon Sep 17 00:00:00 2001 From: Stefan <96178532+stefan6419846@users.noreply.github.com> Date: Sun, 16 Feb 2025 18:30:07 +0100 Subject: [PATCH 2/3] pin commoncode --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 66e422a..5f11e1f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,7 @@ # as soon as they get released by pinning them here and # letting `dependabot` update them for new releases. scancode-toolkit==32.3.2 +commoncode==32.2.0 typecode-libmagic==5.39.210531 joblib==1.4.2 fontTools[woff]==4.56.0 From b3fbce4c6b2be400c75f1c0bc3c0fff6fd2eab97 Mon Sep 17 00:00:00 2001 From: Stefan <96178532+stefan6419846@users.noreply.github.com> Date: Sun, 16 Feb 2025 18:31:09 +0100 Subject: [PATCH 3/3] remove pin --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7554b04..5911f3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,6 @@ dependencies = [ "pip-licenses-lib>=0.4.0", "requests", "tomli", - "Beautifulsoup4<4.14", # TODO: /~https://github.com/aboutcode-org/commoncode/issues/79 ] [project.urls]