File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- FROM python:3.12 -alpine3.20
1+ FROM python:3.11 -alpine3.20
22COPY requirements.txt requirements.txt
33RUN pip3 install --no-cache-dir -r requirements.txt
44COPY src/codacy_prospector.py codacy_prospector.py
Original file line number Diff line number Diff line change 11mypy == 1.11.1
22prospector [with_everything ]== 1.10.3
33jsonpickle == 3.2.2
4- Django == 5.0.7
4+ Django == 5.1
55Flask == 3.0.3
66#can't upgrade to the latest version of Pylint due to a mismatch on astroid versions
7- #requirements-detector 1.2.2 depends on astroid<3.0 and >=2.0
8- #pylint 3.2.6 depends on astroid<=3.3.0-dev0 and >=3.2.4
7+ #requirements-detector (from prospector) 1.2.2 depends on astroid<3.0 and >=2.0
8+ #pylint 3.x depends on astroid<=3.3.0-dev0 and >=3.2.4
99pylint == 2.17.7
1010
You can’t perform that action at this time.
0 commit comments