Bump django-debug-toolbar to 4.0.*

This commit is contained in:
Raphael Michel
2023-04-16 22:08:08 +02:00
parent 9696fad482
commit a4ad518717

View File

@@ -239,7 +239,7 @@ setup(
'dev': [
'coverage',
'coveralls',
'django-debug-toolbar==3.8.*',
'django-debug-toolbar==4.0.*',
'flake8==6.0.*',
'freezegun',
'isort==5.12.*',