Bump django-debug-toolbar to 3.8.*

This commit is contained in:
Raphael Michel
2022-12-19 13:53:54 +01:00
parent a582db3280
commit 5bc3503d04

View File

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