diff --git a/poetry.lock b/poetry.lock index e004aaec..3d482b4c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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" diff --git a/pyproject.toml b/pyproject.toml index 5452f88c..441473d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"