We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2084e6 commit cf9186eCopy full SHA for cf9186e
1 file changed
pyproject.toml
@@ -51,7 +51,7 @@ dependencies = [
51
# Task queue
52
"rq==2.7.0",
53
"django-rq==3.2.2",
54
- "redis==7.2.1",
+ "redis==7.3.0",
55
# WSGI server
56
"gunicorn==25.1.0",
57
# Docker
@@ -103,7 +103,7 @@ dependencies = [
103
[project.optional-dependencies]
104
dev = [
105
# Validation
106
- "ruff==0.15.4",
+ "ruff==0.15.5",
107
"doc8==2.0.0",
108
# Debug
109
"django-debug-toolbar==6.2.0",
0 commit comments