Skip to content

Bump filelock from 3.8.2 to 3.9.0

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

Bumps filelock from 3.8.2 to 3.9.0.

Release notes

Sourced from filelock's releases.

3.9.0

What's Changed

Full Changelog: https://github.com/tox-dev/py-filelock/compare/3.8.2...3.9.0

Changelog

Sourced from filelock's changelog.

v3.9.0 (2022-12-28)

  • Move build backend to hatchling 🇵🇷185 - by :user:gaborbernat`.

v3.8.1 (2022-12-04)

  • Fix mypy does not accept filelock.FileLock as a valid type

v3.8.0 (2022-12-04)

  • Bump project dependencies
  • Add timeout unit to docstrings
  • Support 3.11

v3.7.1 (2022-05-31)

  • Make the readme documentation point to the index page

v3.7.0 (2022-05-13)

  • Add ability to return immediately when a lock cannot be obtained

v3.6.0 (2022-02-17)

  • Fix pylint warning "Abstract class :class:WindowsFileLock <filelock.WindowsFileLock> with abstract methods instantiated" 🇵🇷135 - by :user:vonschultz
  • Fix pylint warning "Abstract class :class:UnixFileLock <filelock.UnixFileLock> with abstract methods instantiated" 🇵🇷135 - by :user:vonschultz

v3.5.1 (2022-02-16)

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

v3.5.0 (2022-02-15)

  • Enable use as context decorator

v3.4.2 (2021-12-16)

  • Drop support for python 3.6

v3.4.1 (2021-12-16)

  • Add stacklevel to deprecation warnings for argument name change

v3.4.0 (2021-11-16)

  • Add correct spelling of poll interval parameter for :meth:acquire <filelock.BaseFileLock.acquire> method, raise deprecation warning when using the misspelled form 🇵🇷119 - by :user:XuehaiPan.

... (truncated)

Commits


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports