Skip to content

Commit 904373a

Browse files
authored
chore: upgrade Django and cryptography to latest version (#2150)
Signed-off-by: tdruez <tdruez@aboutcode.org>
1 parent d743050 commit 904373a

3 files changed

Lines changed: 52 additions & 51 deletions

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ ENV PYTHONDONTWRITEBYTECODE=1
7878
ENV PYTHONPATH=$APP_DIR
7979

8080
# OS requirements as per
81-
# https://scancode-toolkit.readthedocs.io/en/latest/getting-started/install.html
81+
# https://scancode-toolkit.readthedocs.io/en/stable/getting-started/installation/index.html#installation-prerequisites
8282
# Also install universal-ctags and xgettext for symbol and string collection.
8383
RUN apt-get update \
8484
&& apt-get install -y --no-install-recommends \
@@ -94,6 +94,7 @@ RUN apt-get update \
9494
libzstd1 \
9595
libgpgme11 \
9696
libdevmapper1.02.1 \
97+
libmagic1 \
9798
git \
9899
wait-for-it \
99100
universal-ctags \

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies = [
3636
"importlib-metadata==8.7.1",
3737
"setuptools==82.0.0",
3838
# Django related
39-
"Django==6.0.3",
39+
"Django==6.0.4",
4040
"django-environ==0.13.0",
4141
"django-crispy-forms==2.6",
4242
"crispy-bootstrap3==2024.1",

0 commit comments

Comments
 (0)