diff --git a/poetry.lock b/poetry.lock index a6076c714..8f202857b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -682,14 +682,14 @@ python-versions = ">=3.5" [[package]] name = "pylint" -version = "2.6.0" +version = "2.6.2" description = "python code static checker" category = "dev" optional = false python-versions = ">=3.5.*" [package.dependencies] -astroid = ">=2.4.0,<=2.5" +astroid = ">=2.4.0,<2.5" colorama = {version = "*", markers = "sys_platform == \"win32\""} isort = ">=4.2.5,<6" mccabe = ">=0.6,<0.7" @@ -1104,7 +1104,7 @@ pgsql = ["psycopg2"] [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "a0afaf1dad704bd2637cdc1032fb776b1575f0f336fefabfcc25c8775bf6698e" +content-hash = "f226f4f8c1eb86b3172c14d8fc71106b82f28049bb04bad4009e2281408e952b" [metadata.files] alabaster = [ @@ -1521,8 +1521,8 @@ pygments = [ {file = "Pygments-2.7.4.tar.gz", hash = "sha256:df49d09b498e83c1a73128295860250b0b7edd4c723a32e9bc0d295c7c2ec337"}, ] pylint = [ - {file = "pylint-2.6.0-py3-none-any.whl", hash = "sha256:bfe68f020f8a0fece830a22dd4d5dddb4ecc6137db04face4c3420a46a52239f"}, - {file = "pylint-2.6.0.tar.gz", hash = "sha256:bb4a908c9dadbc3aac18860550e870f58e1a02c9f2c204fdf5693d73be061210"}, + {file = "pylint-2.6.2-py3-none-any.whl", hash = "sha256:e71c2e9614a4f06e36498f310027942b0f4f2fde20aebb01655b31edc63b9eaf"}, + {file = "pylint-2.6.2.tar.gz", hash = "sha256:718b74786ea7ed07aa0c58bf572154d4679f960d26e9641cc1de204a30b87fc9"}, ] pyparsing = [ {file = "pyparsing-2.4.7-py2.py3-none-any.whl", hash = "sha256:ef9d7589ef3c200abe66653d3f1ab1033c3c419ae9b9bdb1240a85b024efc88b"}, diff --git a/pyproject.toml b/pyproject.toml index 3cfedb987..15595a728 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ django-extensions = "^3.1.1" coverage = "^5.4" coveralls = "^2.2.0" isort = "^5.7.0" -pylint = "^2.6.0" +pylint = "^2.6.2" autoflake = "^1.4" Sphinx = "^3.4.3" sphinx-rtd-theme = "^0.5.1"