Skip to content

build(deps): bump the pelican group with 5 updates#192

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/pelican-fba56c94e2
Open

build(deps): bump the pelican group with 5 updates#192
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/pelican-fba56c94e2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 11, 2026

Updates the requirements on pelican-photos, pelican-sitemap, pelican-webassets, pelican-redirect and pelican to permit the latest version.
Updates pelican-photos to 1.6.2

Release notes

Sourced from pelican-photos's releases.

Photos 1.6.2

  • Convert p image to remove transparency
  • Improve support for i18n_subsites
Changelog

Sourced from pelican-photos's changelog.

1.6.2 - 2025-02-07

  • Convert p image to remove transparency
  • Improve support for i18n_subsites

Contributed by PhiBo via [PR #131](pelican-plugins/photos#131)

1.6.1 - 2025-01-30

  • Update dependencies

Contributed by PhiBo via [PR #128](pelican-plugins/photos#128)

1.6.0 - 2024-03-17

  • Fix issue with Pillow 10.1+
  • Fix issue with font size to small
  • Add SITEURL to template context
  • Add more examples
  • Update CI pipeline

1.5.0 - 2023-10-30

  • Improve speed by using a global process pool
  • Fix exclude list format issue
  • Catch exceptions while reading or writing EXIF data
  • Handle photos for which GPS data is not available
  • Handle missing galleries
  • Post-process JPEG images with RGB converter

1.4.0 - 2022-09-08

  • Add config parameter to generate addtional images
  • Add optional to calculate the average color for an image
  • Add Profile support
  • Rewrite processing
  • Find inline pattern and replace with image/gallery
  • New operation convert_mode_p
  • Add convert and quantize operations
  • Add support for named images in metadata
  • Process images from all pages and articles (Fixes: #36)
  • Raise exception if unable to detect mime type
  • Skip subdirectories in galleries

... (truncated)

Commits

Updates pelican-sitemap to 1.2.2

Release notes

Sourced from pelican-sitemap's releases.

Sitemap 1.2.2

Generate URLs via ARTICLE_URL and PAGE_URL settings (#41 by @​gregsadetsky)

Changelog

Sourced from pelican-sitemap's changelog.

1.2.2 - 2025-10-12

Generate URLs via ARTICLE_URL and PAGE_URL settings

1.2.1 - 2025-06-12

  • test: Clean up settings overrides
  • chore: Remove Blinker pin after fixed 1.9 release
  • docs: Priority must be specified as floating point

Contributed by Justin Mayer via [PR #40](pelican-plugins/sitemap#40)

1.2.0 - 2024-11-05

  • Allow changefreq and priority to be set by page/article metadata (#30 by dgaylo)
  • Fix error message for invalid changefreq value (#31 by dgaylo)
  • Fix error in tests (#37 by projectgus)
  • Support Python 3.9 – 3.13 (#38 by justinmayer)
  • Pin Blinker temporarily to 1.7 until upstream fix is released (#35 by justinmayer)

1.1.0 - 2023-07-24

Re-factor plugin, including the following changes:

  • Act on every content_written signal to avoid guessing what pages to cover.
  • Instead of manually fiddling with timezones, expect article.date to be TZ-aware if required.
  • Add xmlns:xhtml to XML header.

Contributed by kernc via [PR #3](pelican-plugins/sitemap#3)

1.0.3 - 2023-07-12

  • Enable URL exclusion when using txt format
  • Improve performance by compiling "exclude" regexes
  • Look for the "exclude" regexes anywhere in the URL instead of just at the start

Contributed by Carey Metcalfe via [PR #16](pelican-plugins/sitemap#16)

1.0.2 - 2020-08-22

Specify Pelican 4.5 as minimum required version

... (truncated)

Commits
  • a53dff6 Release Sitemap 1.2.2
  • e0f71c2 Prepare release
  • 0f43efc Add test for pages, respecting page_url
  • dcf06a4 Use article_url for articles & translations. Fix #32
  • 8a8bf6e Release Sitemap 1.2.1
  • af03e2c Prepare release
  • d10f29b ci: Remove Linkinator action
  • a87da3f Fix URL link to AGPL license
  • 68a9cca Integrate upstream plugin template changes
  • f54346f docs: Priority must be decimal floating-point
  • Additional commits viewable in compare view

Updates pelican-webassets to 2.1.0

Release notes

Sourced from pelican-webassets's releases.

Web Assets 2.1.0

Vendor webassets to future-proof the plugin. As a drive-by we have dropped Python versions below 3.9, which are not supported by the full set of this plugin's' dependencies.

Changelog

Sourced from pelican-webassets's changelog.

2.1.0 - 2024-11-03

Vendor webassets to future-proof the plugin. As a drive-by we have dropped Python versions below 3.9, which are not supported by the full set of this plugin's' dependencies.

2.0.0 - 2021-02-15

  • Consolidate assets and pelican-webassets plugins into a single project
  • Support plugin auto-registration via new namespace plugin format on Pelican 4.5+
  • Deprecate ASSET_* settings in favor of WEBASSETS_*
  • Fix bug where an empty THEME_STATIC_DIR setting would create malformed URLs
Commits
  • 30571cb Release Web Assets 2.1.0
  • b733131 Bump the patch version as we vendor webassets
  • 9ad9569 Merge pull request #16 from offbyone/vendor-webassets
  • 7e32761 Iterating on pdm venv setup
  • 248c080 Update the actions to use pdm
  • 2fcc2af Don't ignore the lock files
  • 51f8246 Drop python 3.8 dependency
  • 9485816 Remove uv.lock
  • 7a5b1e3 Switch from uv to pdm for consistency with the template
  • 5151b43 Refresh tasks.py to work with uv
  • Additional commits viewable in compare view

Updates pelican-redirect to 3.0.0

Release notes

Sourced from pelican-redirect's releases.

v3.0.0

What's Changed

New Contributors

Full Changelog: bryanwweber/pelican-redirect@v2.1.0...v3.0.0

Commits
  • 1d1c869 Add testing for Python 3.14 and bump dependencies (#29)
  • 289b478 respect ARTICLE_URL when generating redirects; fixes #27 (#28)
  • 6f78642 Bump the github-actions group with 2 updates (#26)
  • df70ad7 Bump astral-sh/setup-uv from 6.6.1 to 6.7.0 in the github-actions group (#25)
  • 5ec916d Bump the github-actions group with 2 updates (#24)
  • ce39da2 Bump the github-actions group with 2 updates (#23)
  • eb20fb0 Bump the github-actions group with 2 updates (#22)
  • a5664f9 Bump actions/download-artifact in the github-actions group (#21)
  • 713c7df Bump the github-actions group with 2 updates (#20)
  • 295d62c Bump astral-sh/setup-uv from 6.3.1 to 6.4.1 in the github-actions group (#19)
  • Additional commits viewable in compare view

Updates pelican to 4.11.0.post0

Changelog

Sourced from pelican's changelog.

Release history ###############

4.11.0 - 2025-01-15

  • Add setting to selectively omit Typogrify filters ([#3439](https://github.com/getpelican/pelican/issues/3439)) <https://github.com/getpelican/pelican/pull/3439>_
  • Add more blocks to the Simple theme’s base template, making it easier to create new themes by inheriting from the Simple theme ([#3405](https://github.com/getpelican/pelican/issues/3405)) <https://github.com/getpelican/pelican/pull/3405>_
  • Fix auto-reload behavior upon changes to the theme, content or settings. Make default IGNORE_FILES recursively ignore all hidden files as well as the default filters <https://watchfiles.helpmanual.io/api/filters/#watchfiles.DefaultFilter.ignore_dirs>_ from watchfiles.DefaultFilter. ([#3441](https://github.com/getpelican/pelican/issues/3441)) <https://github.com/getpelican/pelican/pull/3441>_
  • Get current year from the SOURCE_DATE_EPOCH environment variable, if available ([#3430](https://github.com/getpelican/pelican/issues/3430)) <https://github.com/getpelican/pelican/pull/3430>_
  • Add Python 3.13 to test matrix and remove Python 3.8 ([#3435](https://github.com/getpelican/pelican/issues/3435)) <https://github.com/getpelican/pelican/pull/3435>_
  • Require Typogrify 2.1+ and Pygments <2.19

4.10.2 - 2024-11-27

  • Change IGNORE_FILES setting default to ignore all hidden files
  • Fix SUMMARY_MAX_PARAGRAPHS not being respected in some combinations with SUMMARY_MAX_LENGTH

4.10.1 - 2024-09-28

  • Fix error when running pelican -r -l
  • Fix symlink handling in pelican-themes

4.10.0 - 2024-09-16

  • Add setting to specify summary via paragraph count
  • Add new status to skip generation of a post
  • Add setting to append ref parameter to links in feeds
  • Configure logging handler via --log-handler CLI option
  • Resolve intra-site links in summaries
  • Warn when files are not processed due to disabled readers
  • Add Medium post importer
  • Improve GitHub Pages workflow
  • Improve code test coverage
  • Translate documentation into Simplified Chinese

4.9.1 - 2023-11-15

  • Ensure tzdata dependency is installed on Windows

4.9.0 - 2023-11-12

  • Upgrade code to new minimum supported Python version: 3.8
  • Settings support for pathlib.Path ([#2758](https://github.com/getpelican/pelican/issues/2758)) <https://github.com/getpelican/pelican/pull/2758>_
  • Various improvements to Simple theme ([#2976](https://github.com/getpelican/pelican/issues/2976) <https://github.com/getpelican/pelican/pull/2976>_ & [#3234](https://github.com/getpelican/pelican/issues/3234) <https://github.com/getpelican/pelican/pull/3234>_)

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

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](pelican-plugins/photos@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](pelican-plugins/sitemap@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](pelican-plugins/webassets@2.0.0...2.1.0)

Updates `pelican-redirect` to 3.0.0
- [Release notes](https://github.com/bryanwweber/pelican-redirect/releases)
- [Commits](bryanwweber/pelican-redirect@v1.0.1...v3.0.0)

Updates `pelican` to 4.11.0.post0
- [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/commits)

---
updated-dependencies:
- dependency-name: pelican-photos
  dependency-version: 1.6.2
  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
- dependency-name: pelican-redirect
  dependency-version: 3.0.0
  dependency-type: direct:production
  dependency-group: pelican
- dependency-name: pelican
  dependency-version: 4.11.0.post0
  dependency-type: direct:production
  dependency-group: pelican
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 11, 2026
@netlify
Copy link
Copy Markdown

netlify bot commented Apr 11, 2026

Deploy Preview for ideas-offby1 ready!

Name Link
🔨 Latest commit e814a03
🔍 Latest deploy log https://app.netlify.com/projects/ideas-offby1/deploys/69da2cb4449508000891b9bc
😎 Deploy Preview https://deploy-preview-192--ideas-offby1.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants