Skip to content

Commit e5bc083

Browse files
Your Namealphatownsman
authored andcommitted
upgrade deps
1 parent 8f22ff9 commit e5bc083

File tree

4 files changed

+57
-57
lines changed

4 files changed

+57
-57
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ repos:
3030
- id: uv-lock
3131
- id: pip-compile
3232
name: requirements.lock
33-
files: ^pyproject\.toml$
33+
files: ^(pyproject\.toml|uv\.lock)$
3434
args: [pyproject.toml, --no-annotate, --no-header, -q, -o, requirements.lock]
3535

3636
- repo: https://github.com/astral-sh/ruff-pre-commit

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies = [
2121
"django-markdownx>=4.0.7",
2222
"django-ninja>=1.3.0",
2323
"django-polymorphic>=4.1.0",
24-
"django-redis<6.0.0",
24+
"django-redis",
2525
"django-rq>=3.1",
2626
"django-sass-processor>=1.4.1",
2727
"django-storages[boto3]>=1.14.2",

0 commit comments

Comments
 (0)