瀏覽代碼

Update whitenoise requirement from <6.5,>=5.2 to >=5.2,<6.6

Updates the requirements on [whitenoise](https://github.com/evansd/whitenoise) to permit the latest version.
- [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst)
- [Commits](https://github.com/evansd/whitenoise/compare/v5.2.0...6.5.0)

---
updated-dependencies:
- dependency-name: whitenoise
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
master
dependabot[bot] 2 年之前
父節點
當前提交
4d116ba3bb
No account linked to committer's email address
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      requirements.txt

+ 1
- 1
requirements.txt 查看文件

13
 redis>=3.5,<4.6
13
 redis>=3.5,<4.6
14
 requests>=2.25,<3
14
 requests>=2.25,<3
15
 uWSGI>=2.0.19
15
 uWSGI>=2.0.19
16
-whitenoise>=5.2,<6.5
16
+whitenoise>=5.2,<6.6
17
 
17
 
18
 # Linting
18
 # Linting
19
 pylint>=2.17.4
19
 pylint>=2.17.4

Loading…
取消
儲存