Ver código fonte

Update redis requirement from <4.6,>=3.5 to >=3.5,<5.1

Updates the requirements on [redis](https://github.com/redis/redis-py) to permit the latest version.
- [Release notes](https://github.com/redis/redis-py/releases)
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES)
- [Commits](https://github.com/redis/redis-py/compare/3.5.0...v5.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
master
dependabot[bot] 2 anos atrás
pai
commit
225734a2d2
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      requirements.txt

+ 1
- 1
requirements.txt Ver arquivo

10
 django-environ>=0.4,<0.11
10
 django-environ>=0.4,<0.11
11
 django-redis>=4.12,<5.3
11
 django-redis>=4.12,<5.3
12
 pysolr>=3.9,<3.10
12
 pysolr>=3.9,<3.10
13
-redis>=3.5,<4.6
13
+redis>=3.5,<5.1
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.5

Carregando…
Cancelar
Salvar