Skip to content

Commit 1533695

Browse files
committed
chg: Bump deps, block broken redis
Redis python is currently broken with UnixDomainSocketConnection: redis/redis-py#2629
1 parent 0dd4282 commit 1533695

File tree

2 files changed

+34
-36
lines changed

2 files changed

+34
-36
lines changed

poetry.lock

Lines changed: 32 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ run_captures = "bin.run_captures:main"
1818

1919
[tool.poetry.dependencies]
2020
python = "^3.10"
21-
redis = {version = "^4.5.1,!=4.5.2", extras = ["hiredis"]}
21+
redis = {version = "^4.5.1,!=4.5.2,!=4.5.3", extras = ["hiredis"]}
2222
flask-restx = "^1.1.0"
2323
werkzeug = "^2.2.3"
2424
gunicorn = "^20.1.0"
@@ -28,7 +28,7 @@ pylookyloo = "^1.18.1"
2828

2929
[tool.poetry.dev-dependencies]
3030
mypy = "^1.1.1"
31-
types-redis = "^4.5.1.5"
31+
types-redis = {version = "^4.5.1.0,!=4.5.2.0,!=4.5.3.0"}
3232
plotly = "^5.13.1"
3333
jupyter-dash = "^0.4.2"
3434
jupyterlab = "^3.6.2"

0 commit comments

Comments
 (0)