build(deps-dev): bump pylint from 2.16.2 to 2.16.3 (#2038)

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-03-06 13:18:26 +01:00
committed by GitHub
parent 17cd0dc91d
commit 90ebbfc20f
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -1665,14 +1665,14 @@ tests = ["coverage[toml] (==5.0.4)", "pytest (>=6.0.0,<7.0.0)"]
[[package]] [[package]]
name = "pylint" name = "pylint"
version = "2.16.2" version = "2.16.3"
description = "python code static checker" description = "python code static checker"
category = "dev" category = "dev"
optional = false optional = false
python-versions = ">=3.7.2" python-versions = ">=3.7.2"
files = [ files = [
{file = "pylint-2.16.2-py3-none-any.whl", hash = "sha256:ff22dde9c2128cd257c145cfd51adeff0be7df4d80d669055f24a962b351bbe4"}, {file = "pylint-2.16.3-py3-none-any.whl", hash = "sha256:3e803be66e3a34c76b0aa1a3cf4714b538335e79bd69718d34fcf36d8fff2a2b"},
{file = "pylint-2.16.2.tar.gz", hash = "sha256:13b2c805a404a9bf57d002cd5f054ca4d40b0b87542bdaba5e05321ae8262c84"}, {file = "pylint-2.16.3.tar.gz", hash = "sha256:0decdf8dfe30298cd9f8d82e9a1542da464db47da60e03641631086671a03621"},
] ]
[package.dependencies] [package.dependencies]
@@ -2610,4 +2610,4 @@ docs = ["mkdocs", "mkdocs-material"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.9" python-versions = "^3.9"
content-hash = "7b42b48edd2cce577069871fc5b0d08fdf84cce0541b5b00e3cfb163c4c623b8" content-hash = "b5777f07c92653e2948fcc57ef17c93b3e81f97821d507cb83c7f4ab7d312d69"

View File

@@ -58,7 +58,7 @@ flake8 = "6.0.0"
freezegun = "1.2.2" freezegun = "1.2.2"
moto = "4.1.3" moto = "4.1.3"
openapi-spec-validator = "0.5.5" openapi-spec-validator = "0.5.5"
pylint = "2.16.2" pylint = "2.16.3"
pytest = "7.2.1" pytest = "7.2.1"
pytest-xdist = "3.2.0" pytest-xdist = "3.2.0"
safety = "2.3.5" safety = "2.3.5"