diff --git a/poetry.lock b/poetry.lock index eb08d00..878e59c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -653,7 +653,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 = "95fdcd0fda3488972a387d65746b7641294f3bf814c1d5ac68ef89024473151e" +content-hash = "a8e0e1c8e9e0c057055cc488b844441736c13d7277a4a7a3d2ffb4f746d526a0" [metadata.files] aiohttp = [ @@ -1506,8 +1506,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.9-py3-none-any.whl", hash = "sha256:5026bae9a10eeaefb61dab2f09052b9f4307d44aee4eda64b309723d8d206bbc"}, diff --git a/pyproject.toml b/pyproject.toml index 8370e74..8509073 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,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.19.0" pytest-cov = "^3.0.0"