diff --git a/poetry.lock b/poetry.lock index e02271e..807c86e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -684,7 +684,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" [[package]] name = "pylint" -version = "2.13.2" +version = "2.13.3" description = "python code static checker" category = "dev" optional = false @@ -983,7 +983,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "231dfe7340cd71c96b9b8db5634b5d3c16a5f42ba1a970b01f55ba04604e9306" +content-hash = "3acae91f818988c5b1aed8de675045ec5ec15c7b67222556c25374e001c17952" [metadata.files] aiohttp = [ @@ -1570,8 +1570,8 @@ pyflakes = [ {file = "pyflakes-2.4.0.tar.gz", hash = "sha256:05a85c2872edf37a4ed30b0cce2f6093e1d0581f8c19d7393122da7e25b2b24c"}, ] pylint = [ - {file = "pylint-2.13.2-py3-none-any.whl", hash = "sha256:3cd8eb401c6aa6c66b614d72cf0c54a02d6bf7752aa9890fc41de71030f3c81a"}, - {file = "pylint-2.13.2.tar.gz", hash = "sha256:0c6dd0e53e6e17f2d0d62660905f3868611e734e9d9b310dc651a4b9f3dc70da"}, + {file = "pylint-2.13.3-py3-none-any.whl", hash = "sha256:c8837b6ec6440e3490ab8f066054b0645a516a29ca51ce442f16f7004f711a70"}, + {file = "pylint-2.13.3.tar.gz", hash = "sha256:12ed2520510c40db647e4ec7f747b07e0d669b33ab41479c2a07bb89b92877db"}, ] pyparsing = [ {file = "pyparsing-3.0.6-py3-none-any.whl", hash = "sha256:04ff808a5b90911829c55c4e26f75fa5ca8a2f5f36aa3a51f68e27033341d3e4"}, diff --git a/pyproject.toml b/pyproject.toml index d6cebcd..448c785 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ isort = "^5.10.1" mypy = "^0.942" pre-commit = "^2.17.0" pre-commit-hooks = "^4.1.0" -pylint = "^2.13.2" +pylint = "^2.13.3" pytest = "^7.1.1" pytest-asyncio = "^0.18.3" pytest-cov = "^3.0.0"