Bump pylint from 2.14.3 to 2.14.4 in /pykanidm (#887)

Bumps [pylint](https://github.com/PyCQA/pylint) from 2.14.3 to 2.14.4.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.14.3...v2.14.4)

---
updated-dependencies:
- dependency-name: pylint
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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] 2022-07-04 09:33:44 +10:00 committed by GitHub
parent 32a3d797b8
commit 11c1aa1b08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
pykanidm/poetry.lock generated
View file

@ -495,7 +495,7 @@ python-versions = ">=3.6"
[[package]]
name = "pylint"
version = "2.14.3"
version = "2.14.4"
description = "python code static checker"
category = "dev"
optional = false
@ -801,7 +801,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
[metadata]
lock-version = "1.1"
python-versions = "^3.8"
content-hash = "e09228f5230965fa346b6bddcb8583441b3bf6b71101b0e3d5a1d73129ab467c"
content-hash = "01de3b224b3ddfe4d163e54b42bbadb26f36ba83374607a99e9b628b206beae0"
[metadata.files]
aiohttp = [
@ -1344,8 +1344,8 @@ pygments = [
{file = "Pygments-2.12.0.tar.gz", hash = "sha256:5eb116118f9612ff1ee89ac96437bb6b49e8f04d8a13b514ba26f620208e26eb"},
]
pylint = [
{file = "pylint-2.14.3-py3-none-any.whl", hash = "sha256:6757a027e15816be23625b079ebc45464e4c9d9dde0c826d18beee53fe22a2e7"},
{file = "pylint-2.14.3.tar.gz", hash = "sha256:4e1378f815c63e7e44590d0d339ed6435f5281d0a0cc357d29a86ea0365ef868"},
{file = "pylint-2.14.4-py3-none-any.whl", hash = "sha256:89b61867db16eefb7b3c5b84afc94081edaf11544189e2b238154677529ad69f"},
{file = "pylint-2.14.4.tar.gz", hash = "sha256:47705453aa9dce520e123a7d51843d5f0032cbfa06870f89f00927aa1f735a4a"},
]
pylint-pydantic = [
{file = "pylint_pydantic-0.1.4-py3-none-any.whl", hash = "sha256:d42d9e95255b2f70f82a674cec159f417263363c7da0e28998964d83d7330c72"},

View file

@ -24,7 +24,7 @@ pydantic = "^1.9.1"
aiohttp = "^3.8.1"
[tool.poetry.dev-dependencies]
pylint = "^2.14.3"
pylint = "^2.14.4"
mypy = "^0.961"
types-requests = "^2.28.0"
pytest = "^7.1.2"