Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

⬆️ Bump platformdirs from 2.0.2 to 2.1.0 #338

Merged
merged 1 commit into from
Jul 27, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 26, 2021

Bumps platformdirs from 2.0.2 to 2.1.0.

Release notes

Sourced from platformdirs's releases.

Android support, path variants, python 3+ and type annotations

  • Android support
  • Add path variants
  • Python 3 only support
  • Type annotations
  • Sphinx-based dedicated documentation
Changelog

Sourced from platformdirs's changelog.

platformdirs 2.1.0

  • Add readthedocs.org documentation via Sphinx
  • Modernize project layout
  • Drop Python 2.7 and 3.5 support
  • Android support
  • Add type annotations
  • Reorganize project layout to platform specific classes, see :class:PlatformDirsABC <platformdirs.api.PlatformDirsABC> and it's implementations: :class:Android <platformdirs.android.Android>, :class:MacOS <platformdirs.macos.MacOS>, :class:Unix <platformdirs.unix.Unix> and :class:Windows <platformdirs.windows.Windows>
  • Add *_path API, returning :class:pathlib.Path <pathlib.Path> objects instead of :class:str (user_data_path, user_config_path, user_cache_path, user_state_path, user_log_path, site_data_path, site_config_path) - by @papr <https://github.com/papr/>_
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)

Bumps [platformdirs](https://github.com/platformdirs/platformdirs) from 2.0.2 to 2.1.0.
- [Release notes](https://github.com/platformdirs/platformdirs/releases)
- [Changelog](https://github.com/platformdirs/platformdirs/blob/main/CHANGES.rst)
- [Commits](tox-dev/platformdirs@2.0.2...2.1.0)

---
updated-dependencies:
- dependency-name: platformdirs
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 26, 2021
@TezRomacH TezRomacH merged commit 3b974b2 into master Jul 27, 2021
@TezRomacH TezRomacH deleted the dependabot/pip/platformdirs-2.1.0 branch July 27, 2021 08:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant