diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-03-27 10:10:28 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-10-24 18:32:21 +0200 |
| commit | 4d9590679fa91d2e17f3a18673c0dcd9fad42fd8 (patch) | |
| tree | fb7d9c0ebea43e8ce504b9b986cbc516deb94765 | |
| parent | 3178b9e708c67d465b8262361c22f44cadd08f52 (diff) | |
| download | Ishtar-4d9590679fa91d2e17f3a18673c0dcd9fad42fd8.tar.bz2 Ishtar-4d9590679fa91d2e17f3a18673c0dcd9fad42fd8.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 |
