diff --git a/poetry.lock b/poetry.lock index 949a2ec..4ac376b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -945,17 +945,17 @@ tomli = {version = ">=1.1.0", markers = "python_version < \"3.11\""} [[package]] name = "pylint" -version = "2.17.4" +version = "2.17.5" description = "python code static checker" optional = false python-versions = ">=3.7.2" files = [ - {file = "pylint-2.17.4-py3-none-any.whl", hash = "sha256:7a1145fb08c251bdb5cca11739722ce64a63db479283d10ce718b2460e54123c"}, - {file = "pylint-2.17.4.tar.gz", hash = "sha256:5dcf1d9e19f41f38e4e85d10f511e5b9c35e1aa74251bf95cdd8cb23584e2db1"}, + {file = "pylint-2.17.5-py3-none-any.whl", hash = "sha256:73995fb8216d3bed149c8d51bba25b2c52a8251a2c8ac846ec668ce38fab5413"}, + {file = "pylint-2.17.5.tar.gz", hash = "sha256:f7b601cbc06fef7e62a754e2b41294c2aa31f1cb659624b9a85bcba29eaf8252"}, ] [package.dependencies] -astroid = ">=2.15.4,<=2.17.0-dev0" +astroid = ">=2.15.6,<=2.17.0-dev0" colorama = {version = ">=0.4.5", markers = "sys_platform == \"win32\""} dill = [ {version = ">=0.2", markers = "python_version < \"3.11\""}, @@ -1452,4 +1452,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "7fa5fff115d2740df2a9ff2c8a0d5790697170fa0e061ec943918f515c3591de" +content-hash = "d7eab0b8b0142e11df3fb841794d0c50d182fd1e1dd1b562bdb12c8fa624aa61" diff --git a/pyproject.toml b/pyproject.toml index d4e8393..5b0dc8e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ coverage = {version = "7.2.7", extras = ["toml"]} mypy = "1.4.1" pre-commit = "3.3.3" pre-commit-hooks = "4.4.0" -pylint = "2.17.4" +pylint = "2.17.5" pytest = "7.4.0" pytest-asyncio = "0.21.1" pytest-cov = "4.1.0"