1
Fork 0
mirror of https://github.com/Steffo99/sophon.git synced 2024-10-16 07:07:26 +00:00

Bump django from 3.2.15 to 3.2.18 in /backend

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-02-15 18:46:24 +00:00 committed by GitHub
parent 753df5cb08
commit 48ee801983
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 577 additions and 555 deletions

1130
backend/poetry.lock generated

File diff suppressed because it is too large Load diff

View file

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