Skip to content
Snippets Groups Projects
Commit b73190d5 authored by Tine Wittler's avatar Tine Wittler :construction_worker_tone2:
Browse files

Update dependency django-allauth to ^0.47.0

parent 723b1537
No related branches found
No related tags found
1 merge request!810Update dependency django-allauth to ^0.47.0
Pipeline #44371 passed with warnings
...@@ -563,7 +563,7 @@ bcrypt = ["bcrypt"] ...@@ -563,7 +563,7 @@ bcrypt = ["bcrypt"]
[[package]] [[package]]
name = "django-allauth" name = "django-allauth"
version = "0.46.0" version = "0.47.0"
description = "Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication." description = "Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication."
category = "main" category = "main"
optional = false optional = false
...@@ -2808,7 +2808,7 @@ sentry = [] ...@@ -2808,7 +2808,7 @@ sentry = []
[metadata] [metadata]
lock-version = "1.1" lock-version = "1.1"
python-versions = "^3.9" python-versions = "^3.9"
content-hash = "6565530e098a3cdb703bb3efc9918aaac3d32b2831a84724cf7faf31dafe1693" content-hash = "ee509d34703651d7aa53079006d0e159ef8fb6bb47d3cefb8ff21aef354b87c8"
[metadata.files] [metadata.files]
alabaster = [ alabaster = [
...@@ -3090,7 +3090,7 @@ django = [ ...@@ -3090,7 +3090,7 @@ django = [
{file = "Django-3.2.9.tar.gz", hash = "sha256:51284300f1522ffcdb07ccbdf676a307c6678659e1284f0618e5a774127a6a08"}, {file = "Django-3.2.9.tar.gz", hash = "sha256:51284300f1522ffcdb07ccbdf676a307c6678659e1284f0618e5a774127a6a08"},
] ]
django-allauth = [ django-allauth = [
{file = "django-allauth-0.46.0.tar.gz", hash = "sha256:8217b8dc46f85812ff209fc542f4bf378f1751cdbe867008169d4c85685df50d"}, {file = "django-allauth-0.47.0.tar.gz", hash = "sha256:2bcf09d4c6e672620981d283f555d643982ac066b71f8947dbd81882a1d7c5e8"},
] ]
django-any-js = [ django-any-js = [
{file = "django-any-js-1.1.tar.gz", hash = "sha256:2972946902ba049f73bf8bb87e0a0118f77a8c9dca89438f193598bff758422f"}, {file = "django-any-js-1.1.tar.gz", hash = "sha256:2972946902ba049f73bf8bb87e0a0118f77a8c9dca89438f193598bff758422f"},
......
...@@ -99,7 +99,7 @@ django-cachalot = "^2.3.2" ...@@ -99,7 +99,7 @@ django-cachalot = "^2.3.2"
django-prometheus = "^2.1.0" django-prometheus = "^2.1.0"
django-model-utils = "^4.0.0" django-model-utils = "^4.0.0"
bs4 = "^0.0.1" bs4 = "^0.0.1"
django-allauth = "^0.46.0" django-allauth = "^0.47.0"
django-uwsgi-ng = "^1.1.0" django-uwsgi-ng = "^1.1.0"
django-extensions = "^3.1.1" django-extensions = "^3.1.1"
ipython = "^7.20.0" ipython = "^7.20.0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment