Skip to content

Commit

Permalink
Pin astroid to the latest minor release
Browse files Browse the repository at this point in the history
This will require a lock step release and update for pylint and astroid
but should minimize the errors that result from an updated astroid
version that has backwards incompatible issues.
  • Loading branch information
PCManticore committed Sep 26, 2019
1 parent 2777743 commit ae3d421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylint/__pkginfo__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
if dev_version is not None:
version += "-dev" + str(dev_version)

install_requires = ["astroid>=2.3.0,<3", "isort>=4.2.5,<5", "mccabe>=0.6,<0.7"]
install_requires = ["astroid>=2.3.0,<2.4", "isort>=4.2.5,<5", "mccabe>=0.6,<0.7"]

dependency_links = [] # type: ignore

Expand Down

0 comments on commit ae3d421

Please sign in to comment.