diff --git a/poetry.lock b/poetry.lock index 0eb625e4..10f01587 100644 --- a/poetry.lock +++ b/poetry.lock @@ -16,13 +16,13 @@ packaging = "*" [[package]] name = "astroid" -version = "2.15.4" +version = "2.15.6" description = "An abstract syntax tree for Python with inference support." optional = false python-versions = ">=3.7.2" files = [ - {file = "astroid-2.15.4-py3-none-any.whl", hash = "sha256:a1b8543ef9d36ea777194bc9b17f5f8678d2c56ee6a45b2c2f17eec96f242347"}, - {file = "astroid-2.15.4.tar.gz", hash = "sha256:c81e1c7fbac615037744d067a9bb5f9aeb655edf59b63ee8b59585475d6f80d8"}, + {file = "astroid-2.15.6-py3-none-any.whl", hash = "sha256:389656ca57b6108f939cf5d2f9a2a825a3be50ba9d589670f393236e0a03b91c"}, + {file = "astroid-2.15.6.tar.gz", hash = "sha256:903f024859b7c7687d7a7f3a3f73b17301f8e42dfd9cc9df9d4418172d3e2dbd"}, ] [package.dependencies] @@ -1989,17 +1989,17 @@ jupyter = ["ipython"] [[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\""} isort = ">=4.2.5,<6" @@ -2828,4 +2828,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = "^3.8,<3.11" -content-hash = "ee8687bad2466a16d07c9788e6f39f208c122c7dfc1a626e44d4309368033206" +content-hash = "cb11a56fe6dc9cb6e60c88c57a20adae149264d7e4cb2dbf52f870b867001325" diff --git a/pyproject.toml b/pyproject.toml index e11d8039..060c4500 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ bokeh = "^3.1.1" [tool.poetry.group.dev.dependencies] flake8 = "^5.0.4" -pylint = "^2.17.4" +pylint = "^2.17.5" readability-lxml = "^0.8.1" coverage = "^7.2" bandit = "^1.7.5"