Skip to content

Commit

Permalink
deps: update dependency platformdirs to v4.3.2 (#3176)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [platformdirs](https://github.com/platformdirs/platformdirs)
| `==4.2.2` -> `==4.3.2` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/platformdirs/4.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/platformdirs/4.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/platformdirs/4.2.2/4.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/platformdirs/4.2.2/4.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>platformdirs/platformdirs (platformdirs)</summary>

###
[`v4.3.2`](https://github.com/tox-dev/platformdirs/releases/tag/4.3.2)

[Compare
Source](https://github.com/platformdirs/platformdirs/compare/4.3.1...4.3.2)

<!-- Release notes generated using configuration in .github/release.yml
at main -->

#### What's Changed

- Use uv as installer by
[@&#8203;gaborbernat](https://github.com/gaborbernat) in
[tox-dev/platformdirs#300
- Fix multi-path returned from `_path` methods on MacOS by
[@&#8203;matthewhughes934](https://github.com/matthewhughes934)
in
[tox-dev/platformdirs#299

#### New Contributors

-
[@&#8203;matthewhughes934](https://github.com/matthewhughes934)
made their first contribution in
[tox-dev/platformdirs#299

**Full Changelog**:
tox-dev/platformdirs@4.3.1...4.3.2

###
[`v4.3.1`](https://github.com/tox-dev/platformdirs/releases/tag/4.3.1)

[Compare
Source](https://github.com/platformdirs/platformdirs/compare/4.3.0...4.3.1)

<!-- Release notes generated using configuration in .github/release.yml
at main -->

**Full Changelog**:
tox-dev/platformdirs@4.3.0...4.3.1

###
[`v4.3.0`](https://github.com/tox-dev/platformdirs/releases/tag/4.3.0)

[Compare
Source](https://github.com/platformdirs/platformdirs/compare/4.2.2...4.3.0)

<!-- Release notes generated using configuration in .github/release.yml
at main -->

#### What's Changed

- Speed up Hatch installation by
[@&#8203;ofek](https://github.com/ofek) in
[tox-dev/platformdirs#282
- Test with Python 3.13 by
[@&#8203;edgarrmondragon](https://github.com/edgarrmondragon)
in
[tox-dev/platformdirs#289
- Test with latest PyPy by
[@&#8203;edgarrmondragon](https://github.com/edgarrmondragon)
in
[tox-dev/platformdirs#290
- Use `include-hidden-files: true` to upload coverage artifacts by
[@&#8203;edgarrmondragon](https://github.com/edgarrmondragon)
in
[tox-dev/platformdirs#298
- Ensure PlatformDirs is valid superclass type for mypy AND not an
abstract class for other checkers by
[@&#8203;Avasam](https://github.com/Avasam) in
[tox-dev/platformdirs#295

#### New Contributors

- [@&#8203;edgarrmondragon](https://github.com/edgarrmondragon)
made their first contribution in
[tox-dev/platformdirs#289
- [@&#8203;Avasam](https://github.com/Avasam) made their first
contribution in
[tox-dev/platformdirs#295

**Full Changelog**:
tox-dev/platformdirs@4.2.2...4.3.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/googleapis/sdk-platform-java).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
  • Loading branch information
renovate-bot authored and ldetmer committed Sep 17, 2024
1 parent 4a42feb commit 0327f1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions library_generation/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -409,9 +409,9 @@ pathspec==0.12.1 \
# via
# -r requirements.in
# black
platformdirs==4.2.2 \
--hash=sha256:2d7a1657e36a80ea911db832a8a6ece5ee53d8de21edd5cc5879af6530b1bfee \
--hash=sha256:38b7b51f512eed9e84a22788b4bce1de17c0adb134d6becb09836e37d8654cd3
platformdirs==4.3.2 \
--hash=sha256:9e5e27a08aa095dd127b9f2e764d74254f482fef22b0970773bfba79d091ab8c \
--hash=sha256:eb1c8582560b34ed4ba105009a4badf7f6f85768b30126f351328507b2beb617
# via
# black
# virtualenv
Expand Down

0 comments on commit 0327f1c

Please sign in to comment.