mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
Bump pylint from 2.14.3 to 2.14.4 in /kanidm_rlm_python (#882)
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:
parent
b606d62a7f
commit
cd66ca81d7
8
kanidm_rlm_python/poetry.lock
generated
8
kanidm_rlm_python/poetry.lock
generated
|
@ -243,7 +243,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
|||
|
||||
[[package]]
|
||||
name = "pylint"
|
||||
version = "2.14.3"
|
||||
version = "2.14.4"
|
||||
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 = "e9f5c20805ba529138ff60d327b8a67e42094bbc7bb730faf58f132fdd470873"
|
||||
content-hash = "54882c00f58d77c7959edd421b6713ce7747d9ac0482b7a73d7259faa49c20f0"
|
||||
|
||||
[metadata.files]
|
||||
aiohttp = [
|
||||
|
@ -759,8 +759,8 @@ py = [
|
|||
{file = "py-1.11.0.tar.gz", hash = "sha256:51c75c4126074b472f746a24399ad32f6053d1b34b68d2fa41e558e6f4a98719"},
|
||||
]
|
||||
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"},
|
||||
]
|
||||
pyparsing = [
|
||||
{file = "pyparsing-3.0.9-py3-none-any.whl", hash = "sha256:5026bae9a10eeaefb61dab2f09052b9f4307d44aee4eda64b309723d8d206bbc"},
|
||||
|
|
|
@ -13,7 +13,7 @@ toml = "^0.10.2"
|
|||
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"
|
||||
|
|
Loading…
Reference in a new issue