aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-31 05:57:19 +0000
committerGravatar GitHub <[email protected]>2023-03-31 05:57:19 +0000
commitf0780e550a1dccfcda20cb6b4f881a4ee8a16468 (patch)
treecc0f10dee34f6a51fc304edca94beb8f494d718d
parentMerge pull request #923 from python-discord/dependabot/pip/sentry-sdk-1.18.0 (diff)
Bump django-distill from 3.0.2 to 3.1.2
Bumps [django-distill](https://github.com/meeb/django-distill) from 3.0.2 to 3.1.2. - [Release notes](https://github.com/meeb/django-distill/releases) - [Commits](https://github.com/meeb/django-distill/compare/v3.0.2...v3.1.2) --- updated-dependencies: - dependency-name: django-distill dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
-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"