From 1783314c332906133e0ca9923f49290055249083 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Tue, 21 Mar 2023 13:36:40 +0100 Subject: [PATCH] chg: Bump deps, block redis v4.5.2 (broken) Ref for redis: https://github.com/redis/redis-py/issues/2629 --- poetry.lock | 10 +++++----- pyproject.toml | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2e801f7..603ac6e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2402,18 +2402,18 @@ tzdata = {version = "*", markers = "python_version >= \"3.6\""} [[package]] name = "redis" -version = "4.5.2" +version = "4.5.1" description = "Python client for Redis database and key-value store" category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "redis-4.5.2-py3-none-any.whl", hash = "sha256:4b12b3a1e9bfb43dc533330ec6d142329d0c27ea6bb6716a9d0389e8f2038a4e"}, - {file = "redis-4.5.2.tar.gz", hash = "sha256:d8ae1a4f725eea6e3958411870fdf944c587b00ea12be28d3bd5575d8f26430c"}, + {file = "redis-4.5.1-py3-none-any.whl", hash = "sha256:5deb072d26e67d2be1712603bfb7947ec3431fb0eec9c578994052e33035af6d"}, + {file = "redis-4.5.1.tar.gz", hash = "sha256:1eec3741cda408d3a5f84b78d089c8b8d895f21b3b050988351e925faf202864"}, ] [package.dependencies] -async-timeout = {version = ">=4.0.2", markers = "python_version < \"3.11\""} +async-timeout = ">=4.0.2" hiredis = {version = ">=1.0.0", optional = true, markers = "extra == \"hiredis\""} [package.extras] @@ -3177,4 +3177,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.12" -content-hash = "69db81e04098a18ad0cd22444e7751558dd2cc65cc531a9105af6868cdd5b3a4" +content-hash = "3d8c16f3a6ff1c8735d5a6f24ceb15cd58c7e28845d5f29eb0f594a56e662dd9" diff --git a/pyproject.toml b/pyproject.toml index 592cc1e..4fe8d60 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,8 +40,8 @@ requests = "^2.28.2" flask = "^2.2.3" gunicorn = "^20.1.0" charset-normalizer = "^3.1.0" -redis = {version = "^4.5.1", extras = ["hiredis"]} -beautifulsoup4 = "^4.11.2" +redis = {version = "^4.5.1,!=4.5.2", extras = ["hiredis"]} +beautifulsoup4 = "^4.12.0" bootstrap-flask = "^2.2.0" defang = "^0.5.3" vt-py = "^0.17.5" @@ -50,7 +50,7 @@ pysanejs = "^2.0.1" pylookyloo = "^1.18.1" dnspython = "^2.3.0" pytaxonomies = "^1.5.0" -pymisp = {version = "^2.4.169.1", extras = ["url", "fileobjects"]} +pymisp = {version = "^2.4.169.2", extras = ["url", "fileobjects"]} Pillow = "^9.4.0" flask-restx = "^1.1.0" rich = "^13.3.2" @@ -71,7 +71,7 @@ pyipasnhistory = "^2.1.2" publicsuffixlist = "^0.9.3" pyfaup = "^1.2" chardet = "^5.1.0" -pysecuritytxt = "^1.0.1" +pysecuritytxt = "^1.1.0" pylookyloomonitoring = "^0.2.0" [tool.poetry.group.dev.dependencies] @@ -82,7 +82,7 @@ types-requests = "^2.28.11.15" types-pkg-resources = "^0.1.3" types-Deprecated = "^1.2.9.1" types-python-dateutil = "^2.8.19.10" -types-beautifulsoup4 = "^4.11.6.7" +types-beautifulsoup4 = "^4.12.0.0" types-Pillow = "^9.4.0.17" [build-system]