Skip to content

Commit 15ecbee

Browse files
committed
fix: bump all available prod deps
1 parent ed9faec commit 15ecbee

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ skip = '.virtualenv,.venv,.poetry,.poetry-cache'
3333

3434
[tool.poetry.dependencies]
3535
python = ">=3.11,<3.14"
36-
celery = "^5.5.2"
37-
prometheus-client = "^0.21.1"
38-
click = "^8.1.8"
36+
celery = "^5.5.3"
37+
prometheus-client = "^0.22.1"
38+
click = "^8.2.1"
3939
pretty-errors = "^1.2.25"
4040
loguru = "^0.7.3"
41-
redis = "^5.2.0"
42-
Flask = "^3.1.0"
41+
redis = "^6.2.0"
42+
Flask = "^3.1.1"
4343
waitress = "^3.0.2"
4444
arrow = "^1.3.0"
4545
timy = "^0.4.2"

0 commit comments

Comments
 (0)