瀏覽代碼

Update django-redis requirement from <5.3,>=4.12 to >=4.12,<5.4

Updates the requirements on [django-redis](https://github.com/jazzband/django-redis) to permit the latest version.
- [Release notes](https://github.com/jazzband/django-redis/releases)
- [Changelog](https://github.com/jazzband/django-redis/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/jazzband/django-redis/compare/4.12.0...5.3.0)

---
updated-dependencies:
- dependency-name: django-redis
  dependency-type: direct:production
...

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

+ 1
- 1
requirements.txt 查看文件

@@ -8,7 +8,7 @@ psycopg2-binary>=2.8,<2.10
8 8
 # Sandbox
9 9
 Whoosh>=2.7,<2.8
10 10
 django-environ>=0.4,<0.11
11
-django-redis>=4.12,<5.3
11
+django-redis>=4.12,<5.4
12 12
 pysolr>=3.9,<3.10
13 13
 redis>=3.5,<4.6
14 14
 requests>=2.25,<3

Loading…
取消
儲存