From dfe9b2b9bb4691eae821bf55ccce32be531edf08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Feb 2026 04:02:58 +0000 Subject: [PATCH] deps(pip): bump minchin-pelican-plugins-nojekyll from 1.0.2 to 1.2.1 Bumps [minchin-pelican-plugins-nojekyll](https://github.com/pelican-plugins/nojekyll) from 1.0.2 to 1.2.1. - [Changelog](https://github.com/pelican-plugins/nojekyll/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pelican-plugins/nojekyll/compare/1.0.2...1.2.1) --- updated-dependencies: - dependency-name: minchin-pelican-plugins-nojekyll dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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