chore(pip-dev)(deps-dev): bump the pylint group across 1 directory with 2 updates #373

Closed
dependabot[bot] wants to merge 1 commits from dependabot/pip/pylint-326fc8db88 into main
3 changed files with 12 additions and 12 deletions

20
poetry.lock generated
View File

@ -2,13 +2,13 @@
[[package]] [[package]]
name = "astroid" name = "astroid"
version = "3.2.4" version = "3.3.5"
description = "An abstract syntax tree for Python with inference support." description = "An abstract syntax tree for Python with inference support."
optional = false optional = false
python-versions = ">=3.8.0" python-versions = ">=3.9.0"
files = [ files = [
{file = "astroid-3.2.4-py3-none-any.whl", hash = "sha256:413658a61eeca6202a59231abb473f932038fbcbf1666587f66d482083413a25"}, {file = "astroid-3.3.5-py3-none-any.whl", hash = "sha256:a9d1c946ada25098d790e079ba2a1b112157278f3fb7e718ae6a9252f5835dc8"},
{file = "astroid-3.2.4.tar.gz", hash = "sha256:0e14202810b30da1b735827f78f5157be2bbd4a7a59b7707ca0bfc2fb4c0063a"}, {file = "astroid-3.3.5.tar.gz", hash = "sha256:5cfc40ae9f68311075d27ef68a4841bdc5cc7f6cf86671b49f00607d30188e2d"},
] ]
[[package]] [[package]]
@ -622,17 +622,17 @@ tests = ["coverage[toml] (==5.0.4)", "pytest (>=6.0.0,<7.0.0)"]
[[package]] [[package]]
name = "pylint" name = "pylint"
version = "3.2.6" version = "3.3.1"
description = "python code static checker" description = "python code static checker"
optional = false optional = false
python-versions = ">=3.8.0" python-versions = ">=3.9.0"
files = [ files = [
{file = "pylint-3.2.6-py3-none-any.whl", hash = "sha256:03c8e3baa1d9fb995b12c1dbe00aa6c4bcef210c2a2634374aedeb22fb4a8f8f"}, {file = "pylint-3.3.1-py3-none-any.whl", hash = "sha256:2f846a466dd023513240bc140ad2dd73bfc080a5d85a710afdb728c420a5a2b9"},
{file = "pylint-3.2.6.tar.gz", hash = "sha256:a5d01678349454806cff6d886fb072294f56a58c4761278c97fb557d708e1eb3"}, {file = "pylint-3.3.1.tar.gz", hash = "sha256:9f3dcc87b1203e612b78d91a896407787e708b3f189b5fa0b307712d49ff0c6e"},
] ]
[package.dependencies] [package.dependencies]
astroid = ">=3.2.4,<=3.3.0-dev0" astroid = ">=3.3.4,<=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\""},
@ -1021,4 +1021,4 @@ files = [
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.11.2" python-versions = "^3.11.2"
content-hash = "f7823bb3d889bedb7b2edccc56ba8169403af44b0e5d17925cee1e42445ccb5c" content-hash = "315d8ef4e34b69e4e4b585dc9705f36acad15d6128e88fa452505cd9b6f44309"

View File

@ -14,7 +14,7 @@ sentry-sdk = "^2.19.0"
[tool.poetry.group.dev.dependencies] [tool.poetry.group.dev.dependencies]
black = "^24.10.0" black = "^24.10.0"
coverage = "^7.6.8" coverage = "^7.6.8"
pylint = "^3.2.6" pylint = "^3.3.1"
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"

View File

@ -1,4 +1,4 @@
astroid==3.2.4 astroid==3.3.5
black==24.10.0 black==24.10.0
cfgv==3.4.0 cfgv==3.4.0
click==8.1.7 click==8.1.7