Skip to content

build(deps): bump the patches group in /docs with 2 updates - #4240

Merged
itzg merged 1 commit into
masterfrom
dependabot/pip/docs/patches-81b8578dba
Aug 19, 2026
Merged

build(deps): bump the patches group in /docs with 2 updates#4240
itzg merged 1 commit into
masterfrom
dependabot/pip/docs/patches-81b8578dba

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 19, 2026

Copy link
Copy Markdown
Contributor

Bumps the patches group in /docs with 2 updates: platformdirs and zensical.

Updates platformdirs from 4.11.1 to 4.11.3

Release notes

Sourced from platformdirs's releases.

4.11.3

What's Changed

Full Changelog: tox-dev/platformdirs@4.11.2...4.11.3

4.11.2

What's Changed

Full Changelog: tox-dev/platformdirs@4.11.1...4.11.2

Changelog

Sourced from platformdirs's changelog.

########### Changelog ###########

.. towncrier-draft-entries:: Unreleased

.. towncrier release notes start


4.11.3 (2026-08-13)


  • python -m platformdirs now lists :func:~platformdirs.user_desktop_dir, which was missing from the properties it prints. :pr:523
  • Stop :func:~platformdirs.site_data_dir, :func:~platformdirs.site_config_dir and :func:~platformdirs.site_applications_dir raising IndexError on Unix and macOS when $XDG_DATA_DIRS or $XDG_CONFIG_DIRS holds only separators and whitespace, such as ":". These values now fall back to the platform defaults, and each entry is stripped of surrounding whitespace. :pr:523

4.11.2 (2026-08-10)


  • Stop :meth:~platformdirs.PlatformDirs.iter_cache_dirs, :meth:~platformdirs.PlatformDirs.iter_state_dirs, :meth:~platformdirs.PlatformDirs.iter_log_dirs and :meth:~platformdirs.PlatformDirs.iter_runtime_dirs yielding the same directory twice on Unix when use_site_for_root is active - :pr:469 fixed this for the config and data iterators only. On macOS, :meth:~platformdirs.PlatformDirs.iter_cache_dirs now yields the Homebrew and /Library/Caches entries separately rather than one os.pathsep-joined string when multipath is set. :pr:520

4.11.1 (2026-08-07)


  • Fix :func:~platformdirs.user_desktop_dir on Windows builds without ctypes. CSIDL_DESKTOPDIRECTORY appeared only in the ctypes lookup table, so the registry and environment variable resolvers raised ValueError for it. :pr:519

4.11.0 (2026-07-21)


  • Declare support for Python 3.15 and run the test suite against it, currently in beta. :pr:512

4.10.1 (2026-07-18)


  • Stop leaking memory on repeated Windows folder lookups. get_win_folder_via_ctypes defined a fresh ctypes structure on every call, and each one registered a pointer type that was never released; the resolver is now built

... (truncated)

