Replace django-pwned-passwords with pwned-passwords-django (#3826)
Fixes #3819
... | @@ -22,8 +22,6 @@ django-heroku==0.3.1 | ... | @@ -22,8 +22,6 @@ django-heroku==0.3.1 |
django-hijack==3.4.5 | django-hijack==3.4.5 | ||
django-htmx==1.17.3 | django-htmx==1.17.3 | ||
django-pagedown==2.2.1 | django-pagedown==2.2.1 | ||
# django-pwned-passwords==4.1.0 | |||
https://github.com/slinkymanbyday/django-pwned-passwords/archive/58c7b832df7360a21fd8edeaaf9f897c7517baf1.zip | |||
django-ratelimit==4.1.0 | django-ratelimit==4.1.0 | ||
django-referrer-policy==1.0 | django-referrer-policy==1.0 | ||
django-select2==8.1.2 | django-select2==8.1.2 | ||
... | @@ -49,6 +47,7 @@ more-itertools==10.2.0 | ... | @@ -49,6 +47,7 @@ more-itertools==10.2.0 |
phonenumberslite==8.13.32 | phonenumberslite==8.13.32 | ||
Pillow==10.2.0 | Pillow==10.2.0 | ||
psycopg[binary]==3.1.18 | psycopg[binary]==3.1.18 | ||
pwned-passwords-django==2.1 | |||
qrcode==7.4.2 | qrcode==7.4.2 | ||
reportlab==4.0.9 | reportlab==4.0.9 | ||
social_auth_app_django==5.4.0 | social_auth_app_django==5.4.0 | ||
... | ... |
Please register or sign in to comment