瀏覽代碼

Update django-debug-toolbar requirement from <4.2,>=2.2 to >=2.2,<4.3

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/main/docs/changes.rst)
- [Commits](https://github.com/jazzband/django-debug-toolbar/compare/2.2...4.2)

---
updated-dependencies:
- dependency-name: django-debug-toolbar
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
master
dependabot[bot] 2 年之前
父節點
當前提交
62cb2636d6
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      requirements.txt

+ 1
- 1
requirements.txt 查看文件

@@ -1,7 +1,7 @@
1 1
 # These requirements are only necessary when developing on Oscar.
2 2
 
3 3
 # development
4
-django-debug-toolbar>=2.2,<4.2
4
+django-debug-toolbar>=2.2,<4.3
5 5
 django-extensions>=2.2,<3.3
6 6
 psycopg2-binary>=2.8,<2.10
7 7
 

Loading…
取消
儲存