diff options
author | 2023-03-31 05:57:19 +0000 | |
---|---|---|
committer | 2023-03-31 05:57:19 +0000 | |
commit | f0780e550a1dccfcda20cb6b4f881a4ee8a16468 (patch) | |
tree | cc0f10dee34f6a51fc304edca94beb8f494d718d /pyproject.toml | |
parent | Merge pull request #923 from python-discord/dependabot/pip/sentry-sdk-1.18.0 (diff) |
Bump django-distill from 3.0.2 to 3.1.2
Bumps [django-distill](https://github.com/meeb/django-distill) from 3.0.2 to 3.1.2.
- [Release notes](https://github.com/meeb/django-distill/releases)
- [Commits](https://github.com/meeb/django-distill/compare/v3.0.2...v3.1.2)
---
updated-dependencies:
- dependency-name: django-distill
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 a3194ffc..fdc72bf8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ license = "MIT" python = "3.10.*" django = "4.1.7" -django-distill = "3.0.2" +django-distill = "3.1.2" django-environ = "0.10.0" django-filter = "23.1" django-prometheus = "2.2.0" |