Commits
  • 7f3960a Release 4.11.3
  • c8af984 fix: don't crash when an XDG dirs variable holds only separators (#523)
  • 6d2105a 📄 docs: publish llms.txt from the docs build (#522)
  • 7e4746c [pre-commit.ci] pre-commit autoupdate (#521)
  • a58fb90 Release 4.11.2
  • a01396c fix: stop the remaining iter_*_dirs yielding duplicate or joined paths (#520)
  • See full diff in compare view

Updates zensical from 0.0.53 to 0.0.54

Release notes

Sourced from zensical's releases.

0.0.54

Summary

This version reduces peak memory usage by 8–10x, making builds of large documentation projects substantially more efficient. It also improves reference validation by preventing false positives for links successfully resolved through autorefs.

Additionally, the user interface is updated to v0.0.25, fixing instant navigation for inline scripts and version aliases created with mike. This release also corrects mike configuration defaults and updates webbrowser to address a security vulnerability.

Changelog

Bug fixes

  • 0d2fa6f ui – update ui to v0.0.25
  • bb2cbee compat – defaults for mike incorrectly set
  • 8cf761f – update webbrowser to address CVE
  • db4f8ef zensical, compat – avoid unresolved reference false-positive for autorefs

Performance improvements

  • 34e6c89 zensical, ui – reduce peak memory usage by 8-10x
Commits
  • cfdf18f chore: release v0.0.54
  • 34e6c89 performance: reduce peak memory usage by 8-10x
  • 0d2fa6f fix: update ui to v0.0.25
  • bb2cbee fix: defaults for mike incorrectly set
  • d1602b0 Merge pull request #854 from zensical/chore/security-audit
  • 8cf761f fix: update webbrowser to address CVE
  • db4f8ef fix: avoid unresolved reference false-positive for autorefs
  • d757d8b chore: move dependency audit into security.yml
  • See full diff in compare view

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 patches group in /docs with 2 updates: [platformdirs](https://github.com/tox-dev/platformdirs) and [zensical](https://github.com/zensical/zensical).


Updates `platformdirs` from 4.11.1 to 4.11.3
- [Release notes](https://github.com/tox-dev/platformdirs/releases)
- [Changelog](https://github.com/tox-dev/platformdirs/blob/main/docs/changelog.rst)
- [Commits](tox-dev/platformdirs@4.11.1...4.11.3)

Updates `zensical` from 0.0.53 to 0.0.54
- [Release notes](https://github.com/zensical/zensical/releases)
- [Commits](zensical/zensical@v0.0.53...v0.0.54)

---
updated-dependencies:
- dependency-name: platformdirs
  dependency-version: 4.11.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: zensical
  dependency-version: 0.0.54
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file documentation labels Aug 19, 2026
@itzg
itzg merged commit 9d6aefc into master Aug 19, 2026
7 checks passed
@itzg
itzg deleted the dependabot/pip/docs/patches-81b8578dba branch August 19, 2026 13:14
gabrielcosi pushed a commit to gabrielcosi/home-ops that referenced this pull request Aug 20, 2026
…➔ 2026.8.1) (#452)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/itzg/minecraft-server](https://github.com/itzg/docker-minecraft-server) | patch | `2026.8.0-java25` → `2026.8.1-java25` |

---

### Release Notes

<details>
<summary>itzg/docker-minecraft-server (ghcr.io/itzg/minecraft-server)</summary>

### [`v2026.8.1`](https://github.com/itzg/docker-minecraft-server/releases/tag/2026.8.1)

[Compare Source](itzg/docker-minecraft-server@2026.8.0...2026.8.1)

<!-- Release notes generated using configuration in .github/release.yml at 9d6aefc153b729db8c68ac1a0a5ad9a900e84e24 -->

##### What's Changed

##### Enhancements

- Remove redundant CF\_API\_KEY\_FILE handling by [@&#8203;Bortlesboat](https://github.com/Bortlesboat) in [#&#8203;4220](itzg/docker-minecraft-server#4220)
- Add warning for missing .gtnh-version file when using SKIP\_GTNH\_UPDATE\_CHECK by [@&#8203;SgtMate](https://github.com/SgtMate) in [#&#8203;4230](itzg/docker-minecraft-server#4230)

##### Bug Fixes

- Fix two Modrinth packs that fail to start due to excluded server-required mods by [@&#8203;Wroud](https://github.com/Wroud) in [#&#8203;4232](itzg/docker-minecraft-server#4232)

##### Documentation

- build(deps): bump the patches group in /docs with 2 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;4217](itzg/docker-minecraft-server#4217)
- docs: Add docs for CurseForge regex filename matcher by [@&#8203;harrisonablack](https://github.com/harrisonablack) in [#&#8203;4223](itzg/docker-minecraft-server#4223)
- Document Java profile names for user management by [@&#8203;ColumbusLabs](https://github.com/ColumbusLabs) in [#&#8203;4225](itzg/docker-minecraft-server#4225)
- build(deps): bump the patches group in /docs with 3 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;4224](itzg/docker-minecraft-server#4224)
- Add AutoStopper to related projects by [@&#8203;Criseda](https://github.com/Criseda) in [#&#8203;4231](itzg/docker-minecraft-server#4231)
- Add missing HARDCORE environment variable to variables docs by [@&#8203;eithe](https://github.com/eithe) in [#&#8203;4239](itzg/docker-minecraft-server#4239)
- build(deps): bump the patches group in /docs with 2 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;4240](itzg/docker-minecraft-server#4240)

##### Other Changes

- Update dependency itzg/mc-image-helper to v1.64.2 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;4214](itzg/docker-minecraft-server#4214)
- build(deps): bump docker/login-action from 4.5.2 to 4.6.0 in the updates group by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;4216](itzg/docker-minecraft-server#4216)
- Update dependency itzg/mc-image-helper to v1.65.0 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;4215](itzg/docker-minecraft-server#4215)
- Update dependency itzg/easy-add to v0.8.16 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;4219](itzg/docker-minecraft-server#4219)
- Update dependency itzg/mc-image-helper to v1.66.0 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;4222](itzg/docker-minecraft-server#4222)
- Update dependency itzg/mc-monitor to v0.17.1 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;4236](itzg/docker-minecraft-server#4236)
- Update dependency itzg/mc-image-helper to v1.66.1 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;4228](itzg/docker-minecraft-server#4228)
- Update dependency itzg/rcon-cli to v1.7.7 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;4238](itzg/docker-minecraft-server#4238)
- Update dependency itzg/easy-add to v0.8.17 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;4235](itzg/docker-minecraft-server#4235)

##### New Contributors

- [@&#8203;Bortlesboat](https://github.com/Bortlesboat) made their first contribution in [#&#8203;4220](itzg/docker-minecraft-server#4220)
- [@&#8203;ColumbusLabs](https://github.com/ColumbusLabs) made their first contribution in [#&#8203;4225](itzg/docker-minecraft-server#4225)
- [@&#8203;Criseda](https://github.com/Criseda) made their first contribution in [#&#8203;4231](itzg/docker-minecraft-server#4231)
- [@&#8203;Wroud](https://github.com/Wroud) made their first contribution in [#&#8203;4232](itzg/docker-minecraft-server#4232)
- [@&#8203;eithe](https://github.com/eithe) made their first contribution in [#&#8203;4239](itzg/docker-minecraft-server#4239)

**Full Changelog**: <itzg/docker-minecraft-server@2026.8.0...2026.8.1>

</details>

---

### Configuration

📅 **Schedule**: (in timezone Europe/Berlin)

- Branch creation
  - At any time (no schedule defined)
- Automerge
  - At any time (no schedule defined)

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate CLI](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC4zMC4zIiwidXBkYXRlZEluVmVyIjoiNDQuMzAuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->

Reviewed-on: https://git.xcd.dev/gabrielcosi/home-ops/pulls/452
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 documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant