Skip to content

Commit

Permalink
chg: Bump deps, block redis v4.5.2 (broken)
Browse files Browse the repository at this point in the history
Ref for redis: redis/redis-py#2629
  • Loading branch information
Rafiot committed Mar 21, 2023
1 parent 046417c commit 1783314
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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]
Expand All @@ -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]
Expand Down

0 comments on commit 1783314

Please sign in to comment.