Skip to content

Commit bf90781

Browse files
committed
increase minimum version of pylint in pants metadata
1 parent d34559a commit bf90781

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lockfiles/pylint.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// ],
1111
// "generated_with_requirements": [
1212
// "astroid",
13-
// "pylint>=2.8.2",
13+
// "pylint~=3.1.0",
1414
// "setuptools"
1515
// ],
1616
// "manylinux": "manylinux2014",
@@ -299,7 +299,7 @@
299299
"prefer_older_binary": false,
300300
"requirements": [
301301
"astroid",
302-
"pylint>=2.8.2",
302+
"pylint~=3.1.0",
303303
"setuptools"
304304
],
305305
"requires_python": [

pylint_plugins/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ python_tests(
1717
python_requirement(
1818
name="pylint",
1919
requirements=[
20-
"pylint>=2.8.2",
20+
"pylint~=3.1.0",
2121
"setuptools", # includes pkg_resources
2222
],
2323
)

0 commit comments

Comments
 (0)