-
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.
TCE-1016 bump docker image to python 3.12 (#240)
* bump docker image to python 3.10 and bump packages requirements.txt * bump orbs circle ci * bump docker image * downgrade pylint version due to a dependency problem
- Loading branch information
1 parent
f036290
commit 2fe62e4
Showing
3 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
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,6 +1,10 @@ | ||
mypy==1.9.0 | ||
mypy==1.11.1 | ||
prospector[with_everything]==1.10.3 | ||
jsonpickle==3.0.3 | ||
Django==4.2.11 | ||
Flask==3.0.2 | ||
jsonpickle==3.2.2 | ||
Django==5.0.7 | ||
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 | ||
pylint==2.17.7 | ||
|