geeksville / steamback

A Decky plugin to add versioned save-game snapshots to Steam-cloud enabled games.
GNU General Public License v3.0
63 stars 4 forks source link

Update platformdirs requirement from ~=3.1.0 to >=3.1,<3.3 #14

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on platformdirs to permit the latest version.

Release notes

Sourced from platformdirs's releases.

3.2.0

What's Changed

New Contributors

Full Changelog: https://github.com/platformdirs/platformdirs/compare/3.1.1...3.2.0

Changelog

Sourced from platformdirs's changelog.

platformdirs 3.2.0 (2023-03-25)

  • add auto create directories option

platformdirs 3.1.1 (2023-03-10)

  • site_cache_dir use /var/tmp instead of /var/cache on unix, as the later may be write protected

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

... (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 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)
dependabot[bot] commented 1 year ago

Superseded by #29.