Skip to content

Commit

Permalink
Fix: Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Hannes221 committed Aug 2, 2024
1 parent 34e17ca commit 98583ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "rq-dashboard-fast"
version = "0.5.2"
version = "0.5.3"
description = "rq-dashboard-fast is a FastAPI-based dashboard to monitor your Redis-Queue (RQ) Jobs, Queues, and Workers"
authors = ["Hannes221 <hannespfau@gmail.com>"]
readme = "README.md"
Expand All @@ -16,6 +16,7 @@ rq = ">=1.15.1"
jinja2 = ">=3.1.3"
rq-scheduler = ">=0.13.1"
pandas = ">=2.2.2"
uvicorn = ">=0.30"


[tool.poetry.group.dev.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion rq_dashboard_fast/rq_dashboard_fast.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def __init__(
self.redis_url = redis_url
self.protocol = protocol

self.rq_dashboard_version = "0.5.2"
self.rq_dashboard_version = "0.5.3"

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit 98583ce

Please sign in to comment.