Merge pull request #10 from cve-search/dependabot/pip/pylint-2.17.5

build(deps-dev): bump pylint from 2.17.4 to 2.17.5
This commit is contained in:
Alexandre Dulaunoy 2023-08-08 08:42:44 +02:00 committed by GitHub
commit 9e0aefaf98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View file

@ -696,17 +696,17 @@ plugins = ["importlib-metadata"]
[[package]] [[package]]
name = "pylint" name = "pylint"
version = "2.17.4" version = "2.17.5"
description = "python code static checker" description = "python code static checker"
optional = false optional = false
python-versions = ">=3.7.2" python-versions = ">=3.7.2"
files = [ files = [
{file = "pylint-2.17.4-py3-none-any.whl", hash = "sha256:7a1145fb08c251bdb5cca11739722ce64a63db479283d10ce718b2460e54123c"}, {file = "pylint-2.17.5-py3-none-any.whl", hash = "sha256:73995fb8216d3bed149c8d51bba25b2c52a8251a2c8ac846ec668ce38fab5413"},
{file = "pylint-2.17.4.tar.gz", hash = "sha256:5dcf1d9e19f41f38e4e85d10f511e5b9c35e1aa74251bf95cdd8cb23584e2db1"}, {file = "pylint-2.17.5.tar.gz", hash = "sha256:f7b601cbc06fef7e62a754e2b41294c2aa31f1cb659624b9a85bcba29eaf8252"},
] ]
[package.dependencies] [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\""} colorama = {version = ">=0.4.5", markers = "sys_platform == \"win32\""}
dill = [ dill = [
{version = ">=0.2", markers = "python_version < \"3.11\""}, {version = ">=0.2", markers = "python_version < \"3.11\""},
@ -1120,4 +1120,4 @@ docs = ["Sphinx"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.10" python-versions = "^3.10"
content-hash = "f1c180ddb600bfcbdfafe1c52ada948a4d6385d562c320f5a3ec374de9c574eb" content-hash = "bbc5f3d1e01f9c0aaeea6f8bc51903f67420ec8306bd16ab92b0ef7e3f70db87"

View file

@ -36,7 +36,7 @@ Sphinx = { version = "^7.0.1", optional = true }
docs = ["Sphinx"] docs = ["Sphinx"]
[tool.poetry.group.dev.dependencies] [tool.poetry.group.dev.dependencies]
pylint = "^2.17.4" pylint = "^2.17.5"
mypy = "^1.4.1" mypy = "^1.4.1"
types-requests = "^2.31.0.2" types-requests = "^2.31.0.2"
ipython = "^8.14.0" ipython = "^8.14.0"