mirror of
https://github.com/Alexander-D-Karpov/akarpov
synced 2024-11-22 13:16:33 +03:00
Merge pull request #102 from Alexander-D-Karpov/dependabot/pip/django-allauth-0.54.0
Bump django-allauth from 0.51.0 to 0.54.0
This commit is contained in:
commit
5c6ecf17dc
8
poetry.lock
generated
8
poetry.lock
generated
|
@ -1066,13 +1066,13 @@ files = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "django-allauth"
|
name = "django-allauth"
|
||||||
version = "0.51.0"
|
version = "0.54.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
|
||||||
python-versions = "*"
|
python-versions = ">=3.7"
|
||||||
files = [
|
files = [
|
||||||
{file = "django-allauth-0.51.0.tar.gz", hash = "sha256:ca1622733b6faa591580ccd3984042f12d8c79ade93438212de249b7ffb6f91f"},
|
{file = "django-allauth-0.54.0.tar.gz", hash = "sha256:120e265f802b65738899c6cb627b827fde46a4d03067034c633f516c2adf3e3e"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
|
@ -4759,4 +4759,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.11"
|
python-versions = "^3.11"
|
||||||
content-hash = "d3d53e6523a3c7e733311869fbefc220d54b606b21bb62bb9737a23dcfc438e4"
|
content-hash = "a9b2b4727a753f69db84723fc5eb11b280a83bb5f9251d3c304a5a9b45d65dd3"
|
||||||
|
|
|
@ -23,7 +23,7 @@ django-health-check = "^3.17.0"
|
||||||
django-structlog = "^5.0.1"
|
django-structlog = "^5.0.1"
|
||||||
django-environ = "^0.9.0"
|
django-environ = "^0.9.0"
|
||||||
django-model-utils = "^4.3.1"
|
django-model-utils = "^4.3.1"
|
||||||
django-allauth = "^0.51.0"
|
django-allauth = "^0.54.0"
|
||||||
django-crispy-forms = "^1.14.0"
|
django-crispy-forms = "^1.14.0"
|
||||||
crispy-bootstrap5 = "^0.7"
|
crispy-bootstrap5 = "^0.7"
|
||||||
django-redis = "^5.2.0"
|
django-redis = "^5.2.0"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user