Skip to content

build(deps): update platformdirs requirement from >=4.11.2 to >=4.11.3 - #458

Merged
tomschr merged 1 commit into
mainfrom
dependabot/pip/platformdirs-gte-4.11.3
Aug 20, 2026
Merged

build(deps): update platformdirs requirement from >=4.11.2 to >=4.11.3#458
tomschr merged 1 commit into
mainfrom
dependabot/pip/platformdirs-gte-4.11.3

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Updates the requirements on platformdirs to permit the latest version.

Release notes

Sourced from platformdirs's releases.

4.11.3

What's Changed

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

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

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 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)

Updates the requirements on [platformdirs](https://github.com/tox-dev/platformdirs) to permit the latest version.
- [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.2...4.11.3)

---
updated-dependencies:
- dependency-name: platformdirs
  dependency-version: 4.11.3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added area:dependencies Update of dependencies from Dependabot skip-changelog For the GitHub Action to skip checking for news fragment files in a pull request. labels Aug 20, 2026
@github-actions

Copy link
Copy Markdown

Coverage Report

For commit d0715ea

Click to expand Coverage Report
  Name                                          Stmts   Miss Branch BrPart  Cover
  -------------------------------------------------------------------------------
+ src/docbuild/tasks/portal.py                    140      0     50      1  99.5%
+ src/docbuild/models/manifest.py                 156      1     32      1  98.9%
+ src/docbuild/logging.py                         104      1     26      1  98.5%
+ src/docbuild/utils/pidlock.py                    79      1     14      1  97.8%
+ src/docbuild/cli/cmd_config/list.py              28      0     10      1  97.4%
+ src/docbuild/cli/cmd_portal/cmd_list.py         168      1     86      7  96.9%
+ src/docbuild/models/deliverable/__init__.py      95      2     14      2  96.3%
+ src/docbuild/models/deliverable/view.py         175      3     48      6  96.0%
+ src/docbuild/cli/callback.py                     35      0     10      2  95.6%
+ src/docbuild/utils/concurrency.py                65      3     18      1  95.2%
+ src/docbuild/tasks/metadata/runner.py            65      3     16      1  95.1%
+ src/docbuild/cli/cmd_cli.py                     142      7     28      6  92.4%
+ src/docbuild/cli/cmd_metadata/__init__.py        41      2      4      2  91.1%
- src/docbuild/cli/cmd_doctor.py                   37      4     10      2  87.2%
- src/docbuild/tasks/build/runner.py               88     14     16      3  83.7%
- src/docbuild/tasks/metadata/manifest.py         130     16     48      6  83.1%
- src/docbuild/cli/cmd_config/validate.py          21      2     12      3  78.8%
- src/docbuild/cli/cmd_check/__init__.py           22      9      4      0  50.0%
- src/docbuild/cli/cmd_build/__init__.py           59     38      8      0  31.3%
  -------------------------------------------------------------------------------
+ TOTAL                                          3937    107   1074     46  96.5%
  
  58 files skipped due to complete coverage.

@tomschr
tomschr merged commit d5e2c29 into main Aug 20, 2026
10 checks passed
@tomschr
tomschr deleted the dependabot/pip/platformdirs-gte-4.11.3 branch August 20, 2026 11:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:dependencies Update of dependencies from Dependabot skip-changelog For the GitHub Action to skip checking for news fragment files in a pull request.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant