diff --git a/pyproject.toml b/pyproject.toml index 30252a5..e7f7d36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,6 +6,6 @@ readme = "README.md" requires-python = ">=3.9,<4.0" dependencies = [ "beautifulsoup4==4.9.3", - "minchin-pelican-plugins-nojekyll==1.0.2", + "minchin-pelican-plugins-nojekyll==1.2.1", "pelican==4.11.0.post0", ] diff --git a/requirements.txt b/requirements.txt index d6ed4ef..88e3e38 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ pelican==4.11.0.post0 -minchin.pelican.plugins.nojekyll==1.0.2 +minchin.pelican.plugins.nojekyll==1.2.1 ghp-import==0.5.5 beautifulsoup4==4.14.2