Skip to content

Commit 3493e35

Browse files
authored
chore: bump version to 5.8.0 for release (#542)
Signed-off-by: tdruez <tdruez@aboutcode.org>
1 parent 9382b0f commit 3493e35

67 files changed

Lines changed: 49 additions & 1031 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.rst

Lines changed: 17 additions & 0 deletions

RELEASE.md

Lines changed: 6 additions & 4 deletions

dejacode/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from contextlib import suppress
1515
from pathlib import Path
1616

17-
VERSION = "5.7.1"
17+
VERSION = "5.8.0"
1818

1919
PROJECT_DIR = Path(__file__).resolve().parent
2020
ROOT_DIR = PROJECT_DIR.parent

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "dejacode"
7-
version = "5.7.1"
7+
version = "5.8.0"
88
description = "Automate open source license compliance and ensure supply chain integrity"
99
readme = "README.rst"
1010
requires-python = ">=3.14,<3.15"
@@ -36,7 +36,7 @@ dependencies = [
3636
"packaging==26.2",
3737
"pip==26.1.2",
3838
# Django
39-
"django==6.0.5",
39+
"django==6.0.6",
4040
"asgiref==3.11.1",
4141
"typing_extensions==4.15.0",
4242
"sqlparse==0.5.5",
@@ -69,7 +69,7 @@ dependencies = [
6969
# Database
7070
"psycopg==3.3.4",
7171
# Cache
72-
"redis==7.4.0",
72+
"redis==8.0.0",
7373
# Antivirus
7474
"clamd==1.0.2",
7575
# Testing
@@ -78,7 +78,7 @@ dependencies = [
7878
"rq==2.9.0",
7979
"croniter==6.2.2",
8080
"django-rq==3.2.2",
81-
"fakeredis==2.35.1",
81+
"fakeredis==2.36.0",
8282
# Libs
8383
"certifi==2026.5.20",
8484
"urllib3==2.7.0",
@@ -153,13 +153,13 @@ dependencies = [
153153
"msgspec==0.20.0",
154154
# OpenDocument Format
155155
"odfdo==3.22.0",
156-
"lxml==6.1.0",
156+
"lxml==6.1.1",
157157
]
158158

159159
[project.optional-dependencies]
160160
dev = [
161161
# Linter and Validation
162-
"ruff==0.15.0",
162+
"ruff==0.15.14",
163163
# Parallel testing
164164
"tblib==3.2.2"
165165
]
-150 KB
Binary file not shown.

thirdparty/dist/certifi-2026.2.25-py3-none-any.whl.ABOUT

Lines changed: 0 additions & 16 deletions
This file was deleted.
-133 KB
Binary file not shown.
-52.2 KB
Binary file not shown.

thirdparty/dist/charset_normalizer-3.4.4-py3-none-any.whl.ABOUT

Lines changed: 0 additions & 14 deletions
This file was deleted.
-106 KB
Binary file not shown.

0 commit comments

Comments
 (0)