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 afadc6d7..3a068aa9 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -413,14 +413,14 @@ files = [
[[package]]
name = "django"
-version = "4.2"
+version = "4.2.1"
description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design."
category = "main"
optional = false
python-versions = ">=3.8"
files = [
- {file = "Django-4.2-py3-none-any.whl", hash = "sha256:ad33ed68db9398f5dfb33282704925bce044bef4261cd4fb59e4e7f9ae505a78"},
- {file = "Django-4.2.tar.gz", hash = "sha256:c36e2ab12824e2ac36afa8b2515a70c53c7742f0d6eaefa7311ec379558db997"},
+ {file = "Django-4.2.1-py3-none-any.whl", hash = "sha256:066b6debb5ac335458d2a713ed995570536c8b59a580005acb0732378d5eb1ee"},
+ {file = "Django-4.2.1.tar.gz", hash = "sha256:7efa6b1f781a6119a10ac94b4794ded90db8accbe7802281cd26f8664ffed59c"},
]
[package.dependencies]
@@ -1509,4 +1509,4 @@ brotli = ["Brotli"]
[metadata]
lock-version = "2.0"
python-versions = "3.10.*"
-content-hash = "52596bc68a324f977f1a2555396a1a151fffc9f26b442ef81bdb5ccf74cbf206"
+content-hash = "3b8b0374a795479fda682ff1e3cecb439719cff06b079b15c4bd152b48a21482"
diff --git a/pyproject.toml b/pyproject.toml
index 92533978..315d72ea 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -8,7 +8,7 @@ license = "MIT"
[tool.poetry.dependencies]
python = "3.10.*"
-django = "4.2"
+django = "4.2.1"
django-distill = "3.1.3"
django-environ = "0.10.0"
django-filter = "23.2"