Skip to content

Commit e2de718

Browse files
committed
chore(ci): Update pylint
1 parent 26f6461 commit e2de718

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ packages = [
1919
include = ["CHANGELOG.md", "openapi_python_client/py.typed"]
2020

2121
[tool.poetry.dependencies]
22-
python = "^3.7"
22+
python = "^3.7.2"
2323
jinja2 = "^3.0.0"
2424
typer = "^0.6 || ^0.7.0"
2525
colorama = {version = "^0.4.3", markers = "sys_platform == 'win32'"}
@@ -49,7 +49,7 @@ python-multipart = "*"
4949
types-PyYAML = "^6.0.3"
5050
types-certifi = "^2020.0.0"
5151
types-python-dateutil = "^2.0.0"
52-
pylint = "^2.9.6"
52+
pylint = ">=2.15.5"
5353

5454
[tool.taskipy.tasks]
5555
check = """

0 commit comments

Comments
 (0)