From 7d0e9127b32634239639f3543a8678deaebb45c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 09:20:43 +0000 Subject: [PATCH] chore(ietf-wimse): update beautifulsoup4 requirement Updates the requirements on [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) to permit the latest version. --- updated-dependencies: - dependency-name: beautifulsoup4 dependency-version: 4.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tracks/ietf-wimse/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tracks/ietf-wimse/requirements.txt b/tracks/ietf-wimse/requirements.txt index 0b40bf5..47b5f35 100644 --- a/tracks/ietf-wimse/requirements.txt +++ b/tracks/ietf-wimse/requirements.txt @@ -1,3 +1,3 @@ -beautifulsoup4>=4.14.3 +beautifulsoup4>=4.15.0 PyYAML>=6.0.3 requests>=2.34.2