chore(deps-dev): bump pylint from 2.15.9 to 2.15.10 in /pykanidm (#1324)

Bumps [pylint](https://github.com/PyCQA/pylint) from 2.15.9 to 2.15.10.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.15.9...v2.15.10)

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

Signed-off-by: dependabot[bot] <support@github.com>

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-01-16 14:40:22 +10:00 committed by GitHub
parent 62a8f585c5
commit fb265391c8
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

@ -1283,14 +1283,14 @@ plugins = ["importlib-metadata"]
[[package]]
name = "pylint"
version = "2.15.9"
version = "2.15.10"
description = "python code static checker"
category = "dev"
optional = false
python-versions = ">=3.7.2"
files = [
{file = "pylint-2.15.9-py3-none-any.whl", hash = "sha256:349c8cd36aede4d50a0754a8c0218b43323d13d5d88f4b2952ddfe3e169681eb"},
{file = "pylint-2.15.9.tar.gz", hash = "sha256:18783cca3cfee5b83c6c5d10b3cdb66c6594520ffae61890858fe8d932e1c6b4"},
{file = "pylint-2.15.10-py3-none-any.whl", hash = "sha256:9df0d07e8948a1c3ffa3b6e2d7e6e63d9fb457c5da5b961ed63106594780cc7e"},
{file = "pylint-2.15.10.tar.gz", hash = "sha256:b3dc5ef7d33858f297ac0d06cc73862f01e4f2e74025ec3eff347ce0bc60baf5"},
]
[package.dependencies]
@ -1988,4 +1988,4 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>=
[metadata]
lock-version = "2.0"
python-versions = "^3.9"
content-hash = "0430434bf6ec6b4833a2d00064e67096bcd74d75ad098e1c81779e87ae34a57b"
content-hash = "d4f507779df202995a7b72e8313f30146fb27a14b0831705f4c3e033056a2b6a"

View file

@ -37,7 +37,7 @@ aiohttp = "^3.8.1"
Authlib = "^1.1.0"
[tool.poetry.dev-dependencies]
pylint = "^2.15.9"
pylint = "^2.15.10"
mypy = "^0.991"
pytest = "^7.2.1"
types-toml = "^0.10.8"