Pull Request #5 Bump redis from 2.10 to 4.4.4

Bumps [redis](https://github.com/redis/redis-py) from 2.10 to 4.4.4.
- [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/2.10.0...v4.4.4)

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

Signed-off-by: dependabot[bot] <support@github.com>

dependabot[bot] authored GitHub committed

Pull request event #27.1 failed

  • Ran for
AMD64
Python: 3.6
Git
travis-ci/gesund:.travis.yml@c484d6b
language: python
python: '3.6'
cache:
  pip: true
services:
- docker
- redis-server
install:
- make deps
script:
- make fmt
- git diff --exit-code
- make test
- make docker-build
- make docker-login docker-push
Build Config
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "python": [
    "3.6"
  ],
  "cache": {
    "pip": true
  },
  "services": [
    "docker",
    "redis"
  ],
  "install": [
    "make deps"
  ],
  "script": [
    "make fmt",
    "git diff --exit-code",
    "make test",
    "make docker-build",
    "make docker-login docker-push"
  ]
}