Skip to content

Commit cde7e60

Browse files
committed
fix: upgrade the background task stack for scheduler failure
Signed-off-by: tdruez <tdruez@aboutcode.org>
1 parent 56ff72e commit cde7e60

5 files changed

Lines changed: 203 additions & 201 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,15 @@ dependencies = [
7171
# Database
7272
"psycopg==3.3.4",
7373
# Cache
74-
"redis==8.0.1",
74+
"redis==8.1.0",
7575
# Antivirus
7676
"clamd==1.0.2",
7777
# Testing
7878
"model_bakery==1.23.3",
7979
# Task queue
80-
"rq==2.10.0",
80+
"rq==2.11.0",
8181
"croniter==6.2.3",
82-
"django-rq==3.2.2",
82+
"django-rq==4.1.1",
8383
"fakeredis==2.36.2",
8484
# Libs
8585
"certifi==2026.6.17",
@@ -176,6 +176,8 @@ dejacode = "dejacode:command_line"
176176
where = ["."]
177177

178178
[tool.uv]
179+
# Pin the uv version so everyone regenerates uv.lock with the same resolver/serializer
180+
required-version = "==0.11.6"
179181
# Disable PyPI and any remote index, only use local sources
180182
no-index = true
181183
# Look for wheels in this local directory only
71.7 KB
Binary file not shown.
547 KB
Binary file not shown.
124 KB
Binary file not shown.

0 commit comments

Comments
 (0)