Skip to content

Commit 354a499

Browse files
Bump packages requirements (#243)
* Revert docker image to python3.11 due to pylint compatibility
1 parent 2fe62e4 commit 354a499

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12-alpine3.20
1+
FROM python:3.11-alpine3.20
22
COPY requirements.txt requirements.txt
33
RUN pip3 install --no-cache-dir -r requirements.txt
44
COPY src/codacy_prospector.py codacy_prospector.py

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
mypy==1.11.1
22
prospector[with_everything]==1.10.3
33
jsonpickle==3.2.2
4-
Django==5.0.7
4+
Django==5.1
55
Flask==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
99
pylint==2.17.7
1010

0 commit comments

Comments
 (0)