diff --git a/poetry.lock b/poetry.lock index a04abeb8..aaf549bf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -661,7 +661,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" [[package]] name = "pylint" -version = "2.14.4" +version = "2.14.5" description = "python code static checker" category = "dev" optional = false @@ -970,7 +970,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "2b1a0dd68c326b6e51ef23a1cd8709412ec09be032d205a412c525aacbeff3f4" +content-hash = "630ee7b17856d9117c1d684ea7e37dd097e489c1fe525801b4acb9e505b34a94" [metadata.files] aiohttp = [ @@ -1509,8 +1509,8 @@ pyflakes = [ {file = "pyflakes-2.4.0.tar.gz", hash = "sha256:05a85c2872edf37a4ed30b0cce2f6093e1d0581f8c19d7393122da7e25b2b24c"}, ] pylint = [ - {file = "pylint-2.14.4-py3-none-any.whl", hash = "sha256:89b61867db16eefb7b3c5b84afc94081edaf11544189e2b238154677529ad69f"}, - {file = "pylint-2.14.4.tar.gz", hash = "sha256:47705453aa9dce520e123a7d51843d5f0032cbfa06870f89f00927aa1f735a4a"}, + {file = "pylint-2.14.5-py3-none-any.whl", hash = "sha256:fabe30000de7d07636d2e82c9a518ad5ad7908590fe135ace169b44839c15f90"}, + {file = "pylint-2.14.5.tar.gz", hash = "sha256:487ce2192eee48211269a0e976421f334cf94de1806ca9d0a99449adcdf0285e"}, ] pyparsing = [ {file = "pyparsing-3.0.7-py3-none-any.whl", hash = "sha256:a6c06a88f252e6c322f65faf8f418b16213b51bdfaece0524c1c1bc30c63c484"}, diff --git a/pyproject.toml b/pyproject.toml index ec305607..3f95eac4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ isort = "^5.10.1" mypy = "^0.961" pre-commit = "^2.20.0" pre-commit-hooks = "^4.3.0" -pylint = "^2.14.4" +pylint = "^2.14.5" pytest = "^7.1.2" pytest-asyncio = "^0.18.3" pytest-cov = "^3.0.0"