Bump django from 3.2.3 to 3.2.5 in /backend

Bumps [django](https://github.com/django/django) from 3.2.3 to 3.2.5.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/3.2.3...3.2.5)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-10-31 18:13:24 +00:00 committed by GitHub
parent ebf7de9f5d
commit 9396489594
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.3" version = "3.2.5"
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 = "7a39cda97328e418860decead8dd2d78a9e1b4b77d0d0bd33a0d87c32e52a107" content-hash = "5ae6088f23c82dfdde23da9aa647120ac74f16e105e5cc9140cc7378042f2f40"
[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.3-py3-none-any.whl", hash = "sha256:7e0a1393d18c16b503663752a8b6790880c5084412618990ce8a81cc908b4962"}, {file = "Django-3.2.5-py3-none-any.whl", hash = "sha256:c58b5f19c5ae0afe6d75cbdd7df561e6eb929339985dbbda2565e1cabb19a62e"},
{file = "Django-3.2.3.tar.gz", hash = "sha256:13ac78dbfd189532cad8f383a27e58e18b3d33f80009ceb476d7fcbfc5dcebd8"}, {file = "Django-3.2.5.tar.gz", hash = "sha256:3da05fea54fdec2315b54a563d5b59f3b4e2b1e69c3a5841dda35019c01855cd"},
] ]
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.3" Django = "^3.2.5"
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"