crimson
crimson copied to clipboard
chore(deps-dev): Bump platformdirs from 3.11.0 to 4.2.1
Bumps platformdirs from 3.11.0 to 4.2.1.
Release notes
Sourced from platformdirs's releases.
4.2.1
What's Changed
- Switch to ruff for formatting and use codespell and docformatter by
@gaborbernat
in platformdirs/platformdirs#261- Use hatch over tox by
@gaborbernat
in platformdirs/platformdirs#262- chore: various minor fixes by
@deronnax
in platformdirs/platformdirs#263- chore: update dead Microsoft's known folders documentation link by
@deronnax
in platformdirs/platformdirs#267- Allow working without ctypes by
@youknowone
in platformdirs/platformdirs#275New Contributors
@deronnax
made their first contribution in platformdirs/platformdirs#263@youknowone
made their first contribution in platformdirs/platformdirs#275Full Changelog: https://github.com/platformdirs/platformdirs/compare/4.2.0...4.2.1
4.2.0
What's Changed
- Fix 2 typos about XDG_DATA_DIR by
@Freed-Wu
in platformdirs/platformdirs#256- Add convenience methods to
PlatformDirsAPI
that allow iterating over both user and site dirs/paths. by@SpaceshipOperations
in platformdirs/platformdirs#258New Contributors
@SpaceshipOperations
made their first contribution in platformdirs/platformdirs#258Full Changelog: https://github.com/platformdirs/platformdirs/compare/4.1.0...4.2.0
4.1.0
What's Changed
- Update changelog for 4.0.0 by
@rafalkrupinski
in platformdirs/platformdirs#242- docs: fix Linux user_log_dir example in README by
@dbohdan
in platformdirs/platformdirs#245- Drop support for EOL Python 3.7 by
@hugovk
in platformdirs/platformdirs#246New Contributors
@rafalkrupinski
made their first contribution in platformdirs/platformdirs#242@dbohdan
made their first contribution in platformdirs/platformdirs#245Full Changelog: https://github.com/platformdirs/platformdirs/compare/4.0.0...4.1.0
4.0.0
What's Changed
- site_cache_dir: Use
/var/cache
again instead of/var/tmp
on UNIX by@andersk
in platformdirs/platformdirs#239New Contributors
@andersk
made their first contribution in platformdirs/platformdirs#239
... (truncated)
Changelog
Sourced from platformdirs's changelog.
platformdirs Changelog
platformdirs 4.1.0 (2024-01-XX)
- Add convenience methods
iter_{config,cache,data,runtime}_{dirs,paths}
.platformdirs 4.0.0 (2023-11-10)
- UNIX: revert site_cache_dir to use
/var/cache
instead of/var/tmp
platformdirs 3.8.1 (2023-07-06)
- BSD: provide a fallback for
user_runtime_dir
platformdirs 3.8.0 (2023-06-22)
- Add missing user media directory docs
platformdirs 3.7.0 (2023-06-20)
- Have user_runtime_dir return /var/run/user/uid for *BSD
platformdirs 3.6.0 (2023-06-19)
- introduce
user_downloads_dir
platformdirs 3.5.3 (2023-06-09)
- Use ruff
platformdirs 3.5.2 (2023-05-30)
- test with 3.12.0.b1
platformdirs 3.5.1 (2023-05-11)
- Add 3.12 support
- Add tox.ini to sdist
- removing Windows versions
- Better handling for UNIX support
platformdirs 3.5.0 (2023-04-27)
- introduce
user_music_dir
platformdirs 3.4.0 (2023-04-26)
- introduce
user_videos_dir
... (truncated)
Commits
9781f05
[pre-commit.ci] pre-commit autoupdate (#276)b44d57d
Allow working without ctypes (#275)89b6b2b
[pre-commit.ci] pre-commit autoupdate (#274)f211ab4
[pre-commit.ci] pre-commit autoupdate (#273)077e11e
[pre-commit.ci] pre-commit autoupdate (#272)c8870a1
[pre-commit.ci] pre-commit autoupdate (#271)7039c66
Bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.14 (#270)16f93e2
[pre-commit.ci] pre-commit autoupdate (#266)f9b9d6d
chore: update dead Microsoft's known folders documentation link (#267)1aece7e
chore: various minor fixes (#263)- Additional commits viewable 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 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 <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)