chore(pip-dev)(deps-dev): bump the pylint group with 2 updates #310

Merged
dependabot[bot] merged 1 commits from dependabot/pip/pylint-c95abc2e78 into main 2024-07-22 19:39:58 +02:00
3 changed files with 10 additions and 10 deletions

16
poetry.lock generated
View File

@ -2,13 +2,13 @@
[[package]] [[package]]
name = "astroid" name = "astroid"
version = "3.2.2" version = "3.2.4"
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.8.0"
files = [ files = [
{file = "astroid-3.2.2-py3-none-any.whl", hash = "sha256:e8a0083b4bb28fcffb6207a3bfc9e5d0a68be951dd7e336d5dcf639c682388c0"}, {file = "astroid-3.2.4-py3-none-any.whl", hash = "sha256:413658a61eeca6202a59231abb473f932038fbcbf1666587f66d482083413a25"},
{file = "astroid-3.2.2.tar.gz", hash = "sha256:8ead48e31b92b2e217b6c9733a21afafe479d52d6e164dd25fb1a770c7c3cf94"}, {file = "astroid-3.2.4.tar.gz", hash = "sha256:0e14202810b30da1b735827f78f5157be2bbd4a7a59b7707ca0bfc2fb4c0063a"},
] ]
[[package]] [[package]]
@ -617,17 +617,17 @@ tests = ["coverage[toml] (==5.0.4)", "pytest (>=6.0.0,<7.0.0)"]
[[package]] [[package]]
name = "pylint" name = "pylint"
version = "3.2.5" version = "3.2.6"
description = "python code static checker" description = "python code static checker"
optional = false optional = false
python-versions = ">=3.8.0" python-versions = ">=3.8.0"
files = [ files = [
{file = "pylint-3.2.5-py3-none-any.whl", hash = "sha256:32cd6c042b5004b8e857d727708720c54a676d1e22917cf1a2df9b4d4868abd6"}, {file = "pylint-3.2.6-py3-none-any.whl", hash = "sha256:03c8e3baa1d9fb995b12c1dbe00aa6c4bcef210c2a2634374aedeb22fb4a8f8f"},
{file = "pylint-3.2.5.tar.gz", hash = "sha256:e9b7171e242dcc6ebd0aaa7540481d1a72860748a0a7816b8fe6cf6c80a6fe7e"}, {file = "pylint-3.2.6.tar.gz", hash = "sha256:a5d01678349454806cff6d886fb072294f56a58c4761278c97fb557d708e1eb3"},
] ]
[package.dependencies] [package.dependencies]
astroid = ">=3.2.2,<=3.3.0-dev0" astroid = ">=3.2.4,<=3.3.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\""},
@ -1012,4 +1012,4 @@ files = [
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.11.2" python-versions = "^3.11.2"
content-hash = "f849ec7dc947de7a7e9f60d70c432d9b87b9e8c2e1fb180ce7db70a296c6f436" content-hash = "8dfb532767b4d5246ee653564bd8b69bc90fd109e1523a32ca6a87eafdf26097"

View File

@ -14,7 +14,7 @@ sentry-sdk = "^2.10.0"
[tool.poetry.group.dev.dependencies] [tool.poetry.group.dev.dependencies]
black = "^24.4.2" black = "^24.4.2"
coverage = "^7.6.0" coverage = "^7.6.0"
pylint = "^3.2.5" pylint = "^3.2.6"
pylint-exit = "^1.2.0" pylint-exit = "^1.2.0"
pytest = "^8.2.2" pytest = "^8.2.2"
pre-commit = "^3.7.1" pre-commit = "^3.7.1"

View File

@ -1,4 +1,4 @@
astroid==3.2.3 astroid==3.2.4
black==24.4.2 black==24.4.2
cfgv==3.4.0 cfgv==3.4.0
click==8.1.7 click==8.1.7