-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add an upper limit to all runtime dependencie requirements
In order to avoid old releases from becoming unusable if one of our dependencie release a major with breaking changes.
- Loading branch information
1 parent
e7d7a1d
commit c75c358
Showing
2 changed files
with
11 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
There is now an upper limit on the version accepted by pylint for all the dependencies. | ||
This is done in order to prevent breakage if a dependency introduce a breaking change in the future. | ||
|
||
Refs #7841 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters