Skip to content

Commit cf9186e

Browse files
committed
chore: upgrade Django and Redis to their latest version
Signed-off-by: tdruez <tdruez@aboutcode.org>
1 parent d2084e6 commit cf9186e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dependencies = [
5151
# Task queue
5252
"rq==2.7.0",
5353
"django-rq==3.2.2",
54-
"redis==7.2.1",
54+
"redis==7.3.0",
5555
# WSGI server
5656
"gunicorn==25.1.0",
5757
# Docker
@@ -103,7 +103,7 @@ dependencies = [
103103
[project.optional-dependencies]
104104
dev = [
105105
# Validation
106-
"ruff==0.15.4",
106+
"ruff==0.15.5",
107107
"doc8==2.0.0",
108108
# Debug
109109
"django-debug-toolbar==6.2.0",

0 commit comments

Comments
 (0)