From f3785b126f0aadabaaca9f3fbe49eed7d662be7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 19:33:56 +1000 Subject: [PATCH] Bump pylint from 2.14.4 to 2.14.5 in /kanidm_rlm_python (#933) Bumps [pylint](https://github.com/PyCQA/pylint) from 2.14.4 to 2.14.5. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Commits](https://github.com/PyCQA/pylint/compare/v2.14.4...v2.14.5) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- kanidm_rlm_python/poetry.lock | 8 ++++---- kanidm_rlm_python/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/kanidm_rlm_python/poetry.lock b/kanidm_rlm_python/poetry.lock index eaa1a9219..bc19698ad 100644 --- a/kanidm_rlm_python/poetry.lock +++ b/kanidm_rlm_python/poetry.lock @@ -243,7 +243,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" [[package]] name = "pylint" -version = "2.14.4" +version = "2.14.5" description = "python code static checker" category = "dev" optional = false @@ -423,7 +423,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "1f02cad3d847fefd066fcb2e79962e54c0cbd5fa9766a5e3b466e515c87b98e7" +content-hash = "5f144a83257fe70f4a41e252306d65440f54bbdc6a7215bc79a911774ea17300" [metadata.files] aiohttp = [ @@ -759,8 +759,8 @@ py = [ {file = "py-1.11.0.tar.gz", hash = "sha256:51c75c4126074b472f746a24399ad32f6053d1b34b68d2fa41e558e6f4a98719"}, ] pylint = [ - {file = "pylint-2.14.4-py3-none-any.whl", hash = "sha256:89b61867db16eefb7b3c5b84afc94081edaf11544189e2b238154677529ad69f"}, - {file = "pylint-2.14.4.tar.gz", hash = "sha256:47705453aa9dce520e123a7d51843d5f0032cbfa06870f89f00927aa1f735a4a"}, + {file = "pylint-2.14.5-py3-none-any.whl", hash = "sha256:fabe30000de7d07636d2e82c9a518ad5ad7908590fe135ace169b44839c15f90"}, + {file = "pylint-2.14.5.tar.gz", hash = "sha256:487ce2192eee48211269a0e976421f334cf94de1806ca9d0a99449adcdf0285e"}, ] pyparsing = [ {file = "pyparsing-3.0.9-py3-none-any.whl", hash = "sha256:5026bae9a10eeaefb61dab2f09052b9f4307d44aee4eda64b309723d8d206bbc"}, diff --git a/kanidm_rlm_python/pyproject.toml b/kanidm_rlm_python/pyproject.toml index 36c95f8fd..a5695e416 100644 --- a/kanidm_rlm_python/pyproject.toml +++ b/kanidm_rlm_python/pyproject.toml @@ -13,7 +13,7 @@ toml = "^0.10.2" aiohttp = "^3.8.1" [tool.poetry.dev-dependencies] -pylint = "^2.14.4" +pylint = "^2.14.5" mypy = "^0.961" types-requests = "^2.28.1" pytest = "^7.1.2"