chore(pip-dev)(deps-dev): bump pylint from 3.3.1 to 3.3.2 in the pylint group #422

Merged
dependabot[bot] merged 1 commits from dependabot/pip/pylint-7c53779d89 into main 2024-12-02 20:07:07 +01:00
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@ -619,17 +619,17 @@ tests = ["coverage[toml] (==5.0.4)", "pytest (>=6.0.0,<7.0.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.3.7", markers = "python_version >= \"3.12\""}, {version = ">=0.3.7", markers = "python_version >= \"3.12\""},
@ -964,4 +964,4 @@ files = [
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.11.2" python-versions = "^3.11.2"
content-hash = "ab6b472b27ffcd8639dcc3f758e9893e1b85abc9dec341c297783b1fef62dc2d" content-hash = "55d4d7a2e4a389fe24061618099c30b5e1bc4735389dee52785226e1526c7068"

View File

@ -15,7 +15,7 @@ pillow = "^11.0.0"
black = "^24.10.0" black = "^24.10.0"
coverage = "^7.6.8" coverage = "^7.6.8"
isort = "^5.13.2" isort = "^5.13.2"
pylint = "^3.3.1" pylint = "^3.3.2"
pylint-exit = "^1.2.0" pylint-exit = "^1.2.0"
pytest = "^8.3.3" pytest = "^8.3.3"
pre-commit = "^4.0.1" pre-commit = "^4.0.1"