From ef351a3d60c73b19c97d74641d2267269f633c17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Mar 2021 05:05:57 +0000 Subject: [PATCH] build(deps-dev): bump pylint from 2.7.1 to 2.7.2 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.7.1 to 2.7.2. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Changelog](https://github.com/PyCQA/pylint/blob/master/ChangeLog) - [Commits](https://github.com/PyCQA/pylint/compare/pylint-2.7.1...pylint-2.7.2) Signed-off-by: dependabot[bot] --- poetry.lock | 18 +++++++++--------- pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/poetry.lock b/poetry.lock index 601b2e1103..6796a7b1a0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -46,7 +46,7 @@ tests = ["pytest", "pytest-asyncio"] [[package]] name = "astroid" -version = "2.5" +version = "2.5.1" description = "An abstract syntax tree for Python with inference support." category = "dev" optional = false @@ -1157,21 +1157,21 @@ python-versions = ">=3.5" [[package]] name = "pylint" -version = "2.7.1" +version = "2.7.2" description = "python code static checker" category = "dev" optional = false python-versions = "~=3.6" [package.dependencies] -astroid = "2.5.0" +astroid = ">=2.5.1,<2.6" colorama = {version = "*", markers = "sys_platform == \"win32\""} isort = ">=4.2.5,<6" mccabe = ">=0.6,<0.7" toml = ">=0.7.1" [package.extras] -docs = ["sphinx (>=3.2,<4.0)", "python-docs-theme"] +docs = ["sphinx (==3.5.1)", "python-docs-theme (==2020.12)"] [[package]] name = "pyopenssl" @@ -1670,7 +1670,7 @@ flp = ["reporters-db", "juriscraper"] [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "68391762d08e0088ba710340c94bbb8e1f8cc6501e7d1637a5ccd1ae968802e1" +content-hash = "06e76dfcdf4e73a33f130e45c78fe8038cae6bc75f43f238e2d50253e86fb82a" [metadata.files] amqp = [ @@ -1694,8 +1694,8 @@ asgiref = [ {file = "asgiref-3.3.1.tar.gz", hash = "sha256:7162a3cb30ab0609f1a4c95938fd73e8604f63bdba516a7f7d64b83ff09478f0"}, ] astroid = [ - {file = "astroid-2.5-py3-none-any.whl", hash = "sha256:87ae7f2398b8a0ae5638ddecf9987f081b756e0e9fc071aeebdca525671fc4dc"}, - {file = "astroid-2.5.tar.gz", hash = "sha256:b31c92f545517dcc452f284bc9c044050862fbe6d93d2b3de4a215a6b384bf0d"}, + {file = "astroid-2.5.1-py3-none-any.whl", hash = "sha256:21d735aab248253531bb0f1e1e6d068f0ee23533e18ae8a6171ff892b98297cf"}, + {file = "astroid-2.5.1.tar.gz", hash = "sha256:cfc35498ee64017be059ceffab0a25bedf7548ab76f2bea691c5565896e7128d"}, ] atomicwrites = [ {file = "atomicwrites-1.4.0-py2.py3-none-any.whl", hash = "sha256:6d1784dea7c0c8d4a5172b6c620f40b6e4cbfdf96d783691f2e1302a7b88e197"}, @@ -2369,8 +2369,8 @@ pygments = [ {file = "Pygments-2.8.0.tar.gz", hash = "sha256:37a13ba168a02ac54cc5891a42b1caec333e59b66addb7fa633ea8a6d73445c0"}, ] pylint = [ - {file = "pylint-2.7.1-py3-none-any.whl", hash = "sha256:a251b238db462b71d25948f940568bb5b3ae0e37dbaa05e10523f54f83e6cc7e"}, - {file = "pylint-2.7.1.tar.gz", hash = "sha256:81ce108f6342421169ea039ff1f528208c99d2e5a9c4ca95cfc5291be6dfd982"}, + {file = "pylint-2.7.2-py3-none-any.whl", hash = "sha256:d09b0b07ba06bcdff463958f53f23df25e740ecd81895f7d2699ec04bbd8dc3b"}, + {file = "pylint-2.7.2.tar.gz", hash = "sha256:0e21d3b80b96740909d77206d741aa3ce0b06b41be375d92e1f3244a274c1f8a"}, ] pyopenssl = [ {file = "pyOpenSSL-20.0.1-py2.py3-none-any.whl", hash = "sha256:818ae18e06922c066f777a33f1fca45786d85edfe71cd043de6379337a7f274b"}, diff --git a/pyproject.toml b/pyproject.toml index 39f4da381e..b6b8cebbb0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -99,7 +99,7 @@ gunicorn = "^20.0.4" eyecite = "^1.1.0" [tool.poetry.dev-dependencies] -pylint = "^2.7.0" +pylint = "^2.7.2" pytest = "==4.4.*,>=4.4.0" pytest-django = "==3.10.*" black = {version = "^20.8b1", allow-prereleases = true}