diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-05-13 07:03:49 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-13 07:03:49 +0000 |
| commit | 7caf59a26d9fea9614df0a3d60136ca729d2cac7 (patch) | |
| tree | f5fd0f76d37e79ea3a910abdbef2c0b2124e65d2 /requirements.txt | |
| parent | 459b9c18356ab6a3d14fb72520f198519568a106 (diff) | |
Bump redis from 4.2.2 to 4.3.1
Bumps [redis](https://github.com/redis/redis-py) from 4.2.2 to 4.3.1.
- [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/v4.2.2...v4.3.1)
---
updated-dependencies:
- dependency-name: redis
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 1341efe5a..833c476d1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,6 +13,6 @@ uvloop==0.16.0 httpx-socks[asyncio]==0.7.2 langdetect==1.0.9 setproctitle==1.2.3 -redis==4.2.2 +redis==4.3.1 markdown-it-py==2.1.0 typing_extensions==4.2.0 |