Skip to content

Commit

Permalink
Fix requirements.in to match #4890
Browse files Browse the repository at this point in the history
`pip-compile` was attempting to downgrade `django-allauth` because the
last upgrade was done directly the `.txt` requirements files instead of
`requirements.in`
  • Loading branch information
jnm committed Jun 17, 2024
1 parent 8e14964 commit af2e42f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies/pip/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ celery[redis]
dict2xml
dj-static
dj-stripe
django-allauth<0.58 # Backwards incompatible changes
django-allauth
django-braces
django-celery-beat
django-constance
Expand Down

0 comments on commit af2e42f

Please sign in to comment.