Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
Release notes
=============

### Version 5.8.0

* feat: [five-c] Compliance dashboard export/report by @tdruez in https://github.com/aboutcode-org/dejacode/pull/522
* feat: [five-c] Compliance extended report set by @tdruez in https://github.com/aboutcode-org/dejacode/pull/523
* feat: [five-c] User experience (UX) enhancements by @tdruez in https://github.com/aboutcode-org/dejacode/pull/524
* feat: [five-c] Compliance dashboards improved by @tdruez in https://github.com/aboutcode-org/dejacode/pull/532
* feat: [five-c] Compliance dashboards extended by @tdruez in https://github.com/aboutcode-org/dejacode/pull/537
* fix: REQUESTS_TIMEOUT by converting to int by @rogu-beta in https://github.com/aboutcode-org/dejacode/pull/526
* feat: replace pip install by uv and lock file by @tdruez in https://github.com/aboutcode-org/dejacode/pull/529
* chore: upgrade multiple dependencies by @tdruez in https://github.com/aboutcode-org/dejacode/pull/530
* chore: upgrade django-registration to latest version by @tdruez in https://github.com/aboutcode-org/dejacode/pull/531
* chore: upgrade dependencies by @tdruez in https://github.com/aboutcode-org/dejacode/pull/538
* chore: remove the dependency on gitpython by @tdruez in https://github.com/aboutcode-org/dejacode/pull/539
* feat: add create_dependencies option to all import forms by @tdruez in https://github.com/aboutcode-org/dejacode/pull/540
* chore: update seed data and add instructions by @tdruez in https://github.com/aboutcode-org/dejacode/pull/541
* feat: add a set_key method on AbstractAPIToken by @tdruez in https://github.com/aboutcode-org/dejacode/pull/521

### Version 5.7.1

- feat: Product compliance tab
Expand Down
10 changes: 6 additions & 4 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release instructions for `DejaCode

### Automated release workflow
## Automated release workflow

- Create a new `release-x.x.x` branch
- Update the version in:
Expand All @@ -11,10 +11,12 @@
- Create a PR and merge once approved
- Tag and push that tag. This will trigger the `create-github-release.yml`
and `publish-docker-image.yml` GitHub workflows:
```

```sh
VERSION=vx.x.x # <- Set the new version here
git tag -a $VERSION -m ""
git push origin $VERSION
```
- Review the GitHub release created by the workflow at
https://github.com/aboutcode-org/dejacode/releases/

- Review the GitHub release created by the workflow at
<https://github.com/aboutcode-org/dejacode/releases/>
2 changes: 1 addition & 1 deletion dejacode/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from contextlib import suppress
from pathlib import Path

VERSION = "5.7.1"
VERSION = "5.8.0"

