chore(deps): update all dependencies #118

Merged
c merged 1 commit from renovate/all into master 2026-07-20 16:18:29 +03:00
Collaborator

This PR contains the following updates:

Package Type Update Change
filelock project.dependencies minor ==3.30.0==3.31.1
platformdirs (changelog) project.dependencies patch ==4.10.0==4.10.1

Release Notes

tox-dev/py-filelock (filelock)

v3.31.1

Compare Source

What's Changed

Full Changelog: https://github.com/tox-dev/filelock/compare/3.31.0...3.31.1

v3.31.0

Compare Source

What's Changed

Full Changelog: https://github.com/tox-dev/filelock/compare/3.30.3...3.31.0

v3.30.3

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/tox-dev/filelock/compare/3.30.2...3.30.3

v3.30.2

Compare Source

What's Changed

Full Changelog: https://github.com/tox-dev/filelock/compare/3.30.1...3.30.2

v3.30.1

Compare Source

What's Changed

Full Changelog: https://github.com/tox-dev/filelock/compare/3.30.0...3.30.1

tox-dev/platformdirs (platformdirs)

v4.10.1

Compare Source

What's Changed

Full Changelog: https://github.com/tox-dev/platformdirs/compare/4.10.0...4.10.1


Configuration

📅 Schedule: (in timezone Asia/Riyadh)

  • 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [filelock](https://github.com/tox-dev/py-filelock) | project.dependencies | minor | `==3.30.0` → `==3.31.1` | | [platformdirs](https://github.com/tox-dev/platformdirs) ([changelog](https://platformdirs.readthedocs.io/en/latest/changelog.html)) | project.dependencies | patch | `==4.10.0` → `==4.10.1` | --- ### Release Notes <details> <summary>tox-dev/py-filelock (filelock)</summary> ### [`v3.31.1`](https://github.com/tox-dev/filelock/releases/tag/3.31.1) [Compare Source](https://github.com/tox-dev/py-filelock/compare/3.31.0...3.31.1) <!-- Release notes generated using configuration in .github/release.yaml at 3.31.1 --> #### What's Changed - ♻️ refactor(coverage): key exclusions on probed capability by [@&#8203;gaborbernat](https://github.com/gaborbernat) in [tox-dev/filelock#679](https://github.com/tox-dev/filelock/pull/679) - scope a lease's claim to the context that acquired it by [@&#8203;dxbjavid](https://github.com/dxbjavid) in [tox-dev/filelock#680](https://github.com/tox-dev/filelock/pull/680) **Full Changelog**: <https://github.com/tox-dev/filelock/compare/3.31.0...3.31.1> ### [`v3.31.0`](https://github.com/tox-dev/filelock/releases/tag/3.31.0) [Compare Source](https://github.com/tox-dev/py-filelock/compare/3.30.3...3.31.0) <!-- Release notes generated using configuration in .github/release.yaml at 3.31.0 --> #### What's Changed - ✨ feat(platform): support Termux/Android by [@&#8203;gaborbernat](https://github.com/gaborbernat) in [tox-dev/filelock#678](https://github.com/tox-dev/filelock/pull/678) **Full Changelog**: <https://github.com/tox-dev/filelock/compare/3.30.3...3.31.0> ### [`v3.30.3`](https://github.com/tox-dev/filelock/releases/tag/3.30.3) [Compare Source](https://github.com/tox-dev/py-filelock/compare/3.30.2...3.30.3) <!-- Release notes generated using configuration in .github/release.yaml at 3.30.3 --> #### What's Changed - Keep both tables of contents on screen at any browser font size by [@&#8203;gaborbernat](https://github.com/gaborbernat) in [tox-dev/filelock#673](https://github.com/tox-dev/filelock/pull/673) - 📝 docs(mermaid): follow the light and dark theme toggle by [@&#8203;gaborbernat](https://github.com/gaborbernat) in [tox-dev/filelock#674](https://github.com/tox-dev/filelock/pull/674) - asyncio: scope the reentrant-deadlock registry to the owning task by [@&#8203;xt-yin](https://github.com/xt-yin) in [tox-dev/filelock#676](https://github.com/tox-dev/filelock/pull/676) #### New Contributors - [@&#8203;xt-yin](https://github.com/xt-yin) made their first contribution in [tox-dev/filelock#676](https://github.com/tox-dev/filelock/pull/676) **Full Changelog**: <https://github.com/tox-dev/filelock/compare/3.30.2...3.30.3> ### [`v3.30.2`](https://github.com/tox-dev/filelock/releases/tag/3.30.2) [Compare Source](https://github.com/tox-dev/py-filelock/compare/3.30.1...3.30.2) <!-- Release notes generated using configuration in .github/release.yaml at 3.30.2 --> #### What's Changed - Document every lock type, and stop evicting a marker we cannot read by [@&#8203;gaborbernat](https://github.com/gaborbernat) in [tox-dev/filelock#672](https://github.com/tox-dev/filelock/pull/672) **Full Changelog**: <https://github.com/tox-dev/filelock/compare/3.30.1...3.30.2> ### [`v3.30.1`](https://github.com/tox-dev/filelock/releases/tag/3.30.1) [Compare Source](https://github.com/tox-dev/py-filelock/compare/3.30.0...3.30.1) <!-- Release notes generated using configuration in .github/release.yaml at 3.30.1 --> #### What's Changed - 📝 docs: separate changelog releases with a blank line by [@&#8203;gaborbernat](https://github.com/gaborbernat) in [tox-dev/filelock#668](https://github.com/tox-dev/filelock/pull/668) - 🐛 fix: tolerate NFSv3 stale handle in strict claim read by [@&#8203;gaborbernat](https://github.com/gaborbernat) in [tox-dev/filelock#669](https://github.com/tox-dev/filelock/pull/669) - Match fork-reset protocol on the class object by [@&#8203;gaborbernat](https://github.com/gaborbernat) in [tox-dev/filelock#671](https://github.com/tox-dev/filelock/pull/671) - reject non-finite lease duration in marker records by [@&#8203;dxbjavid](https://github.com/dxbjavid) in [tox-dev/filelock#670](https://github.com/tox-dev/filelock/pull/670) **Full Changelog**: <https://github.com/tox-dev/filelock/compare/3.30.0...3.30.1> </details> <details> <summary>tox-dev/platformdirs (platformdirs)</summary> ### [`v4.10.1`](https://github.com/tox-dev/platformdirs/releases/tag/4.10.1) [Compare Source](https://github.com/tox-dev/platformdirs/compare/4.10.0...4.10.1) <!-- Release notes generated using configuration in .github/release.yaml at 4.10.1 --> #### What's Changed - 🐛 fix(windows): stop leaking memory on repeated folder lookups by [@&#8203;gaborbernat](https://github.com/gaborbernat) in [#&#8203;507](https://github.com/tox-dev/platformdirs/pull/507) - 🚀 ci(release): towncrier changelog + publish on tag push by [@&#8203;gaborbernat](https://github.com/gaborbernat) in [#&#8203;509](https://github.com/tox-dev/platformdirs/pull/509) - 📝 docs(changelog): rebuild against release history by [@&#8203;gaborbernat](https://github.com/gaborbernat) in [#&#8203;510](https://github.com/tox-dev/platformdirs/pull/510) **Full Changelog**: <https://github.com/tox-dev/platformdirs/compare/4.10.0...4.10.1> </details> --- ### Configuration 📅 **Schedule**: (in timezone Asia/Riyadh) - 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMTQuMSIsInVwZGF0ZWRJblZlciI6IjQzLjIxNC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
renovate requested reviews from iostpa, c 2026-07-16 21:01:08 +03:00
renovate changed title from chore(deps): update all dependencies to v3.30.1 to chore(deps): update all dependencies to v3.30.2 2026-07-16 23:01:08 +03:00
renovate changed title from chore(deps): update all dependencies to v3.30.2 to chore(deps): update all dependencies to v3.30.3 2026-07-17 19:01:11 +03:00
renovate changed title from chore(deps): update all dependencies to v3.30.3 to chore(deps): update all dependencies 2026-07-18 07:01:15 +03:00
renovate force-pushed renovate/all from 7b02ed4437 to e16fbf6332
Some checks failed
Deploy GHCR.io image / Deploy (push) Has been cancelled
2026-07-20 07:01:11 +03:00
Compare
c merged commit e16fbf6332 into master 2026-07-20 16:18:29 +03:00
c deleted branch renovate/all 2026-07-20 16:18:29 +03:00
Sign in to join this conversation.
No reviewers
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
c/takina!118
No description provided.