diff options
author | 2022-12-28 19:42:56 +0000 | |
---|---|---|
committer | 2022-12-28 19:42:56 +0000 | |
commit | a818cf270d944d298740a0d6cc98df37ee34043f (patch) | |
tree | 0dffb8299666047b2b2267606868e157fe145c0a /pyproject.toml | |
parent | Merge pull request #822 from python-discord/dependabot/pip/pre-commit-2.21.0 (diff) |
Bump django-distill from 3.0.1 to 3.0.2
Bumps [django-distill](https://github.com/meeb/django-distill) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/meeb/django-distill/releases)
- [Commits](https://github.com/meeb/django-distill/compare/v3.0.1...v3.0.2)
---
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 '')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 2ca85d6b..80edbcb3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ sentry-sdk = "1.11.1" markdown = "3.4.1" python-frontmatter = "1.0.0" django-prometheus = "2.2.0" -django-distill = "3.0.1" +django-distill = "3.0.2" PyJWT = {version = "2.6.0", extras = ["crypto"]} pymdown-extensions = "9.9" |