From ed883de55113f1790c9c6a129bdd1710ea1d1996 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 11:12:56 +0000 Subject: [PATCH] build(deps): bump the pelican group across 1 directory with 5 updates Updates the requirements on [pelican-photos](https://github.com/pelican-plugins/photos), [pelican-sitemap](https://github.com/pelican-plugins/sitemap), [pelican-webassets](https://github.com/pelican-plugins/webassets), [pelican-redirect](https://github.com/bryanwweber/pelican-redirect) and [pelican](https://github.com/getpelican/pelican) to permit the latest version. Updates `pelican-photos` to 1.6.2 - [Release notes](https://github.com/pelican-plugins/photos/releases) - [Changelog](https://github.com/pelican-plugins/photos/blob/main/CHANGELOG.md) - [Commits](https://github.com/pelican-plugins/photos/compare/1.5.0...1.6.2) Updates `pelican-sitemap` to 1.2.2 - [Release notes](https://github.com/pelican-plugins/sitemap/releases) - [Changelog](https://github.com/pelican-plugins/sitemap/blob/main/CHANGELOG.md) - [Commits](https://github.com/pelican-plugins/sitemap/compare/1.2.0...1.2.2) Updates `pelican-webassets` to 2.1.0 - [Release notes](https://github.com/pelican-plugins/webassets/releases) - [Changelog](https://github.com/pelican-plugins/webassets/blob/main/CHANGELOG.md) - [Commits](https://github.com/pelican-plugins/webassets/compare/2.0.0...2.1.0) Updates `pelican-redirect` to 3.0.0 - [Release notes](https://github.com/bryanwweber/pelican-redirect/releases) - [Commits](https://github.com/bryanwweber/pelican-redirect/compare/v1.0.1...v3.0.0) Updates `pelican` to 4.12.0 - [Release notes](https://github.com/getpelican/pelican/releases) - [Changelog](https://github.com/getpelican/pelican/blob/main/docs/changelog.rst) - [Commits](https://github.com/getpelican/pelican/compare/4.5.0...4.12.0) --- updated-dependencies: - dependency-name: pelican dependency-version: 4.11.0.post0 dependency-type: direct:production dependency-group: pelican - dependency-name: pelican-photos dependency-version: 1.6.2 dependency-type: direct:production dependency-group: pelican - dependency-name: pelican-redirect dependency-version: 3.0.0 dependency-type: direct:production dependency-group: pelican - dependency-name: pelican-sitemap dependency-version: 1.2.2 dependency-type: direct:production dependency-group: pelican - dependency-name: pelican-webassets dependency-version: 2.1.0 dependency-type: direct:production dependency-group: pelican ... Signed-off-by: dependabot[bot] --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4cd00fc..536b7a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,15 +21,15 @@ dependencies = [ "pelican-embed-microblog ~= 1.1", "pelican-gist~=0.3.4", "pelican-githubprojects~=0.1.1", - "pelican-photos ~= 1.5", + "pelican-photos ~= 1.6", "pelican-simple-footnotes~=1.0.3", - "pelican-sitemap~=1.2.0", + "pelican-sitemap~=1.2.2", "pelican-tag-cloud~=1.0.1", - "pelican-webassets~=2.0", - "pelican-redirect>=1.0", + "pelican-webassets~=2.1", + "pelican-redirect>=3.0.0", # 👇🏻 this is required by webassets' jsmin "jsmin~=3.0.1", - "pelican~=4.5", + "pelican~=4.12", "piexif~=1.1.3", "python-slugify~=8.0", "rich~=14.2.0",