aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--poetry.lock8
-rw-r--r--pyproject.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock
index ccd905e8..80a21b28 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -353,13 +353,13 @@ files = [
[[package]]
name = "django"
-version = "4.2.2"
+version = "4.2.3"
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.2-py3-none-any.whl", hash = "sha256:672b3fa81e1f853bb58be1b51754108ab4ffa12a77c06db86aa8df9ed0c46fe5"},
- {file = "Django-4.2.2.tar.gz", hash = "sha256:2a6b6fbff5b59dd07bef10bcb019bee2ea97a30b2a656d51346596724324badf"},
+ {file = "Django-4.2.3-py3-none-any.whl", hash = "sha256:f7c7852a5ac5a3da5a8d5b35cc6168f31b605971441798dac845f17ca8028039"},
+ {file = "Django-4.2.3.tar.gz", hash = "sha256:45a747e1c5b3d6df1b141b1481e193b033fd1fdbda3ff52677dc81afdaacbaed"},
]
[package.dependencies]
@@ -1168,4 +1168,4 @@ brotli = ["Brotli"]
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "031c8897511cab8b8c62a31049a5315bbcb82e4b26d218c180e32ea9697158b6"
+content-hash = "70bb720e5eecf38da26cc045a5a79593b7ae98bec0556111e7627e4f69d1a3d3"
diff --git a/pyproject.toml b/pyproject.toml
index 1cc890a1..8f1b45ad 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -8,7 +8,7 @@ license = "MIT"
[tool.poetry.dependencies]
python = "3.11.*"
-django = "4.2.2"
+django = "4.2.3"
django-distill = "3.1.3"
django-environ = "0.10.0"
django-filter = "23.2"