diff options
author | 2024-05-31 01:26:01 +0100 | |
---|---|---|
committer | 2024-05-31 01:26:01 +0100 | |
commit | 4f46f607304d33da0bdd7678e590de882547a4f6 (patch) | |
tree | 3391a72e9465c407f7ba1511af83dff9036c7a0b /pyproject.toml | |
parent | Bump sentry-sdk from 2.2.1 to 2.3.1 (#1327) (diff) |
Bump django-distill from 3.1.3 to 3.2.4 (#1328)
Bumps [django-distill](https://github.com/meeb/django-distill) from 3.1.3 to 3.2.4.
- [Release notes](https://github.com/meeb/django-distill/releases)
- [Commits](https://github.com/meeb/django-distill/compare/v3.1.3...v3.2.4)
---
updated-dependencies:
- dependency-name: django-distill
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index b084140f..69bd2e0c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ license = "MIT" python = "3.11.*" django = "5.0.6" -django-distill = "3.1.3" +django-distill = "3.2.4" django-environ = "0.11.2" django-filter = "24.2" django-prometheus = "2.3.1" |