Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump django-debug-toolbar from 1.5 to 1.11.1 in /esp #3262

Merged
merged 1 commit into from
Apr 17, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion esp/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Django==1.11.29

# Django-specific packages
git+https://github.com/learning-unlimited/django-argcache.git@django-1.9 # Handles caching
django-debug-toolbar==1.5 # Provides the debug toolbar
django-debug-toolbar==1.11.1 # Provides the debug toolbar
django-extensions==1.8.1 # Provides shell_plus, runserver_plus, and other utilities
django-filebrowser-no-grappelli==3.8.0 # Provides admin panel interface for files
django-form-utils==1.0.3 # Provides BetterForm (used in customforms) and BetterModelForm (used in program creation)
Expand Down