From 770e3a883fe6e063ffedce47437bb9efb1b7571a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 16:15:31 +0000 Subject: [PATCH] chore(deps): bump redis from 5.0.3 to 5.0.8 in /requirements Bumps [redis](https://github.com/redis/redis-py) from 5.0.3 to 5.0.8. - [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.8) --- 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..ce1e9250 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.8 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