Skip to content

Commit

Permalink
Bump requirements for docs building, making dependabot happy
Browse files Browse the repository at this point in the history
  • Loading branch information
vdboor committed Jun 1, 2021
1 parent b2052b4 commit 80bd5b6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/_ext/djangodummy/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# for readthedocs
# Remaining requirements are picked up from setup.py
Django==2.2.9
Django==3.2.3
django-fluent-utils == 2.0.1
django-mptt == 0.10.0
django-parler == 1.9.2
django-polymorphic == 2.1.1
django-tag-parser == 3.1
sphinxcontrib-django == 0.4
future == 0.17.1
django-mptt == 0.12.0
django-parler == 2.2
django-polymorphic == 3.0.0
django-tag-parser == 3.2
sphinxcontrib-django == 0.5.1
future == 0.18.2

0 comments on commit 80bd5b6

Please sign in to comment.