Skip to content

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

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

build(deps): bump the pelican group across 1 directory with 5 updates#192
dependabot[bot] wants to merge 1 commit into
mainfrom
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.12.0

Release notes

Sourced from pelican's releases.

Pelican 4.12.0

Changelog

Sourced from pelican's changelog.

4.12.0 - 2026-04-20

  • Add dark mode to notmyidea template ([#3490](https://github.com/getpelican/pelican/issues/3490)) <https://github.com/getpelican/pelican/pull/3490>_
  • Support CSS_FILE setting in Simple theme ([#3555](https://github.com/getpelican/pelican/issues/3555)) <https://github.com/getpelican/pelican/pull/3555>_
  • Improve Simple theme template inheritance ([#3570](https://github.com/getpelican/pelican/issues/3570)) <https://github.com/getpelican/pelican/pull/3570>_
  • Strip table-of-contents elements from article summaries ([#3512](https://github.com/getpelican/pelican/issues/3512)) <https://github.com/getpelican/pelican/pull/3512>_
  • Use slug in category/tag feed titles ([#3569](https://github.com/getpelican/pelican/issues/3569)) <https://github.com/getpelican/pelican/pull/3569>_
  • Fix raising exceptions on filtered logs ([#3547](https://github.com/getpelican/pelican/issues/3547)) <https://github.com/getpelican/pelican/pull/3547>_
  • Fix disabled category output ([#3589](https://github.com/getpelican/pelican/issues/3589)) <https://github.com/getpelican/pelican/pull/3589>_
  • Fix default FEED_DOMAIN to fall back to SITEURL ([#3477](https://github.com/getpelican/pelican/issues/3477)) <https://github.com/getpelican/pelican/pull/3477>_
  • Don't log feed warning if FEED_DOMAIN is set ([#3544](https://github.com/getpelican/pelican/issues/3544)) <https://github.com/getpelican/pelican/pull/3544>_
  • Fix livereload import in docserve() task ([#3583](https://github.com/getpelican/pelican/issues/3583)) <https://github.com/getpelican/pelican/pull/3583>_
  • Fix JavaScript MIME detection on Windows ([#3594](https://github.com/getpelican/pelican/issues/3594)) <https://github.com/getpelican/pelican/pull/3594>_
  • Fix linking to individual settings in docs ([#3458](https://github.com/getpelican/pelican/issues/3458)) <https://github.com/getpelican/pelican/pull/3458>_
  • Overhaul installation instructions; add pipx and uv ([#3549](https://github.com/getpelican/pelican/issues/3549)) <https://github.com/getpelican/pelican/pull/3549>_
  • Enhance GitHub Pages workflow ([#3452](https://github.com/getpelican/pelican/issues/3452)) <https://github.com/getpelican/pelican/pull/3452>_ & ([#3529](https://github.com/getpelican/pelican/issues/3529)) <https://github.com/getpelican/pelican/pull/3529>_
  • Require Docutils 0.22+ and Sphinx 9.0+ ([#3579](https://github.com/getpelican/pelican/issues/3579)) <https://github.com/getpelican/pelican/pull/3579>_
  • Require Python 3.11 and above; add Python 3.14 to test matrix ([#3514](https://github.com/getpelican/pelican/issues/3514)) <https://github.com/getpelican/pelican/pull/3514>_

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

... (truncated)

Commits
  • 3c69dc6 Release Pelican 4.12.0
  • f7fe786 Prepare release
  • 5672362 fix: Override server JS MIME type if text/plain
  • 3e401f6 test: Ensure MIME type for JS is JavaScript
  • c214906 Use more specific exceptions instead of just Exception.
  • 85946e5 fix: typo in pyproject.toml
  • 46ab131 Merge pull request #3549 from getpelican/install-docs
  • 8ad4e90 docs: Overhaul installation instructions; add uv
  • f941cb0 Fix raising exceptions on filtered logs
  • 691995c Support CSS_FILE in Simple theme
  • Additional commits viewable in compare view

@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 failed.

Name Link
🔨 Latest commit ed883de
🔍 Latest deploy log https://app.netlify.com/projects/ideas-offby1/deploys/6a118bbc697e4a0008e3d354

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.12.0
- [Release notes](https://github.com/getpelican/pelican/releases)
- [Changelog](https://github.com/getpelican/pelican/blob/main/docs/changelog.rst)
- [Commits](getpelican/pelican@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] <support@github.com>
@dependabot dependabot Bot changed the title build(deps): bump the pelican group with 5 updates build(deps): bump the pelican group across 1 directory with 5 updates May 23, 2026
@dependabot dependabot Bot force-pushed the dependabot/pip/pelican-fba56c94e2 branch from e814a03 to ed883de Compare May 23, 2026 11:12
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