ansible-community / community-website

Ansible Community website (WIP)
https://ansible-community-website.readthedocs.io
Creative Commons Attribution Share Alike 4.0 International
14 stars 25 forks source link

Bump nikola from 8.3.0 to 8.3.1 #455

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Bumps nikola from 8.3.0 to 8.3.1.

Changelog

Sourced from nikola's changelog.

New in v8.3.1

Features

  • Support passing --poll to nikola auto to better deal with symlink farms.

Bugfixes

  • Remove insecure HTTP fallback from nikola plugin
  • Fix the nikola plugin command not working (Issue #3736, #3737)
  • Fix nikola new_post --available-formats crashing with TypeError (Issue #3750)
  • Fix the new plugin manager not loading plugins if the plugin folder is a symlink (Issue #3741)
  • Fix the nikola plugin command not working (Issue #3736)
  • Remove no longer used leftovers of annotations support (Issue #3764)

Other

  • Nikola now requires Python 3.8 or newer.
  • Nikola has adopted a policy for Python version support, promising support for versions supported by the Python core team, Ubuntu LTS, or Debian stable, and taking into consideration Debian oldstable and PyPy.
  • Remove polyfill from polyfill.io.
Commits
  • 1b7e1c7 Version 8.3.1
  • 6f845ee Fix plugin management bugs in nikola plugin and nikola import_wordpress (fix ...
  • c4cd3d9 Update Python version support policy for Ubuntu 24.04
  • f3d8677 Remove broken badge (fix #3770)
  • 0a533d6 Remove more leftovers from annotateit.org (#3765)
  • f7c2e91 Remove unnecessary polyfill.io (#3763)
  • dcc8e2e Support for new major version of watchdog. Fixes #3761. (#3762)
  • 411ca50 Support passing --poll to the auto plugin to better deal with symlink farms. ...
  • 4541149 replacing pkg_resources with importlib (#3749)
  • e37b713 Fix #3755 — fix directory traversal vulnerability in nikola auto (#3756)
  • Additional commits viewable in compare view


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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)