From 0f427bdb97ba31d8fc264392d48f435f0c1eb602 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 11:48:19 +0000 Subject: [PATCH] Bump beautifulsoup4 from 4.12.0 to 4.12.3 (#674) --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5561cd74..f8ad36c9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ ghapi==1.0.5 PyYAML==6.0 greenery==4.0.0 networkx==3.2.1 -beautifulsoup4==4.12.2 +beautifulsoup4==4.12.3 lxml==5.2.2 diff --git a/setup.cfg b/setup.cfg index 55779370..9df000f6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -23,7 +23,7 @@ install_requires = PyYAML==6.0 greenery==4.0.0 networkx==3.2.1 - beautifulsoup4==4.12.0 + beautifulsoup4==4.12.3 lxml==5.2.2 python_requires = >=3.9