PROJECT_DIR = Path(__file__).resolve().parent
ROOT_DIR = PROJECT_DIR.parent
Expand Down
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "dejacode"
version = "5.7.1"
version = "5.8.0"
description = "Automate open source license compliance and ensure supply chain integrity"
readme = "README.rst"
requires-python = ">=3.14,<3.15"
Expand Down Expand Up @@ -36,7 +36,7 @@ dependencies = [
"packaging==26.2",
"pip==26.1.2",
# Django
"django==6.0.5",
"django==6.0.6",
"asgiref==3.11.1",
"typing_extensions==4.15.0",
"sqlparse==0.5.5",
Expand Down Expand Up @@ -69,7 +69,7 @@ dependencies = [
# Database
"psycopg==3.3.4",
# Cache
"redis==7.4.0",
"redis==8.0.0",
# Antivirus
"clamd==1.0.2",
# Testing
Expand All @@ -78,7 +78,7 @@ dependencies = [
"rq==2.9.0",
"croniter==6.2.2",
"django-rq==3.2.2",
"fakeredis==2.35.1",
"fakeredis==2.36.0",
# Libs
"certifi==2026.5.20",
"urllib3==2.7.0",
Expand Down Expand Up @@ -153,13 +153,13 @@ dependencies = [
"msgspec==0.20.0",
# OpenDocument Format
"odfdo==3.22.0",
"lxml==6.1.0",
"lxml==6.1.1",
]

[project.optional-dependencies]
dev = [
# Linter and Validation
"ruff==0.15.0",
"ruff==0.15.14",
# Parallel testing
"tblib==3.2.2"
]
Expand Down
Binary file removed thirdparty/dist/certifi-2026.2.25-py3-none-any.whl
Binary file not shown.
16 changes: 0 additions & 16 deletions thirdparty/dist/certifi-2026.2.25-py3-none-any.whl.ABOUT

This file was deleted.

Binary file removed thirdparty/dist/certifi-2026.4.22-py3-none-any.whl
Binary file not shown.
Binary file not shown.
14 changes: 0 additions & 14 deletions thirdparty/dist/charset_normalizer-3.4.4-py3-none-any.whl.ABOUT

This file was deleted.

Binary file removed thirdparty/dist/click-8.3.1-py3-none-any.whl
Binary file not shown.
17 changes: 0 additions & 17 deletions thirdparty/dist/click-8.3.1-py3-none-any.whl.ABOUT

This file was deleted.

Binary file removed thirdparty/dist/django-6.0.4-py3-none-any.whl
Binary file not shown.
21 changes: 0 additions & 21 deletions thirdparty/dist/django-6.0.4-py3-none-any.whl.ABOUT

This file was deleted.

Binary file not shown.
Binary file not shown.
14 changes: 0 additions & 14 deletions thirdparty/dist/django_debug_toolbar-6.2.0-py3-none-any.whl.ABOUT

This file was deleted.

Binary file not shown.
14 changes: 0 additions & 14 deletions thirdparty/dist/django_grappelli-4.0.3-py2.py3-none-any.whl.ABOUT

This file was deleted.

Binary file not shown.
17 changes: 0 additions & 17 deletions thirdparty/dist/django_guardian-3.3.0-py3-none-any.whl.ABOUT

This file was deleted.

Binary file not shown.
16 changes: 0 additions & 16 deletions thirdparty/dist/django_registration-3.4-py3-none-any.whl.ABOUT

This file was deleted.

Binary file removed thirdparty/dist/fakeredis-2.34.1-py3-none-any.whl
Binary file not shown.
14 changes: 0 additions & 14 deletions thirdparty/dist/fakeredis-2.34.1-py3-none-any.whl.ABOUT

This file was deleted.

Binary file removed thirdparty/dist/fakeredis-2.35.1-py3-none-any.whl
Binary file not shown.
Binary file not shown.
Binary file removed thirdparty/dist/gunicorn-25.1.0-py3-none-any.whl
Binary file not shown.
17 changes: 0 additions & 17 deletions thirdparty/dist/gunicorn-25.1.0-py3-none-any.whl.ABOUT

This file was deleted.

Binary file removed thirdparty/dist/gunicorn-25.3.0-py3-none-any.whl
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed thirdparty/dist/lxml-6.0.2.tar.gz
Binary file not shown.
63 changes: 0 additions & 63 deletions thirdparty/dist/lxml-6.0.2.tar.gz.ABOUT

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file removed thirdparty/dist/packaging-26.0-py3-none-any.whl
Binary file not shown.
24 changes: 0 additions & 24 deletions thirdparty/dist/packaging-26.0-py3-none-any.whl.ABOUT

This file was deleted.

Binary file removed thirdparty/dist/pip-26.0.1-py3-none-any.whl
Binary file not shown.
21 changes: 0 additions & 21 deletions thirdparty/dist/pip-26.0.1-py3-none-any.whl.ABOUT

This file was deleted.

Binary file removed thirdparty/dist/pip-26.1-py3-none-any.whl
Binary file not shown.
Binary file removed thirdparty/dist/psycopg-3.3.3-py3-none-any.whl
Binary file not shown.
Loading
Loading