From d859822b268271f0405f5b4f5d086abcd327569a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 16:15:13 +0000 Subject: [PATCH] chore(deps): bump redis from 5.0.3 to 5.0.5 in /requirements Bumps [redis](https://github.com/redis/redis-py) from 5.0.3 to 5.0.5. - [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/v5.0.3...v5.0.5) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/core.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/core.txt b/requirements/core.txt index eb7690e0..f3b4e224 100644 --- a/requirements/core.txt +++ b/requirements/core.txt @@ -7,7 +7,7 @@ djangorestframework-api-key==3.0.0 psycopg2-binary==2.9.9 # https://github.com/psycopg/psycopg2 celery==5.4.0 -redis==5.0.3 +redis==5.0.5 python-binance==1.0.19 # https://github.com/sammchardy/python-binance pydantic==2.7.1 # https://github.com/pydantic/pydantic \ No newline at end of file