diff options
author | 2023-04-12 05:57:26 +0000 | |
---|---|---|
committer | 2023-04-12 05:57:26 +0000 | |
commit | d40b1b51aedc6b41004de938e43789ae034543be (patch) | |
tree | 84e8077336917fcb4281be54a5f10b58152cdb09 /pyproject.toml | |
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]>
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 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" |