Browse Source

Update django-debug-toolbar requirement from <2.3,>=2.2 to >=2.2,<3.2

Updates the requirements on [django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar) to permit the latest version.
- [Release notes](https://github.com/jazzband/django-debug-toolbar/releases)
- [Changelog](https://github.com/jazzband/django-debug-toolbar/blob/master/docs/changes.rst)
- [Commits](https://github.com/jazzband/django-debug-toolbar/compare/2.2...3.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
master
dependabot-preview[bot] 5 years ago
parent
commit
dbfb44d500
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      requirements.txt

+ 1
- 1
requirements.txt View File

@@ -2,7 +2,7 @@
2 2
 
3 3
 # development
4 4
 Werkzeug>=1.0,<1.1
5
-django-debug-toolbar>=2.2,<2.3
5
+django-debug-toolbar>=2.2,<3.2
6 6
 django-extensions>=2.2,<3.1
7 7
 psycopg2-binary>=2.8,<2.9
8 8
 

Loading…
Cancel
Save