Skip to content

Bump filelock from 3.9.0 to 3.10.5

HIFIS Bot requested to merge dependabot-pip-filelock-3.10.5 into main

Bumps filelock from 3.9.0 to 3.10.5.

Release notes

Sourced from filelock's releases.

3.10.5

What's Changed

Full Changelog: https://github.com/tox-dev/py-filelock/compare/3.10.4...3.10.5

3.10.4

What's Changed

Full Changelog: https://github.com/tox-dev/py-filelock/compare/3.10.3...3.10.4

3.10.3

What's Changed

Full Changelog: https://github.com/tox-dev/py-filelock/compare/3.10.2...3.10.3

3.10.2

What's Changed

Full Changelog: https://github.com/tox-dev/py-filelock/compare/3.10.1...3.10.2

3.10.1

What's Changed

New Contributors

Full Changelog: https://github.com/tox-dev/py-filelock/compare/3.10.0...3.10.1

3.10.0

What's Changed

New Contributors

Full Changelog: https://github.com/tox-dev/py-filelock/compare/3.9.1...3.10.0

3.9.1

... (truncated)

Changelog

Sourced from filelock's changelog.

v3.10.5 (2023-03-25)

  • Add explicit error check as certain UNIX filesystems do not support flock. by :user:jahrules.

v3.10.4 (2023-03-24)

  • Update os.open to preserve mode= for certain edge cases. by :user:jahrules.

v3.10.3 (2023-03-23)

  • Fix permission issue - by :user:jahrules.

v3.10.2 (2023-03-22)

  • Bug fix for using filelock with threaded programs causing undesired file permissions - by :user:jahrules.

v3.10.1 (2023-03-22)

  • Handle pickle for :class:filelock.Timeout 🇵🇷203 - by :user:TheMatt2.

v3.10.0 (2023-03-15)

  • Add support for explicit file modes for lockfiles 🇵🇷192 - by :user:jahrules.

v3.9.1 (2023-03-14)

  • Use time.perf_counter instead of time.monotonic for calculating timeouts.
Commits

Merge request reports