fix: Use hatchling for filelock >=3.9.0

As per the
[release log](https://github.com/tox-dev/py-filelock/releases/tag/3.9.0).
This commit is contained in:
Victor Engmark 2023-01-04 09:28:39 +13:00 committed by Phillip Cloud
parent f90fb474c7
commit 54ff485422
No known key found for this signature in database
GPG key ID: D908212070FD785E

View file

@ -4974,10 +4974,22 @@
"setuptools"
],
"filelock": [
"setuptools",
"setuptools-scm",
"hatchling",
"hatch-vcs"
{
"buildSystem": "setuptools",
"until": "3.9.0"
},
{
"buildSystem": "setuptools-scm",
"until": "3.9.0"
},
{
"buildSystem": "hatchling",
"from": "3.9.0"
},
{
"buildSystem": "hatch-vcs",
"from": "3.9.0"
}
],
"filemagic": [
"setuptools"