From 3762cd7b01328c733aa9559724423a416de03658 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Mar 2023 14:35:51 +0000 Subject: [PATCH] Bump redis from 2.10.6 to 4.4.4 in /chapter_2 Bumps [redis](https://github.com/redis/redis-py) from 2.10.6 to 4.4.4. - [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.4.4) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- chapter_2/Pipfile.lock | 28 ++++++++++++---------------- 1 file changed, 12 insertions(+), 16 deletions(-) diff --git a/chapter_2/Pipfile.lock b/chapter_2/Pipfile.lock index bb6903d..24136dd 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": [ @@ -27,12 +14,21 @@ ] }, "default": { + "async-timeout": { + "hashes": [ + "sha256:2163e1640ddb52b7a8c80d0a67a08587e5d245cc9c553a74a847056bc2976b15", + "sha256:8ca1e4fcf50d07413d66d1a5e416e42cfdf5851c981d679a09851a6853383b3c" + ], + "markers": "python_version >= '3.6'", + "version": "==4.0.2" + }, "redis": { "hashes": [ - "sha256:8a1900a9f2a0a44ecf6e8b5eb3e967a9909dfed219ad66df094f27f7d6f330fb", - "sha256:a22ca993cea2962dbb588f9f30d0015ac4afcc45bee27d3978c0dbe9e97c6c0f" + "sha256:68226f7ede928db8302f29ab088a157f41061fa946b7ae865452b6d7838bbffb", + "sha256:da92a39fec86438d3f1e2a1db33c312985806954fe860120b582a8430e231d8f" ], - "version": "==2.10.6" + "index": "pypi", + "version": "==4.4.4" } }, "develop": {}