diff options
author | 2023-04-12 05:57:26 +0000 | |
---|---|---|
committer | 2023-04-12 05:57:26 +0000 | |
commit | d40b1b51aedc6b41004de938e43789ae034543be (patch) | |
tree | 84e8077336917fcb4281be54a5f10b58152cdb09 | |
parent | Bump coverallsapp/github-action from 2.0.0 to 2.1.0 (#936) (diff) |
Bump django-distill from 3.1.2 to 3.1.3
Bumps [django-distill](https://github.com/meeb/django-distill) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/meeb/django-distill/releases)
- [Commits](https://github.com/meeb/django-distill/compare/v3.1.2...v3.1.3)
---
updated-dependencies:
- dependency-name: django-distill
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
-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 511e96f3..7384ee79 100644 --- a/poetry.lock +++ b/poetry.lock @@ -434,13 +434,13 @@ bcrypt = ["bcrypt"] [[package]] name = "django-distill" -version = "3.1.2" +version = "3.1.3" description = "Static site renderer and publisher for Django." category = "main" optional = false python-versions = "*" files = [ - {file = "django-distill-3.1.2.tar.gz", hash = "sha256:9f0e8d3a9fe09e106d5004fc5b7033b2399032c690d537ef15aa6bd16059470e"}, + {file = "django-distill-3.1.3.tar.gz", hash = "sha256:3c14e85e1197f4c11dddc5caf9e4a13669d83ab9654c64855e6217dea7619678"}, ] [package.dependencies] @@ -1522,4 +1522,4 @@ brotli = ["Brotli"] [metadata] lock-version = "2.0" python-versions = "3.10.*" -content-hash = "ef1629988173dcc02f490b8a95c7da8a9922ae7980da534c773df0449c65f0a2" +content-hash = "60dfb5b6745cae08a4e657bc9dbce0dcff184921e83e1d2c036d881ed826db88" diff --git a/pyproject.toml b/pyproject.toml index ae7bc086..afecf2b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ license = "MIT" python = "3.10.*" django = "4.2" -django-distill = "3.1.2" +django-distill = "3.1.3" django-environ = "0.10.0" django-filter = "23.1" django-prometheus = "2.2.0" |