Skip to content

Commit d2084e6

Browse files
authored
chore: upgrade RQ, Redis, and more to their latest version (#2073)
Signed-off-by: tdruez <tdruez@aboutcode.org>
1 parent 3010770 commit d2084e6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,23 +37,23 @@ dependencies = [
3737
"setuptools==82.0.0",
3838
# Django related
3939
"Django==6.0.2",
40-
"django-environ==0.12.0",
41-
"django-crispy-forms==2.5",
40+
"django-environ==0.13.0",
41+
"django-crispy-forms==2.6",
4242
"crispy-bootstrap3==2024.1",
4343
"django-filter==25.2",
4444
"djangorestframework==3.16.1",
4545
"django-taggit==6.1.0",
4646
"django-htmx==1.27.0",
4747
# Database
48-
"psycopg[binary]==3.3.2",
48+
"psycopg[binary]==3.3.3",
4949
# wait_for_database Django management command
5050
"django-probes==1.8.0",
5151
# Task queue
52-
"rq==2.6.1",
52+
"rq==2.7.0",
5353
"django-rq==3.2.2",
54-
"redis==7.1.1",
54+
"redis==7.2.1",
5555
# WSGI server
56-
"gunicorn==25.0.3",
56+
"gunicorn==25.1.0",
5757
# Docker
5858
"container-inspector==33.1.0",
5959
# ScanCode-toolkit
@@ -103,7 +103,7 @@ dependencies = [
103103
[project.optional-dependencies]
104104
dev = [
105105
# Validation
106-
"ruff==0.15.0",
106+
"ruff==0.15.4",
107107
"doc8==2.0.0",
108108
# Debug
109109
"django-debug-toolbar==6.2.0",

0 commit comments

Comments
 (0)