diff options
author | 2022-12-28 13:02:49 -0800 | |
---|---|---|
committer | 2022-12-28 13:02:49 -0800 | |
commit | 81f1432ae486c440a7e84db22f73597719d0fa1a (patch) | |
tree | b6ff0cbae591e55d5f67b5d0be7e6cd517a52c4e | |
parent | Merge pull request #823 from python-discord/dependabot/pip/setuptools-65.5.1 (diff) | |
parent | Merge branch 'main' into dependabot/pip/django-distill-3.0.2 (diff) |
Merge pull request #818 from python-discord/dependabot/pip/django-distill-3.0.2
-rw-r--r-- | poetry.lock | 6 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/poetry.lock b/poetry.lock index 31626787..d3b526f4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -162,7 +162,7 @@ bcrypt = ["bcrypt"] [[package]] name = "django-distill" -version = "3.0.1" +version = "3.0.2" description = "Static site renderer and publisher for Django." category = "main" optional = false @@ -903,7 +903,7 @@ brotli = ["Brotli"] [metadata] lock-version = "1.1" python-versions = "3.10.*" -content-hash = "b936bb56bbd48a7fa3698b56ebc895287f3d82e56e423b808c173c7ab0c8fb6c" +content-hash = "665e382448c5a673383213abbea5bdc58ab3228a4894a211aeeee3e0a8f67fde" [metadata.files] anyio = [ @@ -1093,7 +1093,7 @@ django = [ {file = "Django-4.1.4.tar.gz", hash = "sha256:d38a4e108d2386cb9637da66a82dc8d0733caede4c83c4afdbda78af4214211b"}, ] django-distill = [ - {file = "django-distill-3.0.1.tar.gz", hash = "sha256:8bbac5e45d2afc61cc718d587c6026267c985305f5e599465f2ebc4b0cba9ebf"}, + {file = "django-distill-3.0.2.tar.gz", hash = "sha256:01df70e595c6ba4fee4baa5511b0bdea42388bfec409aeb70000315f109a993f"}, ] django-environ = [ {file = "django-environ-0.9.0.tar.gz", hash = "sha256:bff5381533056328c9ac02f71790bd5bf1cea81b1beeb648f28b81c9e83e0a21"}, diff --git a/pyproject.toml b/pyproject.toml index 2ca85d6b..80edbcb3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ sentry-sdk = "1.11.1" markdown = "3.4.1" python-frontmatter = "1.0.0" django-prometheus = "2.2.0" -django-distill = "3.0.1" +django-distill = "3.0.2" PyJWT = {version = "2.6.0", extras = ["crypto"]} pymdown-extensions = "9.9" |