From 99062593f7f8f9fa4c9e7f8daabbe99ea3720bb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jun 2022 10:05:44 +0000 Subject: [PATCH] build(deps): bump redis from 4.3.3 to 4.3.4 Bumps [redis](https://github.com/redis/redis-py) from 4.3.3 to 4.3.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/v4.3.3...v4.3.4) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 26e5bd34..0cef4633 100644 --- a/poetry.lock +++ b/poetry.lock @@ -938,7 +938,7 @@ tzdata = {version = "*", markers = "python_version >= \"3.6\""} [[package]] name = "redis" -version = "4.3.3" +version = "4.3.4" description = "Python client for Redis database and key-value store" category = "main" optional = false @@ -1328,7 +1328,7 @@ misp = ["python-magic", "pydeep2"] [metadata] lock-version = "1.1" python-versions = ">=3.8,<3.11" -content-hash = "b8964dec2d2a73a4359b1005b598a6163e9d245d6166f90fcab29a21d25e9599" +content-hash = "dec35feae6d120eab24468677897c7b942c50c1ad26e95095aea6cf5b543704c" [metadata.files] aiohttp = [ @@ -2194,8 +2194,8 @@ pytz-deprecation-shim = [ {file = "pytz_deprecation_shim-0.1.0.post0.tar.gz", hash = "sha256:af097bae1b616dde5c5744441e2ddc69e74dfdcb0c263129610d85b87445a59d"}, ] redis = [ - {file = "redis-4.3.3-py3-none-any.whl", hash = "sha256:f57f8df5d238a8ecf92f499b6b21467bfee6c13d89953c27edf1e2bc673622e7"}, - {file = "redis-4.3.3.tar.gz", hash = "sha256:2f7a57cf4af15cd543c4394bcbe2b9148db2606a37edba755368836e3a1d053e"}, + {file = "redis-4.3.4-py3-none-any.whl", hash = "sha256:a52d5694c9eb4292770084fa8c863f79367ca19884b329ab574d5cb2036b3e54"}, + {file = "redis-4.3.4.tar.gz", hash = "sha256:ddf27071df4adf3821c4f2ca59d67525c3a82e5f268bed97b813cb4fabf87880"}, ] regex = [ {file = "regex-2022.3.2-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:ab69b4fe09e296261377d209068d52402fb85ef89dc78a9ac4a29a895f4e24a7"}, diff --git a/pyproject.toml b/pyproject.toml index 85a8527d..7f545ac1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ requests = "^2.28.0" flask = "^2.1.2" gunicorn = "^20.1.0" cchardet = "^2.1.7" -redis = {version = "^4.3.3", extras = ["hiredis"]} +redis = {version = "^4.3.4", extras = ["hiredis"]} beautifulsoup4 = "^4.11.1" bootstrap-flask = "^2.0.2" defang = "^0.5.3"