Skip to content

Commit

Permalink
Upgrade Django 4.0 to 5.0: update requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
laoumh authored and benadida committed Sep 16, 2024
1 parent 2bc8e1e commit dc6aae0
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
Django==2.2.28
django_webtest>=1.9.8
Django==5.0
django-webtest>=1.9.11

gunicorn==22.0.0

dj_database_url==0.5.0
dj-database-url==2.2.0
psycopg2==2.9.9

celery==4.4.7
django-picklefield==1.1.0
celery==5.4.0
django-picklefield==3.2

django-anymail==8.4
django-anymail==11.0.1

python-dateutil==2.8.2
python-dateutil==2.9.0
unicodecsv==0.14.1
bleach==3.3.1
bleach==6.1.0
validate_email==1.3
pycryptodome==3.12.0
pycryptodome==3.20.0

python3-openid==3.2.0
boto==2.49.0
django-ses==0.8.14
django-ses==4.1.0
oauth2client==4.1.3
rollbar==0.16.2
rollbar==1.0.0

#ldap auth
django_auth_ldap==4.0.0
python-ldap==3.4.3
django-auth-ldap==4.8.0
python-ldap==3.4.4

0 comments on commit dc6aae0

Please sign in to comment.