Skip to content

Commit f4c54d4

Browse files
committed
chore(ci): Update pylint
1 parent c53fd68 commit f4c54d4

File tree

2 files changed

+103
-24
lines changed

2 files changed

+103
-24
lines changed

poetry.lock

Lines changed: 101 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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)