Skip to content

Commit

Permalink
Bump django-mptt from 0.14.0 to 0.15.0 (#11541)
Browse files Browse the repository at this point in the history
* Bump django-mptt from 0.14.0 to 0.15.0

Bumps [django-mptt](https://github.com/django-mptt/django-mptt) from 0.14.0 to 0.15.0.
- [Release notes](https://github.com/django-mptt/django-mptt/releases)
- [Changelog](https://github.com/django-mptt/django-mptt/blob/main/CHANGELOG.rst)
- [Commits](django-mptt/django-mptt@0.14...0.15)

---
updated-dependencies:
- dependency-name: django-mptt
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* - Align setup.cfg to requirements.txt

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: afabiani <[email protected]>
  • Loading branch information
dependabot[bot] and afabiani authored Oct 5, 2023
1 parent 2ef2a50 commit 980189c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ django-filter==23.3
django-imagekit==4.1.0
django-taggit==1.5.1
django-markdownify==0.9.3
django-mptt==0.14.0
django-mptt==0.15.0
django-modeltranslation>=0.11,<0.19.0
django-treebeard==4.7
django-guardian<2.4.1
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ install_requires =
django-imagekit==4.1.0
django-taggit==1.5.1
django-markdownify==0.9.3
django-mptt==0.14.0
django-mptt==0.15.0
django-modeltranslation>=0.11,<0.19.0
django-treebeard==4.7
django-guardian<2.4.1
Expand Down

0 comments on commit 980189c

Please sign in to comment.