chore(api): update dependency pylint to v2.17.7
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2661>
This commit is contained in:
parent
2edbc6c98f
commit
e38808e2ce
|
@ -2812,17 +2812,17 @@ requests = ["requests"]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pylint"
|
name = "pylint"
|
||||||
version = "2.17.2"
|
version = "2.17.7"
|
||||||
description = "python code static checker"
|
description = "python code static checker"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.7.2"
|
python-versions = ">=3.7.2"
|
||||||
files = [
|
files = [
|
||||||
{file = "pylint-2.17.2-py3-none-any.whl", hash = "sha256:001cc91366a7df2970941d7e6bbefcbf98694e00102c1f121c531a814ddc2ea8"},
|
{file = "pylint-2.17.7-py3-none-any.whl", hash = "sha256:27a8d4c7ddc8c2f8c18aa0050148f89ffc09838142193fdbe98f172781a3ff87"},
|
||||||
{file = "pylint-2.17.2.tar.gz", hash = "sha256:1b647da5249e7c279118f657ca28b6aaebb299f86bf92affc632acf199f7adbb"},
|
{file = "pylint-2.17.7.tar.gz", hash = "sha256:f4fcac7ae74cfe36bc8451e931d8438e4a476c20314b1101c458ad0f05191fad"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
astroid = ">=2.15.2,<=2.17.0-dev0"
|
astroid = ">=2.15.8,<=2.17.0-dev0"
|
||||||
colorama = {version = ">=0.4.5", markers = "sys_platform == \"win32\""}
|
colorama = {version = ">=0.4.5", markers = "sys_platform == \"win32\""}
|
||||||
dill = [
|
dill = [
|
||||||
{version = ">=0.2", markers = "python_version < \"3.11\""},
|
{version = ">=0.2", markers = "python_version < \"3.11\""},
|
||||||
|
@ -4562,4 +4562,4 @@ typesense = ["typesense"]
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.8,<3.12"
|
python-versions = "^3.8,<3.12"
|
||||||
content-hash = "bb9cf9d4a4385d7475d78fb2d96491ac3e4498bd71d08d4e3cc209aa87521d22"
|
content-hash = "e5914da748e41356624a0b1253c1fd6672a21b2010deb905522b76dee41c5ce5"
|
||||||
|
|
|
@ -120,7 +120,7 @@ pytest-mock = "==3.10.0"
|
||||||
pytest-randomly = "==3.12.0"
|
pytest-randomly = "==3.12.0"
|
||||||
pytest-sugar = "==0.9.7"
|
pytest-sugar = "==0.9.7"
|
||||||
requests-mock = "==1.10.0"
|
requests-mock = "==1.10.0"
|
||||||
pylint = "==2.17.2"
|
pylint = "==2.17.7"
|
||||||
pylint-django = "==2.5.3"
|
pylint-django = "==2.5.3"
|
||||||
django-extensions = "==3.2.3"
|
django-extensions = "==3.2.3"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue