1
Fork 0
mirror of https://github.com/Steffo99/sophon.git synced 2024-12-21 22:34:21 +00:00

Bump django from 3.2.9 to 3.2.11 in /backend

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-01-15 19:02:59 +00:00 committed by Stefano Pigozzi
parent 19aee1e88a
commit 4d8c8dd120
2 changed files with 309 additions and 309 deletions

8
backend/poetry.lock generated
View file

@ -101,7 +101,7 @@ packaging = "*"
[[package]]
name = "django"
version = "3.2.9"
version = "3.2.11"
description = "A high-level Python Web framework that encourages rapid development and clean, pragmatic design."
category = "main"
optional = false
@ -678,7 +678,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes
[metadata]
lock-version = "1.1"
python-versions = "^3.9"
content-hash = "961ea70e18371376a12818a7c8a2c06f972ad36b6250cf64d67349135be362d0"
content-hash = "ad0493881920bf632da486a7035f3a2ebe5cf1b85ab88301a335fc226c14ccb8"
[metadata.files]
alabaster = [
@ -722,8 +722,8 @@ deprecation = [
{file = "deprecation-2.1.0.tar.gz", hash = "sha256:72b3bde64e5d778694b0cf68178aed03d15e15477116add3fb773e581f9518ff"},
]
django = [
{ file = "Django-3.2.9-py3-none-any.whl", hash = "sha256:e22c9266da3eec7827737cde57694d7db801fedac938d252bf27377cec06ed1b" },
{ file = "Django-3.2.9.tar.gz", hash = "sha256:51284300f1522ffcdb07ccbdf676a307c6678659e1284f0618e5a774127a6a08" },
{file = "Django-3.2.11-py3-none-any.whl", hash = "sha256:0a0a37f0b93aef30c4bf3a839c187e1175bcdeb7e177341da0cb7b8194416891"},
{file = "Django-3.2.11.tar.gz", hash = "sha256:69c94abe5d6b1b088bf475e09b7b74403f943e34da107e798465d2045da27e75"},
]
django-cors-headers = [
{file = "django-cors-headers-3.10.0.tar.gz", hash = "sha256:cd6f4360f5246569c149dc1c40c907c191f1ec45551e10d2a2e2e68512652f78"},

View file

@ -6,7 +6,7 @@ authors = ["Stefano Pigozzi <256895@studenti.unimore.it>"]
[tool.poetry.dependencies]
python = "^3.9"
Django = "^3.1.7"
Django = "^3.2.11"
psycopg2 = "^2.8.6"
djangorestframework = "^3.12.4"
Markdown = "^3.3.4"