Skip to content

Commit

Permalink
fix: bump django-allauth from 0.45.0 to 65.3.0 (#24)
Browse files Browse the repository at this point in the history
</details>

## Summary by Sourcery

Bump the django-allauth dependency from version 0.45.0 to 65.3.0 in the
project's requirements files to ensure compatibility with the latest
features and security updates.
  • Loading branch information
CrzyHAX91 authored Dec 13, 2024
2 parents adf4e9c + ba57406 commit 3bb6d17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dropship_project/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Django==5.1.4
djangorestframework==3.15.2
django-oauth-toolkit==3.0.1
django-allauth==0.45.0
django-allauth==65.3.0
django-axes==7.0.1
django-recaptcha==2.0.6
django-otp==1.0.2
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Django==5.1.4
django-allauth==0.45.0
django-allauth==65.3.0
Pillow==11.0.0
python-dotenv==1.0.1
aliexpress-api-python==1.0.0
Expand Down

0 comments on commit 3bb6d17

Please sign in to comment.