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