diff options
-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" |