Update dependency filelock to v3.13.1
This MR contains the following updates:
Package | Update | Change |
---|---|---|
filelock | minor |
==3.9.1 -> ==3.13.1
|
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the logs for more information.
Release Notes
tox-dev/py-filelock
v3.13.1
What's Changed
- Allow users to subclass FileLock with custom keyword arguments by @hmaarrfk in https://github.com/tox-dev/filelock/pull/284
New Contributors
- @hmaarrfk made their first contribution in https://github.com/tox-dev/filelock/pull/284
Full Changelog: https://github.com/tox-dev/filelock/compare/3.13.0...3.13.1
v3.13.0
What's Changed
- Support reentrant locking on lock file path via optional singleton instance by @nefrob in https://github.com/tox-dev/filelock/pull/283
New Contributors
- @nefrob made their first contribution in https://github.com/tox-dev/filelock/pull/283
Full Changelog: https://github.com/tox-dev/filelock/compare/3.12.4...3.13.0
v3.12.4
What's Changed
- change typing-extensions to be installed only with the [typing] extra by @asottile in https://github.com/tox-dev/filelock/pull/276
New Contributors
- @asottile made their first contribution in https://github.com/tox-dev/filelock/pull/276
Full Changelog: https://github.com/tox-dev/filelock/compare/3.12.3...3.12.4
v3.12.3
What's Changed
- Fix import ordering by @gaborbernat in https://github.com/tox-dev/filelock/pull/246
- Exclude dependabot and pre-commit ci from release notes by @gaborbernat in https://github.com/tox-dev/filelock/pull/251
- Create parent directories if necessary by @gerlero in https://github.com/tox-dev/filelock/pull/254
- fix ci 08 21 by @gaborbernat in https://github.com/tox-dev/filelock/pull/263
- lock_file type-hint by @keller00 in https://github.com/tox-dev/filelock/pull/267
- adding tox.ini to sdist by @keller00 in https://github.com/tox-dev/filelock/pull/265
New Contributors
- @gerlero made their first contribution in https://github.com/tox-dev/filelock/pull/254
- @keller00 made their first contribution in https://github.com/tox-dev/filelock/pull/267
Full Changelog: https://github.com/tox-dev/filelock/compare/3.12.2...3.12.3
v3.12.2
What's Changed
- Restore 'if TYPE_CHECKING' syntax for FileLock definition by @dlax in https://github.com/tox-dev/py-filelock/pull/245
New Contributors
- @dlax made their first contribution in https://github.com/tox-dev/py-filelock/pull/245
Full Changelog: https://github.com/tox-dev/py-filelock/compare/3.12.1...3.12.2
v3.12.1
What's Changed
- Add trusted-publish by @gaborbernat in https://github.com/tox-dev/py-filelock/pull/236
- Add 3.12 support by @gaborbernat in https://github.com/tox-dev/py-filelock/pull/237
- Bump pypa/gh-action-pypi-publish from 1.8.5 to 1.8.6 by @dependabot in https://github.com/tox-dev/py-filelock/pull/239
- git ls-files -z -- .github/workflows/check.yml | xargs -0 sed -i 's|3.12.0-alpha.7|3.12.0-beta.1|g' by @gaborbernat in https://github.com/tox-dev/py-filelock/pull/243
- Use ruff by @gaborbernat in https://github.com/tox-dev/py-filelock/pull/244
- Fix test_bad_lock_file for other OSes by @TheMatt2 in https://github.com/tox-dev/py-filelock/pull/242
Full Changelog: https://github.com/tox-dev/py-filelock/compare/3.12.0...3.12.1
v3.12.0
What's Changed
- Fix: #225 :Get rid of warning about inability to link to _thread._local. by @csm10495 in https://github.com/tox-dev/py-filelock/pull/226
- Bump deps and tools by @gaborbernat in https://github.com/tox-dev/py-filelock/pull/228
- Add umask check to tests so umask 002 is valid by @TheMatt2 in https://github.com/tox-dev/py-filelock/pull/227
- Fix lock hang on Windows by @TheMatt2 in https://github.com/tox-dev/py-filelock/pull/231
- Conditionally disable/enable thread-local lock behavior. by @csm10495 in https://github.com/tox-dev/py-filelock/pull/232
Full Changelog: https://github.com/tox-dev/py-filelock/compare/3.11.0...3.12.0
v3.11.0
What's Changed
- Bump pypa/gh-action-pypi-publish from 1.8.3 to 1.8.5 by @dependabot in https://github.com/tox-dev/py-filelock/pull/218
- Fix #220: Allow filelock test thread to catch any exceptions by @TheMatt2 in https://github.com/tox-dev/py-filelock/pull/221
- Bump deps and tools by @gaborbernat in https://github.com/tox-dev/py-filelock/pull/222
- Run more pypy versions in CI but without coverage by @gaborbernat in https://github.com/tox-dev/py-filelock/pull/224
- Make the lock a thread local variable by @csm10495 in https://github.com/tox-dev/py-filelock/pull/219
New Contributors
- @csm10495 made their first contribution in https://github.com/tox-dev/py-filelock/pull/219
Full Changelog: https://github.com/tox-dev/py-filelock/compare/3.10.7...3.11.0
v3.10.7
What's Changed
- use fchmod by @jfennick in https://github.com/tox-dev/py-filelock/pull/214
New Contributors
- @jfennick made their first contribution in https://github.com/tox-dev/py-filelock/pull/214
Full Changelog: https://github.com/tox-dev/py-filelock/compare/3.10.6...3.10.7
v3.10.6
What's Changed
- Bugfix/147 by @jahrules in https://github.com/tox-dev/py-filelock/pull/213
Full Changelog: https://github.com/tox-dev/py-filelock/compare/3.10.5...3.10.6
v3.10.5
What's Changed
- proposed fix for issue #67 by @jahrules in https://github.com/tox-dev/py-filelock/pull/212
Full Changelog: https://github.com/tox-dev/py-filelock/compare/3.10.4...3.10.5
v3.10.4
What's Changed
- updated os.open to preserve mode by @jahrules in https://github.com/tox-dev/py-filelock/pull/211
Full Changelog: https://github.com/tox-dev/py-filelock/compare/3.10.3...3.10.4
v3.10.3
What's Changed
- Bump pypa/gh-action-pypi-publish from 1.8.1 to 1.8.3 by @dependabot in https://github.com/tox-dev/py-filelock/pull/207
- bug fix by @jahrules in https://github.com/tox-dev/py-filelock/pull/209
Full Changelog: https://github.com/tox-dev/py-filelock/compare/3.10.2...3.10.3
v3.10.2
What's Changed
- changed from os.umask to os.chmod by @jahrules in https://github.com/tox-dev/py-filelock/pull/206
Full Changelog: https://github.com/tox-dev/py-filelock/compare/3.10.1...3.10.2
v3.10.1
What's Changed
- Bump pypa/gh-action-pypi-publish from 1.7.1 to 1.8.1 by @dependabot in https://github.com/tox-dev/py-filelock/pull/200
- Bump deps and tools by @gaborbernat in https://github.com/tox-dev/py-filelock/pull/201
- Properly pickle of Timeout objects + test cases by @TheMatt2 in https://github.com/tox-dev/py-filelock/pull/203
New Contributors
- @TheMatt2 made their first contribution in https://github.com/tox-dev/py-filelock/pull/203
Full Changelog: https://github.com/tox-dev/py-filelock/compare/3.10.0...3.10.1
v3.10.0
What's Changed
- added multiuser support and associated tests by @jahrules in https://github.com/tox-dev/py-filelock/pull/192
New Contributors
- @jahrules made their first contribution in https://github.com/tox-dev/py-filelock/pull/192
Full Changelog: https://github.com/tox-dev/py-filelock/compare/3.9.1...3.10.0
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.