diff --git a/poetry.lock b/poetry.lock index a0bb0cf..6bcd1df 100644 --- a/poetry.lock +++ b/poetry.lock @@ -635,7 +635,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 @@ -933,7 +933,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "db6b8833b311a5a7672f42a9ea2f5a1927dfcb192d78f371e0f4f5acb341b31b" +content-hash = "70ff97590d9ba1c0748facf682f33c5d1d692492055031ebedcedfa27608db05" [metadata.files] aiohttp = [ @@ -1443,8 +1443,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.7-py3-none-any.whl", hash = "sha256:a6c06a88f252e6c322f65faf8f418b16213b51bdfaece0524c1c1bc30c63c484"}, diff --git a/pyproject.toml b/pyproject.toml index 93d0383..beae851 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ flake8-docstrings = "^1.5.0" isort = "^5.10.1" pre-commit = "^2.17.0" pre-commit-hooks = "^4.1.0" -pylint = "^2.13.2" +pylint = "^2.13.3" pytest = "^7.1.0" pytest-asyncio = "^0.18.2" pytest-cov = "^3.0.0"