diff --git a/pyproject.toml b/pyproject.toml index 30252a5..0aef535 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "Add your description here" readme = "README.md" requires-python = ">=3.9,<4.0" dependencies = [ - "beautifulsoup4==4.9.3", + "beautifulsoup4==4.14.3", "minchin-pelican-plugins-nojekyll==1.0.2", "pelican==4.11.0.post0", ] diff --git a/requirements.txt b/requirements.txt index d6ed4ef..ccba864 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ pelican==4.11.0.post0 minchin.pelican.plugins.nojekyll==1.0.2 ghp-import==0.5.5 -beautifulsoup4==4.14.2 +beautifulsoup4==4.14.3