diff --git a/api/poetry.lock b/api/poetry.lock index 86cccd72c..c7e700b55 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -2812,17 +2812,17 @@ requests = ["requests"] [[package]] name = "pylint" -version = "2.17.2" +version = "2.17.7" description = "python code static checker" optional = false python-versions = ">=3.7.2" files = [ - {file = "pylint-2.17.2-py3-none-any.whl", hash = "sha256:001cc91366a7df2970941d7e6bbefcbf98694e00102c1f121c531a814ddc2ea8"}, - {file = "pylint-2.17.2.tar.gz", hash = "sha256:1b647da5249e7c279118f657ca28b6aaebb299f86bf92affc632acf199f7adbb"}, + {file = "pylint-2.17.7-py3-none-any.whl", hash = "sha256:27a8d4c7ddc8c2f8c18aa0050148f89ffc09838142193fdbe98f172781a3ff87"}, + {file = "pylint-2.17.7.tar.gz", hash = "sha256:f4fcac7ae74cfe36bc8451e931d8438e4a476c20314b1101c458ad0f05191fad"}, ] [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\""} dill = [ {version = ">=0.2", markers = "python_version < \"3.11\""}, @@ -4562,4 +4562,4 @@ typesense = ["typesense"] [metadata] lock-version = "2.0" python-versions = "^3.8,<3.12" -content-hash = "bb9cf9d4a4385d7475d78fb2d96491ac3e4498bd71d08d4e3cc209aa87521d22" +content-hash = "e5914da748e41356624a0b1253c1fd6672a21b2010deb905522b76dee41c5ce5" diff --git a/api/pyproject.toml b/api/pyproject.toml index 2023038fb..f955b5214 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -120,7 +120,7 @@ pytest-mock = "==3.10.0" pytest-randomly = "==3.12.0" pytest-sugar = "==0.9.7" requests-mock = "==1.10.0" -pylint = "==2.17.2" +pylint = "==2.17.7" pylint-django = "==2.5.3" django-extensions = "==3.2.3"