-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Revert docker image to python3.11 due to pylint compatibility
- Loading branch information
1 parent
2fe62e4
commit 354a499
Showing
2 changed files
with
4 additions
and
4 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
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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
mypy==1.11.1 | ||
prospector[with_everything]==1.10.3 | ||
jsonpickle==3.2.2 | ||
Django==5.0.7 | ||
Django==5.1 | ||
Flask==3.0.3 | ||
#can't upgrade to the latest version of Pylint due to a mismatch on astroid versions | ||
#requirements-detector 1.2.2 depends on astroid<3.0 and >=2.0 | ||
#pylint 3.2.6 depends on astroid<=3.3.0-dev0 and >=3.2.4 | ||
#requirements-detector (from prospector) 1.2.2 depends on astroid<3.0 and >=2.0 | ||
#pylint 3.x depends on astroid<=3.3.0-dev0 and >=3.2.4 | ||
pylint==2.17.7 | ||
|