chore(deps-dev): bump pylint from 3.2.6 to 3.2.7 (#4919)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-09-03 07:53:55 +02:00
committed by GitHub
parent a66f626b32
commit ca7d7870ae
2 changed files with 5 additions and 5 deletions
Generated
+4 -4
View File
@@ -3205,13 +3205,13 @@ tests = ["coverage[toml] (==5.0.4)", "pytest (>=6.0.0,<7.0.0)"]
[[package]]
name = "pylint"
version = "3.2.6"
version = "3.2.7"
description = "python code static checker"
optional = false
python-versions = ">=3.8.0"
files = [
{file = "pylint-3.2.6-py3-none-any.whl", hash = "sha256:03c8e3baa1d9fb995b12c1dbe00aa6c4bcef210c2a2634374aedeb22fb4a8f8f"},
{file = "pylint-3.2.6.tar.gz", hash = "sha256:a5d01678349454806cff6d886fb072294f56a58c4761278c97fb557d708e1eb3"},
{file = "pylint-3.2.7-py3-none-any.whl", hash = "sha256:02f4aedeac91be69fb3b4bea997ce580a4ac68ce58b89eaefeaf06749df73f4b"},
{file = "pylint-3.2.7.tar.gz", hash = "sha256:1b7a721b575eaeaa7d39db076b6e7743c993ea44f57979127c517c6c572c803e"},
]
[package.dependencies]
@@ -4568,4 +4568,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools",
[metadata]
lock-version = "2.0"
python-versions = ">=3.9,<3.13"
content-hash = "85ec73f1c3638238ad5b298847c1219d679bbc847b494ea1de8883dc0ddb676e"
content-hash = "7fe0cc66a815b39e39821ba277ffb5e8b4a0ffde4a6c5a553b2e584d67c48038"
+1 -1
View File
@@ -77,7 +77,7 @@ mock = "5.1.0"
moto = {extras = ["all"], version = "5.0.13"}
openapi-schema-validator = "0.6.2"
openapi-spec-validator = "0.7.1"
pylint = "3.2.6"
pylint = "3.2.7"
pytest = "8.3.2"
pytest-cov = "5.0.0"
pytest-env = "1.1.3"