Skip to content

Commit

Permalink
chg: Bump deps
Browse files Browse the repository at this point in the history
Fix #18
  • Loading branch information
Rafiot committed Jun 18, 2024
1 parent 7d0e55e commit b69b2e4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
28 changes: 14 additions & 14 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ stop_capture_manager = "bin.stop_capture_manager:main"

[tool.poetry.dependencies]
python = "^3.8"
redis = {version = "^5.0.5", extras = ["hiredis"]}
redis = {version = "^5.0.6", extras = ["hiredis"]}
flask-restx = "^1.3.0"
werkzeug = "^3.0.3"
gunicorn = "^22.0.0"
lacuscore = "^1.9.5"
lacuscore = "^1.9.6"
rich = "^13.7.1"
psutil = "^5.9.8"

Expand Down

0 comments on commit b69b2e4

Please sign in to comment.