Bump django from 4.2.3 to 4.2.7

Bumps [django](https://github.com/django/django) from 4.2.3 to 4.2.7.
- [Commits](https://github.com/django/django/compare/4.2.3...4.2.7)

---
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-11-14 12:58:28 +00:00 committed by GitHub
parent 77b9027b8a
commit ad327e0091
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View file

@ -108,13 +108,13 @@ files = [
[[package]]
name = "django"
version = "4.2.3"
version = "4.2.7"
description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design."
optional = false
python-versions = ">=3.8"
files = [
{file = "Django-4.2.3-py3-none-any.whl", hash = "sha256:f7c7852a5ac5a3da5a8d5b35cc6168f31b605971441798dac845f17ca8028039"},
{file = "Django-4.2.3.tar.gz", hash = "sha256:45a747e1c5b3d6df1b141b1481e193b033fd1fdbda3ff52677dc81afdaacbaed"},
{file = "Django-4.2.7-py3-none-any.whl", hash = "sha256:e1d37c51ad26186de355cbcec16613ebdabfa9689bbade9c538835205a8abbe9"},
{file = "Django-4.2.7.tar.gz", hash = "sha256:8e0f1c2c2786b5c0e39fe1afce24c926040fad47c8ea8ad30aaf1188df29fc41"},
]
[package.dependencies]
@ -536,4 +536,4 @@ files = [
[metadata]
lock-version = "2.0"
python-versions = "^3.10"
content-hash = "dcbb9a4a5356fec4cb11e8dbcc40caba6feaca850e3f03ca1db38742a2177a42"
content-hash = "d024432a07d9f2f6294d96e9a1f8d959874b61b016e44955a5d9729b71df1177"

View file

@ -7,7 +7,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
django = "^4.2.2"
django = "^4.2.7"
pillow = "^10.0.1"
django-libsass = "^0.9"
django-compressor = "^4.3.1"