From 1c8b1d1f0f1c65cb77ce54a4516628a5653271f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 04:30:19 +0000 Subject: [PATCH] Bump redis from 4.6.0 to 5.0.0 Bumps [redis](https://github.com/redis/redis-py) from 4.6.0 to 5.0.0. - [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.6.0...v5.0.0) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- Pipfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Pipfile b/Pipfile index 6a997e49..ae1c03df 100644 --- a/Pipfile +++ b/Pipfile @@ -7,7 +7,7 @@ name = "pypi" pytest = "==7.4.0" port-for = "==0.7.1" mirakuru = "==2.5.1" -redis = "==4.6.0" +redis = "==5.0.0" [dev-packages] towncrier = "==23.6.0" diff --git a/Pipfile.lock b/Pipfile.lock index 0dfd4a5a..a253cbbb 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "358a053b4f72881bd8295238c2bb7689829e57f720b61773a41262ef0251e1b0" + "sha256": "0acdb34b75474f99e70560f63836eae94c789e06ea366f13df891b56af1fa2fd" }, "pipfile-spec": 6, "requires": { @@ -86,11 +86,11 @@ }, "redis": { "hashes": [ - "sha256:585dc516b9eb042a619ef0a39c3d7d55fe81bdb4df09a52c9cdde0d07bf1aa7d", - "sha256:e2b03db868160ee4591de3cb90d40ebb50a90dd302138775937f6a42b7ed183c" + "sha256:06570d0b2d84d46c21defc550afbaada381af82f5b83e5b3777600e05d8e2ed0", + "sha256:5cea6c0d335c9a7332a460ed8729ceabb4d0c489c7285b0a86dbbf8a017bd120" ], "index": "pypi", - "version": "==4.6.0" + "version": "==5.0.0" } }, "develop": {