diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-03-27 10:10:28 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-07-21 15:07:41 +0200 |
commit | 220d3a1f201710a811f68d88d342c90133c328aa (patch) | |
tree | 2482a70ae797ba8e1a2606dd4da42547db726e54 | |
parent | b3e7789bcd9ec7fc641b26bdd5231f2c8e7fad93 (diff) | |
download | Ishtar-220d3a1f201710a811f68d88d342c90133c328aa.tar.bz2 Ishtar-220d3a1f201710a811f68d88d342c90133c328aa.zip |
⬆️ django v4.2
-rw-r--r-- | requirements.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt index 5222f9a93..598ba1753 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,8 +12,9 @@ psycopg2-binary==2.9.5 django-registration==3.3 # old - 3.2 -django==3.2.19 -# backports -> 4.2.19 +django==4.2.19 +# backports +# stable - 3.2.19 # old - 2.2.24 Pillow==9.4.0 |