Skip to content

Commit

Permalink
supports Django4.2 (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
smirolo committed Jul 7, 2023
1 parent ab99240 commit 32f5c92
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions testsite/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ boto3==1.26.84
Django==3.2.19
django-fernet-fields==0.6
django-phonenumber-field==5.2.0 # latest 7.0.2
django-recaptcha==2.0.6 # 3.0.0 available
django-recaptcha==3.0.0 # 2.0.6 requires Django<4.0
django-storages==1.13.2
djangorestframework==3.14.0 # Django 2.2 is no longer supported
# Django 4.1 compatibility
Expand All @@ -15,8 +15,7 @@ python-ldap==3.4.3
pytz==2022.7.1
six==1.16.0
python3-saml==1.15.0 # latest 1.15.0
social-auth-app-django==5.0.0
social-auth-core==4.3.0
social-auth-app-django==5.2.0 # drops support for Django<3.2

# testsite-only
coverage==7.2.1
Expand Down

0 comments on commit 32f5c92

Please sign in to comment.