Merge pull request #104 from alexpolo1/dependabot/pip/pylint-3.2.6

Bump pylint from 3.2.0 to 3.2.6
This commit is contained in:
alexpolo1
2024-07-22 19:11:12 +02:00
committed by GitHub
2 changed files with 10 additions and 10 deletions

18
poetry.lock generated
View File

@@ -1,4 +1,4 @@
# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand.
# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand.
[[package]]
name = "aiohttp"
@@ -112,13 +112,13 @@ frozenlist = ">=1.1.0"
[[package]]
name = "astroid"
version = "3.2.0"
version = "3.2.4"
description = "An abstract syntax tree for Python with inference support."
optional = false
python-versions = ">=3.8.0"
files = [
{file = "astroid-3.2.0-py3-none-any.whl", hash = "sha256:16ee8ca5c75ac828783028cc1f967777f0e507c6886a295ad143e0f405b975a2"},
{file = "astroid-3.2.0.tar.gz", hash = "sha256:f7f829f8506ade59f1b3c6c93d8fac5b1ebc721685fa9af23e9794daf1d450a3"},
{file = "astroid-3.2.4-py3-none-any.whl", hash = "sha256:413658a61eeca6202a59231abb473f932038fbcbf1666587f66d482083413a25"},
{file = "astroid-3.2.4.tar.gz", hash = "sha256:0e14202810b30da1b735827f78f5157be2bbd4a7a59b7707ca0bfc2fb4c0063a"},
]
[package.dependencies]
@@ -678,17 +678,17 @@ files = [
[[package]]
name = "pylint"
version = "3.2.0"
version = "3.2.6"
description = "python code static checker"
optional = false
python-versions = ">=3.8.0"
files = [
{file = "pylint-3.2.0-py3-none-any.whl", hash = "sha256:9f20c05398520474dac03d7abb21ab93181f91d4c110e1e0b32bc0d016c34fa4"},
{file = "pylint-3.2.0.tar.gz", hash = "sha256:ad8baf17c8ea5502f23ae38d7c1b7ec78bd865ce34af9a0b986282e2611a8ff2"},
{file = "pylint-3.2.6-py3-none-any.whl", hash = "sha256:03c8e3baa1d9fb995b12c1dbe00aa6c4bcef210c2a2634374aedeb22fb4a8f8f"},
{file = "pylint-3.2.6.tar.gz", hash = "sha256:a5d01678349454806cff6d886fb072294f56a58c4761278c97fb557d708e1eb3"},
]
[package.dependencies]
astroid = ">=3.2.0,<=3.3.0-dev0"
astroid = ">=3.2.4,<=3.3.0-dev0"
colorama = {version = ">=0.4.5", markers = "sys_platform == \"win32\""}
dill = [
{version = ">=0.2", markers = "python_version < \"3.11\""},
@@ -955,4 +955,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = ">=3.9,<4.0"
content-hash = "5f15f12a2180564f419133c258960d1815735eb22fbc94bc20c614913405aa99"
content-hash = "b1a23e6e771e711b638f98930335cf21c6cd5d7f78c616baf585c83d46ea43ce"

View File

@@ -25,7 +25,7 @@ pyhumps = "^3.0.2"
pytest = "^8.2"
pre-commit = "^3.7.1"
black = "^24.4"
pylint = "^3.2.0"
pylint = "^3.2.6"
isort = "^5.10.1"
mypy = "^1.10"
flake8 = "^4.0.1"