TezRomacH / python-package-template

🚀 Your next Python package needs a bleeding-edge project structure.
MIT License
1.09k stars 124 forks source link

:arrow_up: Bump platformdirs from 2.4.0 to 3.1.0 #848

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Bumps platformdirs from 2.4.0 to 3.1.0.

Release notes

Sourced from platformdirs's releases.

3.1.0

What's Changed

Full Changelog: https://github.com/platformdirs/platformdirs/compare/3.0.1...3.1.0

3.0.1

What's Changed

New Contributors

Full Changelog: https://github.com/platformdirs/platformdirs/compare/3.0.0...3.0.1

3.0.0

What's Changed

New Contributors

Full Changelog: https://github.com/platformdirs/platformdirs/compare/2.6.2...3.0.0

2.6.2

What's Changed

New Contributors

Full Changelog: https://github.com/platformdirs/platformdirs/compare/2.6.1...2.6.2

2.6.1

What's Changed

New Contributors

Full Changelog: https://github.com/platformdirs/platformdirs/compare/2.6.0...2.6.1

... (truncated)

Changelog

Sourced from platformdirs's changelog.

platformdirs 3.1.0 (2023-03-03)

  • Introduce site_cache_dir

platformdirs 3.0.1 (2023-03-02)

  • Add appdirs keyword to package

platformdirs 3.0.0 (2023-02-06)

  • BREAKING Changed the config directory on macOS to point to */Library/Application Support
  • macOS: remove erroneous trailing slash from user_config_dir and user_data_dir

platformdirs 2.6.2 (2022-12-28)

  • Fix missing typing-extensions dependency.

platformdirs 2.6.1 (2022-12-28)

  • Add detection of $PREFIX for android.

platformdirs 2.6.0 (2022-12-06)

  • BREAKING Correct the log directory on Linux/Unix from XDG_CACHE_HOME to XDG_STATE_HOME per the XDG spec

platformdirs 2.5.4 (2022-11-12)

  • Fix licensing metadata

platformdirs 2.5.3 (2022-11-06)

  • Support 3.11
  • Bump dependencies

platformdirs 2.5.2 (2022-04-18)

  • Move packaging to hatchling from setuptools
  • Treat android shells as unix

platformdirs 2.5.1 (2022-02-19)

  • Add native support for nuitka

platformdirs 2.5.0 (2022-02-09)

  • Add support for Termux subsystems

platformdirs 2.4.1 (2021-12-26)

  • Drop python 3.6 support
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 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 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)