Skip to content

Bump pelican from 4.11.0.post0 to 4.12.0 in the uv group#52

Merged
bryanwweber merged 1 commit into
mainfrom
dependabot/uv/uv-3423d664b7
May 9, 2026
Merged

Bump pelican from 4.11.0.post0 to 4.12.0 in the uv group#52
bryanwweber merged 1 commit into
mainfrom
dependabot/uv/uv-3423d664b7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 28, 2026

Copy link
Copy Markdown
Contributor

Bumps the uv group with 1 update: pelican.

Updates pelican from 4.11.0.post0 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

Dependabot compatibility score

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

Bumps the uv group with 1 update: [pelican](https://github.com/getpelican/pelican).


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

---
updated-dependencies:
- dependency-name: pelican
  dependency-version: 4.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uv
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Apr 28, 2026
@bryanwweber bryanwweber merged commit 192f0af into main May 9, 2026
5 checks passed
@bryanwweber bryanwweber deleted the dependabot/uv/uv-3423d664b7 branch May 9, 2026 14:56
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:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant