From 73b357b50b793f6187d0f482f3534fe7f9cf95c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 21:41:24 +0000 Subject: [PATCH] Bump redis from 2.10.6 to 4.5.3 in /chapter_2 Bumps [redis](https://github.com/redis/redis-py) from 2.10.6 to 4.5.3. - [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.6...v4.5.3) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- chapter_2/Pipfile.lock | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/chapter_2/Pipfile.lock b/chapter_2/Pipfile.lock index bb6903d..be511c8 100644 --- a/chapter_2/Pipfile.lock +++ b/chapter_2/Pipfile.lock @@ -3,19 +3,6 @@ "hash": { "sha256": "1ae299738aba0c095d06f129e3b1624abf9df55145e1bc541228b676acff7f0f" }, - "host-environment-markers": { - "implementation_name": "cpython", - "implementation_version": "3.6.5", - "os_name": "posix", - "platform_machine": "x86_64", - "platform_python_implementation": "CPython", - "platform_release": "17.7.0", - "platform_system": "Darwin", - "platform_version": "Darwin Kernel Version 17.7.0: Thu Jun 21 22:53:14 PDT 2018; root:xnu-4570.71.2~1/RELEASE_X86_64", - "python_full_version": "3.6.5", - "python_version": "3.6", - "sys_platform": "darwin" - }, "pipfile-spec": 6, "requires": {}, "sources": [ @@ -29,10 +16,11 @@ "default": { "redis": { "hashes": [ - "sha256:8a1900a9f2a0a44ecf6e8b5eb3e967a9909dfed219ad66df094f27f7d6f330fb", - "sha256:a22ca993cea2962dbb588f9f30d0015ac4afcc45bee27d3978c0dbe9e97c6c0f" + "sha256:56732e156fe31801c4f43396bd3ca0c2a7f6f83d7936798531b9848d103381aa", + "sha256:7df17a0a2b72a4c8895b462dd07616c51b1dcb48fdd7ecb7b6f4bf39ecb2e94e" ], - "version": "==2.10.6" + "index": "pypi", + "version": "==4.5.3" } }, "develop": {}