diff --git a/poetry.lock b/poetry.lock index 3bdc7d0..7b20315 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.7" +version = "2.13.8" 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 = "a1de4566529002372cbf8e06ccbdafa6fb61114698e3ead2d2bf90b4173e31f4" +content-hash = "bc4de06cf53fa626039a5b2aca89ca5e3cad64f9e5ab6751b6663f453b907a72" [metadata.files] aiohttp = [ @@ -1443,8 +1443,8 @@ pyflakes = [ {file = "pyflakes-2.4.0.tar.gz", hash = "sha256:05a85c2872edf37a4ed30b0cce2f6093e1d0581f8c19d7393122da7e25b2b24c"}, ] pylint = [ - {file = "pylint-2.13.7-py3-none-any.whl", hash = "sha256:13ddbbd8872c804574149e81197c28877eba75224ba6b76cd8652fc31df55c1c"}, - {file = "pylint-2.13.7.tar.gz", hash = "sha256:911d3a97c808f7554643bcc5416028cfdc42eae34ed129b150741888c688d5d5"}, + {file = "pylint-2.13.8-py3-none-any.whl", hash = "sha256:f87e863a0b08f64b5230e7e779bcb75276346995737b2c0dc2793070487b1ff6"}, + {file = "pylint-2.13.8.tar.gz", hash = "sha256:ced8968c3b699df0615e2a709554dec3ddac2f5cd06efadb69554a69eeca364a"}, ] pyparsing = [ {file = "pyparsing-3.0.7-py3-none-any.whl", hash = "sha256:a6c06a88f252e6c322f65faf8f418b16213b51bdfaece0524c1c1bc30c63c484"}, diff --git a/pyproject.toml b/pyproject.toml index f81db87..fe36f9c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ flake8-docstrings = "^1.5.0" isort = "^5.10.1" pre-commit = "^2.18.1" pre-commit-hooks = "^4.2.0" -pylint = "^2.13.7" +pylint = "^2.13.8" pytest = "^7.1.2" pytest-asyncio = "^0.18.3" pytest-cov = "^3.0.0"