Merge pull request #48 from Eugeny/dependabot/pip/backend/django-3.2.12

This commit is contained in:
Eugeny 2022-03-09 23:06:28 +01:00 committed by GitHub
commit a1bfcbe85f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
backend/poetry.lock generated
View File

@ -113,7 +113,7 @@ python-versions = "*"
[[package]] [[package]]
name = "django" name = "django"
version = "3.2.11" version = "3.2.12"
description = "A high-level Python Web framework that encourages rapid development and clean, pragmatic design." description = "A high-level Python Web framework that encourages rapid development and clean, pragmatic design."
category = "main" category = "main"
optional = false optional = false
@ -640,7 +640,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
[metadata] [metadata]
lock-version = "1.1" lock-version = "1.1"
python-versions = "^3.7" python-versions = "^3.7"
content-hash = "b425b0a7aa2f1cbfad97253a69da4b1763889207bcfad0a78d373b13ac07a6b6" content-hash = "8c8b25f07255308483ea699874c238d6317ba67a4ae95edb4e70fa1bc21b59d3"
[metadata.files] [metadata.files]
asgiref = [ asgiref = [
@ -751,8 +751,8 @@ dj-database-url = [
{file = "dj_database_url-0.5.0-py2.py3-none-any.whl", hash = "sha256:851785365761ebe4994a921b433062309eb882fedd318e1b0fcecc607ed02da9"}, {file = "dj_database_url-0.5.0-py2.py3-none-any.whl", hash = "sha256:851785365761ebe4994a921b433062309eb882fedd318e1b0fcecc607ed02da9"},
] ]
django = [ django = [
{file = "Django-3.2.11-py3-none-any.whl", hash = "sha256:0a0a37f0b93aef30c4bf3a839c187e1175bcdeb7e177341da0cb7b8194416891"}, {file = "Django-3.2.12-py3-none-any.whl", hash = "sha256:9b06c289f9ba3a8abea16c9c9505f25107809fb933676f6c891ded270039d965"},
{file = "Django-3.2.11.tar.gz", hash = "sha256:69c94abe5d6b1b088bf475e09b7b74403f943e34da107e798465d2045da27e75"}, {file = "Django-3.2.12.tar.gz", hash = "sha256:9772e6935703e59e993960832d66a614cf0233a1c5123bc6224ecc6ad69e41e2"},
] ]
django-cors-headers = [ django-cors-headers = [
{file = "django-cors-headers-3.7.0.tar.gz", hash = "sha256:96069c4aaacace786a34ee7894ff680780ec2644e4268b31181044410fecd12e"}, {file = "django-cors-headers-3.7.0.tar.gz", hash = "sha256:96069c4aaacace786a34ee7894ff680780ec2644e4268b31181044410fecd12e"},

View File

@ -6,7 +6,7 @@ authors = ["Eugeny <e@ajenti.org>"]
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.7" python = "^3.7"
Django = "^3.2.11" Django = "^3.2.12"
django-rest-framework = "^0.1.0" django-rest-framework = "^0.1.0"
djangorestframework-dataclasses = "^0.9" djangorestframework-dataclasses = "^0.9"
social-auth-app-django = "^4.0.0" social-auth-app-django = "^4.0.0"