|
|
@ -400,17 +400,17 @@ virtualenv = ">=20.10.0"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "pylint"
|
|
|
|
name = "pylint"
|
|
|
|
version = "3.3.1"
|
|
|
|
version = "3.3.2"
|
|
|
|
description = "python code static checker"
|
|
|
|
description = "python code static checker"
|
|
|
|
optional = false
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.9.0"
|
|
|
|
python-versions = ">=3.9.0"
|
|
|
|
files = [
|
|
|
|
files = [
|
|
|
|
{file = "pylint-3.3.1-py3-none-any.whl", hash = "sha256:2f846a466dd023513240bc140ad2dd73bfc080a5d85a710afdb728c420a5a2b9"},
|
|
|
|
{file = "pylint-3.3.2-py3-none-any.whl", hash = "sha256:77f068c287d49b8683cd7c6e624243c74f92890f767f106ffa1ddf3c0a54cb7a"},
|
|
|
|
{file = "pylint-3.3.1.tar.gz", hash = "sha256:9f3dcc87b1203e612b78d91a896407787e708b3f189b5fa0b307712d49ff0c6e"},
|
|
|
|
{file = "pylint-3.3.2.tar.gz", hash = "sha256:9ec054ec992cd05ad30a6df1676229739a73f8feeabf3912c995d17601052b01"},
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
[package.dependencies]
|
|
|
|
astroid = ">=3.3.4,<=3.4.0-dev0"
|
|
|
|
astroid = ">=3.3.5,<=3.4.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\""},
|
|
|
@ -609,4 +609,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess
|
|
|
|
[metadata]
|
|
|
|
[metadata]
|
|
|
|
lock-version = "2.0"
|
|
|
|
lock-version = "2.0"
|
|
|
|
python-versions = "^3.9"
|
|
|
|
python-versions = "^3.9"
|
|
|
|
content-hash = "a317e2c8924cac8f8b7f26191f1f981243205a872912769d43380f70d7acadf8"
|
|
|
|
content-hash = "64d8272592088d0e7a3aee3d7318d26acd2de67d7875b5bd00f10a593aec84dc"
|
|
|
|