We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a9c839 + fa898a0 commit 86093e3Copy full SHA for 86093e3
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.11-alpine3.20
+FROM python:3.13-alpine3.21
2
COPY requirements.txt ./
3
RUN pip3 install --no-cache-dir -r requirements.txt
4
COPY docs /docs
requirements.txt
@@ -1,12 +1,12 @@
-pylint==3.3.6
-Django==5.1.7
+pylint==3.3.7
+Django==5.2.1
pylint-django==2.6.1
-Flask==3.1.0
+Flask==3.1.1
5
pylint-flask==0.6
6
pylint-common==0.2.5
7
pylint-celery==0.3
8
SaltPyLint==2024.2.5
9
-jsonpickle==4.0.2
+jsonpickle==4.0.5
10
asttokens==3.0.0
11
pylint-beam==0.1.2
12
pylint-pytest==1.1.8
0 commit comments