aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--poetry.lock11
-rw-r--r--pyproject.toml2
2 files changed, 9 insertions, 4 deletions
diff --git a/poetry.lock b/poetry.lock
index 358bd361..1506912a 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -434,19 +434,24 @@ bcrypt = ["bcrypt"]
[[package]]
name = "django-distill"
-version = "3.0.2"
+version = "3.1.2"
description = "Static site renderer and publisher for Django."
category = "main"
optional = false
python-versions = "*"
files = [
- {file = "django-distill-3.0.2.tar.gz", hash = "sha256:01df70e595c6ba4fee4baa5511b0bdea42388bfec409aeb70000315f109a993f"},
+ {file = "django-distill-3.1.2.tar.gz", hash = "sha256:9f0e8d3a9fe09e106d5004fc5b7033b2399032c690d537ef15aa6bd16059470e"},
]
[package.dependencies]
django = "*"
requests = "*"
+[package.extras]
+amazon = ["boto3"]
+google = ["google-api-python-client", "google-cloud-storage"]
+microsoft = ["azure-storage-blob"]
+
[[package]]
name = "django-environ"
version = "0.10.0"
@@ -1525,4 +1530,4 @@ brotli = ["Brotli"]
[metadata]
lock-version = "2.0"
python-versions = "3.10.*"
-content-hash = "2120856078fb6a0c9d7234d15eeb5dbd7bb5b2716b771e75bacf6d4ba29430ab"
+content-hash = "9c0e0aece7bf4d8dc4ac2cd2b7d3774cdbca2b02e75dd4e970811bc6329d2d53"
diff --git a/pyproject.toml b/pyproject.toml
index a3194ffc..fdc72bf8 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -9,7 +9,7 @@ license = "MIT"
python = "3.10.*"
django = "4.1.7"
-django-distill = "3.0.2"
+django-distill = "3.1.2"
django-environ = "0.10.0"
django-filter = "23.1"
django-prometheus = "2.2.0"