build(deps-dev): bump pylint from 3.0.0 to 3.0.1 (#2920)

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]
2023-10-10 18:55:28 +02:00
committed by GitHub
parent e6c6df1334
commit 04410033e7
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -1868,13 +1868,13 @@ tests = ["coverage[toml] (==5.0.4)", "pytest (>=6.0.0,<7.0.0)"]
[[package]]
name = "pylint"
version = "3.0.0"
version = "3.0.1"
description = "python code static checker"
optional = false
python-versions = ">=3.8.0"
files = [
{file = "pylint-3.0.0-py3-none-any.whl", hash = "sha256:21da8ed1294f88d66c82eb3e624a0993291613548bb17fbccaa220c31c41293b"},
{file = "pylint-3.0.0.tar.gz", hash = "sha256:d22816c963816d7810b87afe0bdf5c80009e1078ecbb9c8f2e2a24d4430039b1"},
{file = "pylint-3.0.1-py3-none-any.whl", hash = "sha256:9c90b89e2af7809a1697f6f5f93f1d0e518ac566e2ac4d2af881a69c13ad01ea"},
{file = "pylint-3.0.1.tar.gz", hash = "sha256:81c6125637be216b4652ae50cc42b9f8208dfb725cdc7e04c48f6902f4dbdf40"},
]
[package.dependencies]
@@ -2886,4 +2886,4 @@ docs = ["mkdocs", "mkdocs-material"]
[metadata]
lock-version = "2.0"
python-versions = "^3.9"
content-hash = "3f86f430bd0ffa0acd3a27d47ecb0823170cf97582926e7cc85c8e24bd7ff176"
content-hash = "6a783f6322739d7e1ea1fa1bbbd35dc056f664d1223a73201cfdd97e1c93395e"

View File

@@ -63,7 +63,7 @@ freezegun = "1.2.2"
mock = "5.1.0"
moto = "4.2.5"
openapi-spec-validator = "0.6.0"
pylint = "3.0.0"
pylint = "3.0.1"
pytest = "7.4.2"
pytest-cov = "4.1.0"
pytest-randomly = "3.15.0"