Skip to content

Commit bf7f97c

Browse files
authored
chore(deps): update dependency filelock to v3.16.1 (#434)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [filelock](https://redirect.github.com/tox-dev/py-filelock) | `==3.8.0` -> `==3.16.1` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/filelock/3.16.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/filelock/3.16.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/filelock/3.8.0/3.16.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/filelock/3.8.0/3.16.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>tox-dev/py-filelock (filelock)</summary> ### [`v3.16.1`](https://redirect.github.com/tox-dev/filelock/releases/tag/3.16.1) [Compare Source](https://redirect.github.com/tox-dev/py-filelock/compare/3.16.0...3.16.1) <!-- Release notes generated using configuration in .github/release.yml at main --> #### What's Changed - CI improvements by [@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in [https://togithub.com/tox-dev/filelock/pull/362](https://redirect.github.com/tox-dev/filelock/pull/362) **Full Changelog**: https://togithub.com/tox-dev/filelock/compare/3.16.0...3.16.1 ### [`v3.16.0`](https://redirect.github.com/tox-dev/filelock/releases/tag/3.16.0) [Compare Source](https://redirect.github.com/tox-dev/py-filelock/compare/3.15.4...3.16.0) <!-- Release notes generated using configuration in .github/release.yml at main --> #### What's Changed - Test Python 3.13 by [@&#8203;hugovk](https://redirect.github.com/hugovk) in [https://togithub.com/tox-dev/filelock/pull/352](https://redirect.github.com/tox-dev/filelock/pull/352) - Add 3.13 to CI by [@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in [https://togithub.com/tox-dev/filelock/pull/359](https://redirect.github.com/tox-dev/filelock/pull/359) **Full Changelog**: https://togithub.com/tox-dev/filelock/compare/3.15.4...3.16.0 ### [`v3.15.4`](https://redirect.github.com/tox-dev/filelock/releases/tag/3.15.4) [Compare Source](https://redirect.github.com/tox-dev/py-filelock/compare/3.15.3...3.15.4) <!-- Release notes generated using configuration in .github/release.yml at main --> #### What's Changed - Pass `file_lock` as positional argument by [@&#8203;kwist-sgr](https://redirect.github.com/kwist-sgr) in [https://togithub.com/tox-dev/filelock/pull/347](https://redirect.github.com/tox-dev/filelock/pull/347) **Full Changelog**: https://togithub.com/tox-dev/filelock/compare/3.15.3...3.15.4 ### [`v3.15.3`](https://redirect.github.com/tox-dev/filelock/releases/tag/3.15.3) [Compare Source](https://redirect.github.com/tox-dev/py-filelock/compare/3.15.2...3.15.3) <!-- Release notes generated using configuration in .github/release.yml at main --> #### What's Changed - Add test for virtualenv stability by [@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in [https://togithub.com/tox-dev/filelock/pull/344](https://redirect.github.com/tox-dev/filelock/pull/344) - Fix `TypeError: _CountedFileLock.__init__() got an unexpected keyword argument 'timeout'` by [@&#8203;kwist-sgr](https://redirect.github.com/kwist-sgr) in [https://togithub.com/tox-dev/filelock/pull/345](https://redirect.github.com/tox-dev/filelock/pull/345) **Full Changelog**: https://togithub.com/tox-dev/filelock/compare/3.15.2...3.15.3 ### [`v3.15.2`](https://redirect.github.com/tox-dev/filelock/releases/tag/3.15.2) [Compare Source](https://redirect.github.com/tox-dev/py-filelock/compare/3.15.1...3.15.2) <!-- Release notes generated using configuration in .github/release.yml at main --> #### What's Changed - Use a metaclass to implement the singleton pattern by [@&#8203;kwist-sgr](https://redirect.github.com/kwist-sgr) in [https://togithub.com/tox-dev/filelock/pull/340](https://redirect.github.com/tox-dev/filelock/pull/340) #### New Contributors - [@&#8203;kwist-sgr](https://redirect.github.com/kwist-sgr) made their first contribution in [https://togithub.com/tox-dev/filelock/pull/340](https://redirect.github.com/tox-dev/filelock/pull/340) **Full Changelog**: https://togithub.com/tox-dev/filelock/compare/3.15.1...3.15.2 ### [`v3.15.1`](https://redirect.github.com/tox-dev/filelock/releases/tag/3.15.1) [Compare Source](https://redirect.github.com/tox-dev/py-filelock/compare/3.15.0...3.15.1) <!-- Release notes generated using configuration in .github/release.yml at main --> #### What's Changed - Hotfix: Restore **init** method; more robust initialization for singleton locks by [@&#8203;ethanbb](https://redirect.github.com/ethanbb) in [https://togithub.com/tox-dev/filelock/pull/338](https://redirect.github.com/tox-dev/filelock/pull/338) **Full Changelog**: https://togithub.com/tox-dev/filelock/compare/3.15.0...3.15.1 ### [`v3.15.0`](https://redirect.github.com/tox-dev/filelock/releases/tag/3.15.0) [Compare Source](https://redirect.github.com/tox-dev/py-filelock/compare/3.14.0...3.15.0) <!-- Release notes generated using configuration in .github/release.yml at main --> #### What's Changed - asyncio support by [@&#8203;Ovizro](https://redirect.github.com/Ovizro) in [https://togithub.com/tox-dev/filelock/pull/332](https://redirect.github.com/tox-dev/filelock/pull/332) - Don't initialize BaseFileLock when just returning existing instance by [@&#8203;ethanbb](https://redirect.github.com/ethanbb) in [https://togithub.com/tox-dev/filelock/pull/334](https://redirect.github.com/tox-dev/filelock/pull/334) #### New Contributors - [@&#8203;Ovizro](https://redirect.github.com/Ovizro) made their first contribution in [https://togithub.com/tox-dev/filelock/pull/332](https://redirect.github.com/tox-dev/filelock/pull/332) - [@&#8203;ethanbb](https://redirect.github.com/ethanbb) made their first contribution in [https://togithub.com/tox-dev/filelock/pull/334](https://redirect.github.com/tox-dev/filelock/pull/334) **Full Changelog**: https://togithub.com/tox-dev/filelock/compare/3.14.0...3.15.0 ### [`v3.14.0`](https://redirect.github.com/tox-dev/filelock/releases/tag/3.14.0) [Compare Source](https://redirect.github.com/tox-dev/py-filelock/compare/3.13.4...3.14.0) <!-- Release notes generated using configuration in .github/release.yml at main --> #### What's Changed - feat: `blocking` parameter on lock constructor with tests and docs by [@&#8203;iamkhav](https://redirect.github.com/iamkhav) in [https://togithub.com/tox-dev/filelock/pull/325](https://redirect.github.com/tox-dev/filelock/pull/325) #### New Contributors - [@&#8203;iamkhav](https://redirect.github.com/iamkhav) made their first contribution in [https://togithub.com/tox-dev/filelock/pull/325](https://redirect.github.com/tox-dev/filelock/pull/325) **Full Changelog**: https://togithub.com/tox-dev/filelock/compare/3.13.4...3.14.0 ### [`v3.13.4`](https://redirect.github.com/tox-dev/filelock/releases/tag/3.13.4) [Compare Source](https://redirect.github.com/tox-dev/py-filelock/compare/3.13.3...3.13.4) <!-- Release notes generated using configuration in .github/release.yml at main --> #### What's Changed - Raise error on incompatible singleton timeout and mode args by [@&#8203;nefrob](https://redirect.github.com/nefrob) in [https://togithub.com/tox-dev/filelock/pull/320](https://redirect.github.com/tox-dev/filelock/pull/320) **Full Changelog**: https://togithub.com/tox-dev/filelock/compare/3.13.3...3.13.4 ### [`v3.13.3`](https://redirect.github.com/tox-dev/filelock/releases/tag/3.13.3) [Compare Source](https://redirect.github.com/tox-dev/py-filelock/compare/3.13.2...3.13.3) <!-- Release notes generated using configuration in .github/release.yml at main --> #### What's Changed - Make singleton class instance dict unique per subclass by [@&#8203;nefrob](https://redirect.github.com/nefrob) in [https://togithub.com/tox-dev/filelock/pull/318](https://redirect.github.com/tox-dev/filelock/pull/318) **Full Changelog**: https://togithub.com/tox-dev/filelock/compare/3.13.2...3.13.3 ### [`v3.13.2`](https://redirect.github.com/tox-dev/filelock/releases/tag/3.13.2) [Compare Source](https://redirect.github.com/tox-dev/py-filelock/compare/3.13.1...3.13.2) <!-- Release notes generated using configuration in .github/release.yml at main --> #### What's Changed - Fixed small typo in \_unix.py by [@&#8203;snemes](https://redirect.github.com/snemes) in [https://togithub.com/tox-dev/filelock/pull/302](https://redirect.github.com/tox-dev/filelock/pull/302) - Update SECURITY.md to reflect Python 3.7 support dropoff by [@&#8203;kemzeb](https://redirect.github.com/kemzeb) in [https://togithub.com/tox-dev/filelock/pull/304](https://redirect.github.com/tox-dev/filelock/pull/304) - Update index.rst to improve the demo usage by [@&#8203;youkaichao](https://redirect.github.com/youkaichao) in [https://togithub.com/tox-dev/filelock/pull/314](https://redirect.github.com/tox-dev/filelock/pull/314) - \[BugFix] fix permission denied error when lock file is placed in `/tmp` by [@&#8203;kota-iizuka](https://redirect.github.com/kota-iizuka) in [https://togithub.com/tox-dev/filelock/pull/317](https://redirect.github.com/tox-dev/filelock/pull/317) #### New Contributors - [@&#8203;snemes](https://redirect.github.com/snemes) made their first contribution in [https://togithub.com/tox-dev/filelock/pull/302](https://redirect.github.com/tox-dev/filelock/pull/302) - [@&#8203;kemzeb](https://redirect.github.com/kemzeb) made their first contribution in [https://togithub.com/tox-dev/filelock/pull/304](https://redirect.github.com/tox-dev/filelock/pull/304) - [@&#8203;youkaichao](https://redirect.github.com/youkaichao) made their first contribution in [https://togithub.com/tox-dev/filelock/pull/314](https://redirect.github.com/tox-dev/filelock/pull/314) - [@&#8203;kota-iizuka](https://redirect.github.com/kota-iizuka) made their first contribution in [https://togithub.com/tox-dev/filelock/pull/317](https://redirect.github.com/tox-dev/filelock/pull/317) **Full Changelog**: https://togithub.com/tox-dev/filelock/compare/3.13.1...3.13.2 ### [`v3.13.1`](https://redirect.github.com/tox-dev/filelock/releases/tag/3.13.1) [Compare Source](https://redirect.github.com/tox-dev/py-filelock/compare/3.13.0...3.13.1) <!-- Release notes generated using configuration in .github/release.yml at main --> #### What's Changed - Allow users to subclass FileLock with custom keyword arguments by [@&#8203;hmaarrfk](https://redirect.github.com/hmaarrfk) in [https://togithub.com/tox-dev/filelock/pull/284](https://redirect.github.com/tox-dev/filelock/pull/284) #### New Contributors - [@&#8203;hmaarrfk](https://redirect.github.com/hmaarrfk) made their first contribution in [https://togithub.com/tox-dev/filelock/pull/284](https://redirect.github.com/tox-dev/filelock/pull/284) **Full Changelog**: https://togithub.com/tox-dev/filelock/compare/3.13.0...3.13.1 ### [`v3.13.0`](https://redirect.github.com/tox-dev/filelock/releases/tag/3.13.0) [Compare Source](https://redirect.github.com/tox-dev/py-filelock/compare/3.12.4...3.13.0) <!-- Release notes generated using configuration in .github/release.yml at 3.13.0 --> #### What's Changed - Support reentrant locking on lock file path via optional singleton instance by [@&#8203;nefrob](https://redirect.github.com/nefrob) in [https://togithub.com/tox-dev/filelock/pull/283](https://redirect.github.com/tox-dev/filelock/pull/283) #### New Contributors - [@&#8203;nefrob](https://redirect.github.com/nefrob) made their first contribution in [https://togithub.com/tox-dev/filelock/pull/283](https://redirect.github.com/tox-dev/filelock/pull/283) **Full Changelog**: https://togithub.com/tox-dev/filelock/compare/3.12.4...3.13.0 ### [`v3.12.4`](https://redirect.github.com/tox-dev/filelock/releases/tag/3.12.4) [Compare Source](https://redirect.github.com/tox-dev/py-filelock/compare/3.12.3...3.12.4) <!-- Release notes generated using configuration in .github/release.yml at main --> #### What's Changed - change typing-extensions to be installed only with the \[typing] extra by [@&#8203;asottile](https://redirect.github.com/asottile) in [https://togithub.com/tox-dev/filelock/pull/276](https://redirect.github.com/tox-dev/filelock/pull/276) #### New Contributors - [@&#8203;asottile](https://redirect.github.com/asottile) made their first contribution in [https://togithub.com/tox-dev/filelock/pull/276](https://redirect.github.com/tox-dev/filelock/pull/276) **Full Changelog**: https://togithub.com/tox-dev/filelock/compare/3.12.3...3.12.4 ### [`v3.12.3`](https://redirect.github.com/tox-dev/filelock/releases/tag/3.12.3) [Compare Source](https://redirect.github.com/tox-dev/py-filelock/compare/3.12.2...3.12.3) <!-- Release notes generated using configuration in .github/release.yml at main --> ##### What's Changed - Fix import ordering by [@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in [https://togithub.com/tox-dev/filelock/pull/246](https://redirect.github.com/tox-dev/filelock/pull/246) - Exclude dependabot and pre-commit ci from release notes by [@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in [https://togithub.com/tox-dev/filelock/pull/251](https://redirect.github.com/tox-dev/filelock/pull/251) - Create parent directories if necessary by [@&#8203;gerlero](https://redirect.github.com/gerlero) in [https://togithub.com/tox-dev/filelock/pull/254](https://redirect.github.com/tox-dev/filelock/pull/254) - fix ci 08 21 by [@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in [https://togithub.com/tox-dev/filelock/pull/263](https://redirect.github.com/tox-dev/filelock/pull/263) - lock_file type-hint by [@&#8203;keller00](https://redirect.github.com/keller00) in [https://togithub.com/tox-dev/filelock/pull/267](https://redirect.github.com/tox-dev/filelock/pull/267) - adding tox.ini to sdist by [@&#8203;keller00](https://redirect.github.com/keller00) in [https://togithub.com/tox-dev/filelock/pull/265](https://redirect.github.com/tox-dev/filelock/pull/265) ##### New Contributors - [@&#8203;gerlero](https://redirect.github.com/gerlero) made their first contribution in [https://togithub.com/tox-dev/filelock/pull/254](https://redirect.github.com/tox-dev/filelock/pull/254) - [@&#8203;keller00](https://redirect.github.com/keller00) made their first contribution in [https://togithub.com/tox-dev/filelock/pull/267](https://redirect.github.com/tox-dev/filelock/pull/267) **Full Changelog**: https://togithub.com/tox-dev/filelock/compare/3.12.2...3.12.3 ### [`v3.12.2`](https://redirect.github.com/tox-dev/filelock/releases/tag/3.12.2) [Compare Source](https://redirect.github.com/tox-dev/py-filelock/compare/3.12.1...3.12.2) #### What's Changed - Restore 'if TYPE_CHECKING' syntax for FileLock definition by [@&#8203;dlax](https://redirect.github.com/dlax) in [https://togithub.com/tox-dev/py-filelock/pull/245](https://redirect.github.com/tox-dev/py-filelock/pull/245) #### New Contributors - [@&#8203;dlax](https://redirect.github.com/dlax) made their first contribution in [https://togithub.com/tox-dev/py-filelock/pull/245](https://redirect.github.com/tox-dev/py-filelock/pull/245) **Full Changelog**: https://togithub.com/tox-dev/py-filelock/compare/3.12.1...3.12.2 ### [`v3.12.1`](https://redirect.github.com/tox-dev/filelock/releases/tag/3.12.1) [Compare Source](https://redirect.github.com/tox-dev/py-filelock/compare/3.12.0...3.12.1) ##### What's Changed - Add trusted-publish by [@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in [https://togithub.com/tox-dev/py-filelock/pull/236](https://redirect.github.com/tox-dev/py-filelock/pull/236) - Add 3.12 support by [@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in [https://togithub.com/tox-dev/py-filelock/pull/237](https://redirect.github.com/tox-dev/py-filelock/pull/237) - Bump pypa/gh-action-pypi-publish from 1.8.5 to 1.8.6 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://togithub.com/tox-dev/py-filelock/pull/239](https://redirect.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 [@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in [https://togithub.com/tox-dev/py-filelock/pull/243](https://redirect.github.com/tox-dev/py-filelock/pull/243) - Use ruff by [@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in [https://togithub.com/tox-dev/py-filelock/pull/244](https://redirect.github.com/tox-dev/py-filelock/pull/244) - Fix test_bad_lock_file for other OSes by [@&#8203;TheMatt2](https://redirect.github.com/TheMatt2) in [https://togithub.com/tox-dev/py-filelock/pull/242](https://redirect.github.com/tox-dev/py-filelock/pull/242) **Full Changelog**: https://togithub.com/tox-dev/py-filelock/compare/3.12.0...3.12.1 ### [`v3.12.0`](https://redirect.github.com/tox-dev/filelock/releases/tag/3.12.0) [Compare Source](https://redirect.github.com/tox-dev/py-filelock/compare/3.11.0...3.12.0) #### What's Changed - Fix: [#&#8203;225](https://redirect.github.com/tox-dev/py-filelock/issues/225) :Get rid of warning about inability to link to \_thread.\_local. by [@&#8203;csm10495](https://redirect.github.com/csm10495) in [https://togithub.com/tox-dev/py-filelock/pull/226](https://redirect.github.com/tox-dev/py-filelock/pull/226) - Bump deps and tools by [@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in [https://togithub.com/tox-dev/py-filelock/pull/228](https://redirect.github.com/tox-dev/py-filelock/pull/228) - Add umask check to tests so umask 002 is valid by [@&#8203;TheMatt2](https://redirect.github.com/TheMatt2) in [https://togithub.com/tox-dev/py-filelock/pull/227](https://redirect.github.com/tox-dev/py-filelock/pull/227) - Fix lock hang on Windows by [@&#8203;TheMatt2](https://redirect.github.com/TheMatt2) in [https://togithub.com/tox-dev/py-filelock/pull/231](https://redirect.github.com/tox-dev/py-filelock/pull/231) - Conditionally disable/enable thread-local lock behavior. by [@&#8203;csm10495](https://redirect.github.com/csm10495) in [https://togithub.com/tox-dev/py-filelock/pull/232](https://redirect.github.com/tox-dev/py-filelock/pull/232) **Full Changelog**: https://togithub.com/tox-dev/py-filelock/compare/3.11.0...3.12.0 ### [`v3.11.0`](https://redirect.github.com/tox-dev/filelock/releases/tag/3.11.0) [Compare Source](https://redirect.github.com/tox-dev/py-filelock/compare/3.10.7...3.11.0) #### What's Changed - Bump pypa/gh-action-pypi-publish from 1.8.3 to 1.8.5 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://togithub.com/tox-dev/py-filelock/pull/218](https://redirect.github.com/tox-dev/py-filelock/pull/218) - Fix [#&#8203;220](https://redirect.github.com/tox-dev/py-filelock/issues/220): Allow filelock test thread to catch any exceptions by [@&#8203;TheMatt2](https://redirect.github.com/TheMatt2) in [https://togithub.com/tox-dev/py-filelock/pull/221](https://redirect.github.com/tox-dev/py-filelock/pull/221) - Bump deps and tools by [@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in [https://togithub.com/tox-dev/py-filelock/pull/222](https://redirect.github.com/tox-dev/py-filelock/pull/222) - Run more pypy versions in CI but without coverage by [@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in [https://togithub.com/tox-dev/py-filelock/pull/224](https://redirect.github.com/tox-dev/py-filelock/pull/224) - Make the lock a thread local variable by [@&#8203;csm10495](https://redirect.github.com/csm10495) in [https://togithub.com/tox-dev/py-filelock/pull/219](https://redirect.github.com/tox-dev/py-filelock/pull/219) #### New Contributors - [@&#8203;csm10495](https://redirect.github.com/csm10495) made their first contribution in [https://togithub.com/tox-dev/py-filelock/pull/219](https://redirect.github.com/tox-dev/py-filelock/pull/219) **Full Changelog**: https://togithub.com/tox-dev/py-filelock/compare/3.10.7...3.11.0 ### [`v3.10.7`](https://redirect.github.com/tox-dev/filelock/releases/tag/3.10.7) [Compare Source](https://redirect.github.com/tox-dev/py-filelock/compare/3.10.6...3.10.7) #### What's Changed - use fchmod by [@&#8203;jfennick](https://redirect.github.com/jfennick) in [https://togithub.com/tox-dev/py-filelock/pull/214](https://redirect.github.com/tox-dev/py-filelock/pull/214) #### New Contributors - [@&#8203;jfennick](https://redirect.github.com/jfennick) made their first contribution in [https://togithub.com/tox-dev/py-filelock/pull/214](https://redirect.github.com/tox-dev/py-filelock/pull/214) **Full Changelog**: https://togithub.com/tox-dev/py-filelock/compare/3.10.6...3.10.7 ### [`v3.10.6`](https://redirect.github.com/tox-dev/filelock/releases/tag/3.10.6) [Compare Source](https://redirect.github.com/tox-dev/py-filelock/compare/3.10.5...3.10.6) #### What's Changed - Bugfix/147 by [@&#8203;jahrules](https://redirect.github.com/jahrules) in [https://togithub.com/tox-dev/py-filelock/pull/213](https://redirect.github.com/tox-dev/py-filelock/pull/213) **Full Changelog**: https://togithub.com/tox-dev/py-filelock/compare/3.10.5...3.10.6 ### [`v3.10.5`](https://redirect.github.com/tox-dev/filelock/releases/tag/3.10.5) [Compare Source](https://redirect.github.com/tox-dev/py-filelock/compare/3.10.4...3.10.5) #### What's Changed - proposed fix for issue [#&#8203;67](https://redirect.github.com/tox-dev/py-filelock/issues/67) by [@&#8203;jahrules](https://redirect.github.com/jahrules) in [https://togithub.com/tox-dev/py-filelock/pull/212](https://redirect.github.com/tox-dev/py-filelock/pull/212) **Full Changelog**: https://togithub.com/tox-dev/py-filelock/compare/3.10.4...3.10.5 ### [`v3.10.4`](https://redirect.github.com/tox-dev/filelock/releases/tag/3.10.4) [Compare Source](https://redirect.github.com/tox-dev/py-filelock/compare/3.10.3...3.10.4) #### What's Changed - updated os.open to preserve mode by [@&#8203;jahrules](https://redirect.github.com/jahrules) in [https://togithub.com/tox-dev/py-filelock/pull/211](https://redirect.github.com/tox-dev/py-filelock/pull/211) **Full Changelog**: https://togithub.com/tox-dev/py-filelock/compare/3.10.3...3.10.4 ### [`v3.10.3`](https://redirect.github.com/tox-dev/filelock/releases/tag/3.10.3) [Compare Source](https://redirect.github.com/tox-dev/py-filelock/compare/3.10.2...3.10.3) #### What's Changed - Bump pypa/gh-action-pypi-publish from 1.8.1 to 1.8.3 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://togithub.com/tox-dev/py-filelock/pull/207](https://redirect.github.com/tox-dev/py-filelock/pull/207) - bug fix by [@&#8203;jahrules](https://redirect.github.com/jahrules) in [https://togithub.com/tox-dev/py-filelock/pull/209](https://redirect.github.com/tox-dev/py-filelock/pull/209) **Full Changelog**: https://togithub.com/tox-dev/py-filelock/compare/3.10.2...3.10.3 ### [`v3.10.2`](https://redirect.github.com/tox-dev/filelock/releases/tag/3.10.2) [Compare Source](https://redirect.github.com/tox-dev/py-filelock/compare/3.10.1...3.10.2) ##### What's Changed - changed from os.umask to os.chmod by [@&#8203;jahrules](https://redirect.github.com/jahrules) in [https://togithub.com/tox-dev/py-filelock/pull/206](https://redirect.github.com/tox-dev/py-filelock/pull/206) **Full Changelog**: https://togithub.com/tox-dev/py-filelock/compare/3.10.1...3.10.2 ### [`v3.10.1`](https://redirect.github.com/tox-dev/filelock/releases/tag/3.10.1) [Compare Source](https://redirect.github.com/tox-dev/py-filelock/compare/3.10.0...3.10.1) #### What's Changed - Bump pypa/gh-action-pypi-publish from 1.7.1 to 1.8.1 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://togithub.com/tox-dev/py-filelock/pull/200](https://redirect.github.com/tox-dev/py-filelock/pull/200) - Bump deps and tools by [@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in [https://togithub.com/tox-dev/py-filelock/pull/201](https://redirect.github.com/tox-dev/py-filelock/pull/201) - Properly pickle of Timeout objects + test cases by [@&#8203;TheMatt2](https://redirect.github.com/TheMatt2) in [https://togithub.com/tox-dev/py-filelock/pull/203](https://redirect.github.com/tox-dev/py-filelock/pull/203) #### New Contributors - [@&#8203;TheMatt2](https://redirect.github.com/TheMatt2) made their first contribution in [https://togithub.com/tox-dev/py-filelock/pull/203](https://redirect.github.com/tox-dev/py-filelock/pull/203) **Full Changelog**: https://togithub.com/tox-dev/py-filelock/compare/3.10.0...3.10.1 ### [`v3.10.0`](https://redirect.github.com/tox-dev/filelock/releases/tag/3.10.0) [Compare Source](https://redirect.github.com/tox-dev/py-filelock/compare/3.9.1...3.10.0) #### What's Changed - added multiuser support and associated tests by [@&#8203;jahrules](https://redirect.github.com/jahrules) in [https://togithub.com/tox-dev/py-filelock/pull/192](https://redirect.github.com/tox-dev/py-filelock/pull/192) #### New Contributors - [@&#8203;jahrules](https://redirect.github.com/jahrules) made their first contribution in [https://togithub.com/tox-dev/py-filelock/pull/192](https://redirect.github.com/tox-dev/py-filelock/pull/192) **Full Changelog**: https://togithub.com/tox-dev/py-filelock/compare/3.9.1...3.10.0 ### [`v3.9.1`](https://redirect.github.com/tox-dev/filelock/releases/tag/3.9.1) [Compare Source](https://redirect.github.com/tox-dev/py-filelock/compare/3.9.0...3.9.1) #### What's Changed - \[pre-commit.ci] pre-commit autoupdate by [@&#8203;pre-commit-ci](https://redirect.github.com/pre-commit-ci) in [https://togithub.com/tox-dev/py-filelock/pull/188](https://redirect.github.com/tox-dev/py-filelock/pull/188) - Bump deps and tools by [@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in [https://togithub.com/tox-dev/py-filelock/pull/193](https://redirect.github.com/tox-dev/py-filelock/pull/193) - Bump deps and tools by [@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in [https://togithub.com/tox-dev/py-filelock/pull/197](https://redirect.github.com/tox-dev/py-filelock/pull/197) - Bump pypa/gh-action-pypi-publish from 1.6.4 to 1.7.1 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://togithub.com/tox-dev/py-filelock/pull/198](https://redirect.github.com/tox-dev/py-filelock/pull/198) - use time.perf_counter instead of time.monotonic by [@&#8203;zpz](https://redirect.github.com/zpz) in [https://togithub.com/tox-dev/py-filelock/pull/194](https://redirect.github.com/tox-dev/py-filelock/pull/194) #### New Contributors - [@&#8203;zpz](https://redirect.github.com/zpz) made their first contribution in [https://togithub.com/tox-dev/py-filelock/pull/194](https://redirect.github.com/tox-dev/py-filelock/pull/194) **Full Changelog**: https://togithub.com/tox-dev/py-filelock/compare/3.9.0...3.9.1 ### [`v3.9.0`](https://redirect.github.com/tox-dev/filelock/releases/tag/3.9.0) [Compare Source](https://redirect.github.com/tox-dev/py-filelock/compare/3.8.2...3.9.0) ##### What's Changed - Move to hatchling build backend by [@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in [https://togithub.com/tox-dev/py-filelock/pull/185](https://redirect.github.com/tox-dev/py-filelock/pull/185) **Full Changelog**: https://togithub.com/tox-dev/py-filelock/compare/3.8.2...3.9.0 ### [`v3.8.2`](https://redirect.github.com/tox-dev/filelock/releases/tag/3.8.2) [Compare Source](https://redirect.github.com/tox-dev/py-filelock/compare/3.8.1...3.8.2) ##### What's Changed - Bump pypa/gh-action-pypi-publish from 1.5.1 to 1.6.1 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://togithub.com/tox-dev/py-filelock/pull/178](https://redirect.github.com/tox-dev/py-filelock/pull/178) - Update the license classifier to "Unlicense" by [@&#8203;jond01](https://redirect.github.com/jond01) in [https://togithub.com/tox-dev/py-filelock/pull/180](https://redirect.github.com/tox-dev/py-filelock/pull/180) ##### New Contributors - [@&#8203;jond01](https://redirect.github.com/jond01) made their first contribution in [https://togithub.com/tox-dev/py-filelock/pull/180](https://redirect.github.com/tox-dev/py-filelock/pull/180) **Full Changelog**: https://togithub.com/tox-dev/py-filelock/compare/3.8.1...3.8.2 ### [`v3.8.1`](https://redirect.github.com/tox-dev/filelock/releases/tag/3.8.1) [Compare Source](https://redirect.github.com/tox-dev/py-filelock/compare/3.8.0...3.8.1) ##### What's Changed - \[pre-commit.ci] pre-commit autoupdate by [@&#8203;pre-commit-ci](https://redirect.github.com/pre-commit-ci) in [https://togithub.com/tox-dev/py-filelock/pull/166](https://redirect.github.com/tox-dev/py-filelock/pull/166) - link to flufl.lock by [@&#8203;dholth](https://redirect.github.com/dholth) in [https://togithub.com/tox-dev/py-filelock/pull/167](https://redirect.github.com/tox-dev/py-filelock/pull/167) - \[pre-commit.ci] pre-commit autoupdate by [@&#8203;pre-commit-ci](https://redirect.github.com/pre-commit-ci) in [https://togithub.com/tox-dev/py-filelock/pull/168](https://redirect.github.com/tox-dev/py-filelock/pull/168) - \[pre-commit.ci] pre-commit autoupdate by [@&#8203;pre-commit-ci](https://redirect.github.com/pre-commit-ci) in [https://togithub.com/tox-dev/py-filelock/pull/169](https://redirect.github.com/tox-dev/py-filelock/pull/169) - \[pre-commit.ci] pre-commit autoupdate by [@&#8203;pre-commit-ci](https://redirect.github.com/pre-commit-ci) in [https://togithub.com/tox-dev/py-filelock/pull/170](https://redirect.github.com/tox-dev/py-filelock/pull/170) - fix BaseFileLock.timeout's getter/setter being obscured by itself by [@&#8203;dearfl](https://redirect.github.com/dearfl) in [https://togithub.com/tox-dev/py-filelock/pull/172](https://redirect.github.com/tox-dev/py-filelock/pull/172) - Fix mypy fails understanding FileLock by [@&#8203;gaborbernat](https://redirect.github.com/gaborbernat) in [https://togithub.com/tox-dev/py-filelock/pull/177](https://redirect.github.com/tox-dev/py-filelock/pull/177) ##### New Contributors - [@&#8203;dholth](https://redirect.github.com/dholth) made their first contribution in [https://togithub.com/tox-dev/py-filelock/pull/167](https://redirect.github.com/tox-dev/py-filelock/pull/167) - [@&#8203;dearfl](https://redirect.github.com/dearfl) made their first contribution in [https://togithub.com/tox-dev/py-filelock/pull/172](https://redirect.github.com/tox-dev/py-filelock/pull/172) **Full Changelog**: https://togithub.com/tox-dev/py-filelock/compare/3.8.0...3.8.1 </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/python-spanner-sqlalchemy). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzUuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzNS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
1 parent 6d271e0 commit bf7f97c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/sqlalchemy-spanner/.kokoro/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -255,9 +255,9 @@ docutils==0.21.2 \
255255
--hash=sha256:3a6b18732edf182daa3cd12775bbb338cf5691468f91eeeb109deff6ebfa986f \
256256
--hash=sha256:dafca5b9e384f0e419294eb4d2ff9fa826435bf15f15b7bd45723e8ad76811b2
257257
# via readme-renderer
258-
filelock==3.8.0 \
259-
--hash=sha256:55447caa666f2198c5b6b13a26d2084d26fa5b115c00d065664b2124680c4edc \
260-
--hash=sha256:617eb4e5eedc82fc5f47b6d61e4d11cb837c56cb4544e39081099fa17ad109d4
258+
filelock==3.16.1 \
259+
--hash=sha256:2082e5703d51fbf98ea75855d9d5527e33d8ff23099bec374a134febee6946b0 \
260+
--hash=sha256:c249fbfcd5db47e5e2d6d62198e565475ee65e4831e2561c8e313fa7eb961435
261261
# via virtualenv
262262
gcp-docuploader==0.6.5 \
263263
--hash=sha256:30221d4ac3e5a2b9c69aa52fdbef68cc3f27d0e6d0d90e220fc024584b8d2318 \

0 commit comments

Comments
 (0)