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
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Release notes
=============

### Version 5.6.0-dev

### Version 5.5.0

- Add UI to refresh a package scan.
Expand Down
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 @@

import git

VERSION = "5.5.0"
VERSION = "5.6.0-dev"

PROJECT_DIR = Path(__file__).resolve().parent
ROOT_DIR = PROJECT_DIR.parent
Expand Down
24 changes: 12 additions & 12 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.5.0"
version = "5.6.0-dev"
description = "Automate open source license compliance and ensure supply chain integrity"
readme = "README.rst"
requires-python = ">=3.13,<3.14"
Expand Down Expand Up @@ -35,8 +35,8 @@ dependencies = [
"wheel==0.45.1",
"pip==25.3",
# Django
"Django==5.2.8",
"asgiref==3.10.0",
"Django==5.2.9",
"asgiref==3.11.0",
"typing_extensions==4.15.0",
"sqlparse==0.5.3",
# Django apps
Expand Down Expand Up @@ -68,7 +68,7 @@ dependencies = [
# Database
"psycopg==3.2.12",
# Cache
"redis==7.0.1",
"redis==7.1.0",
# redis dependencies:
"packaging==25.0",
"pyparsing==3.2.5",
Expand All @@ -83,10 +83,10 @@ dependencies = [
"rq==2.6.1",
"croniter==6.0.0",
"django-rq==3.2.1",
"fakeredis==2.32.1",
"fakeredis==2.33.0",
# Libs
"certifi==2025.11.12",
"urllib3==2.5.0",
"certifi==2026.1.4",
"urllib3==2.6.2",
"python-dateutil==2.9.0.post0",
"python-mimeparse==2.0.0",
"PyJWT==2.10.1",
Expand Down Expand Up @@ -133,22 +133,22 @@ dependencies = [
"openpyxl==3.1.5",
"et-xmlfile==2.0.0",
# PackageURL
"packageurl-python==0.17.5",
"packageurl-python==0.17.6",
# Gunicorn
"gunicorn==23.0.0",
# SPDX validation
"jsonschema==4.24.0",
"jsonschema-specifications==2025.4.1",
"referencing==0.36.2",
"rpds-py==0.25.1",
"attrs==25.3.0",
"attrs==25.4.0",
"pyrsistent==0.20.0",
# CycloneDX
"cyclonedx-python-lib==11.1.0",
"cyclonedx-python-lib==11.6.0",
"sortedcontainers==2.4.0",
"py-serializable==2.1.0",
# Git
"GitPython==3.1.45",
"GitPython==3.1.46",
"gitdb==4.0.12",
"smmap==5.0.2",
# CSAF
Expand All @@ -168,7 +168,7 @@ dev = [
# Linter and Validation
"ruff==0.14.0",
# Parallel testing
"tblib==3.1.0"
"tblib==3.2.2"
]
docs = [
"Sphinx",
Expand Down
14 changes: 0 additions & 14 deletions thirdparty/dist/asgiref-3.10.0-py3-none-any.whl.ABOUT

This file was deleted.

Binary file not shown.
14 changes: 14 additions & 0 deletions thirdparty/dist/asgiref-3.11.0-py3-none-any.whl.ABOUT
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
about_resource: asgiref-3.11.0-py3-none-any.whl
name: asgiref
version: 3.11.0
download_url: https://files.pythonhosted.org/packages/91/be/317c2c55b8bbec407257d45f5c8d1b6867abc76d12043f2d3d58c538a4ea/asgiref-3.11.0-py3-none-any.whl
package_url: pkg:pypi/asgiref@3.11.0
license_expression: bsd-new
copyright: Copyright asgiref project contributors
attribute: yes
checksum_md5: 659fe6bbd7e43c8bde0b7ca065be0f6c
checksum_sha1: 450de5a4aa731204f861dcd1a41a52a460b756de
licenses:
- key: bsd-new
name: BSD-3-Clause
file: bsd-new.LICENSE
Binary file removed thirdparty/dist/attrs-25.3.0-py3-none-any.whl
Binary file not shown.
17 changes: 0 additions & 17 deletions thirdparty/dist/attrs-25.3.0-py3-none-any.whl.ABOUT

This file was deleted.

Binary file added thirdparty/dist/attrs-25.4.0-py3-none-any.whl
Binary file not shown.
17 changes: 17 additions & 0 deletions thirdparty/dist/attrs-25.4.0-py3-none-any.whl.ABOUT
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
about_resource: attrs-25.4.0-py3-none-any.whl
name: attrs
version: 25.4.0
download_url: https://files.pythonhosted.org/packages/3a/2a/7cc015f5b9f5db42b7d48157e23356022889fc354a2813c15934b7cb5c0e/attrs-25.4.0-py3-none-any.whl
package_url: pkg:pypi/attrs@25.4.0
license_expression: mit AND unknown-license-reference
copyright: Copyright attrs project contributors
attribute: yes
checksum_md5: 7b7fab960686d9e318a640d5ddce32f7
checksum_sha1: 0f44b024e556094358b37aa227f07cdd70baffa9
licenses:
- key: mit
name: MIT License
file: mit.LICENSE
- key: unknown-license-reference
name: Unknown License file reference
file: unknown-license-reference.LICENSE
Binary file removed thirdparty/dist/certifi-2025.11.12-py3-none-any.whl
Binary file not shown.
16 changes: 0 additions & 16 deletions thirdparty/dist/certifi-2025.11.12-py3-none-any.whl.ABOUT

This file was deleted.

Binary file not shown.
16 changes: 16 additions & 0 deletions thirdparty/dist/certifi-2026.1.4-py3-none-any.whl.ABOUT
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
about_resource: certifi-2026.1.4-py3-none-any.whl
name: certifi
version: 2026.1.4
download_url: https://files.pythonhosted.org/packages/e6/ad/3cc14f097111b4de0040c83a525973216457bbeeb63739ef1ed275c1c021/certifi-2026.1.4-py3-none-any.whl
package_url: pkg:pypi/certifi@2026.1.4
license_expression: mpl-2.0
copyright: Copyright certifi project contributors
redistribute: yes
attribute: yes
track_changes: yes
checksum_md5: 1dab98768140ad2d8dbc9be8f14a2af9
checksum_sha1: 7e321cad8e2cca84ad26eab15c2a2d5fa8972e0c
licenses:
- key: mpl-2.0
name: Mozilla Public License 2.0
file: mpl-2.0.LICENSE
Binary file not shown.
15 changes: 0 additions & 15 deletions thirdparty/dist/cyclonedx_python_lib-11.1.0-py3-none-any.whl.ABOUT

This file was deleted.

Binary file not shown.
15 changes: 15 additions & 0 deletions thirdparty/dist/cyclonedx_python_lib-11.6.0-py3-none-any.whl.ABOUT
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
about_resource: cyclonedx_python_lib-11.6.0-py3-none-any.whl
name: cyclonedx-python-lib
version: 11.6.0
download_url: https://files.pythonhosted.org/packages/c7/1b/534ad8a5e0f9470522811a8e5a9bc5d328fb7738ba29faf357467a4ef6d0/cyclonedx_python_lib-11.6.0-py3-none-any.whl
package_url: pkg:pypi/cyclonedx-python-lib@11.6.0
license_expression: apache-2.0
copyright: Copyright OWASP Foundation
attribute: yes
track_changes: yes
checksum_md5: 1f8a970a5307c851ff4ab8f2836db736
checksum_sha1: 2272f348d83800d8450edbc7ce52974386e7f229
licenses:
- key: apache-2.0
name: Apache License 2.0
file: apache-2.0.LICENSE
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
about_resource: django-5.2.8-py3-none-any.whl
about_resource: django-5.2.9-py3-none-any.whl
name: django
version: 5.2.8
download_url: https://files.pythonhosted.org/packages/5e/3d/a035a4ee9b1d4d4beee2ae6e8e12fe6dee5514b21f62504e22efcbd9fb46/django-5.2.8-py3-none-any.whl
package_url: pkg:pypi/django@5.2.8
version: 5.2.9
download_url: https://files.pythonhosted.org/packages/17/b0/7f42bfc38b8f19b78546d47147e083ed06e12fc29c42da95655e0962c6c2/django-5.2.9-py3-none-any.whl
package_url: pkg:pypi/django@5.2.9
license_expression: bsd-new AND python AND unknown-license-reference
copyright: Copyright django project contributors
attribute: yes
track_changes: yes
checksum_md5: 60ed4555e2f91cc881b2293ad78bf423
checksum_sha1: 50d9ad23cef8ebe6cc7d17004e65ae6b5dbabc37
checksum_md5: 42dd57f28b8dd5750ef76b64277d3e9e
checksum_sha1: c0808a610ea903a17736634e9c21556ea9d675e4
licenses:
- key: bsd-new
name: BSD-3-Clause
Expand Down
14 changes: 0 additions & 14 deletions thirdparty/dist/fakeredis-2.32.1-py3-none-any.whl.ABOUT

This file was deleted.

Binary file not shown.
14 changes: 14 additions & 0 deletions thirdparty/dist/fakeredis-2.33.0-py3-none-any.whl.ABOUT
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
about_resource: fakeredis-2.33.0-py3-none-any.whl
name: fakeredis
version: 2.33.0
download_url: https://files.pythonhosted.org/packages/6e/78/a850fed8aeef96d4a99043c90b818b2ed5419cd5b24a4049fd7cfb9f1471/fakeredis-2.33.0-py3-none-any.whl
package_url: pkg:pypi/fakeredis@2.33.0
license_expression: bsd-new
copyright: Copyright fakeredis project contributors
attribute: yes
checksum_md5: 9596e2bedfa1f60aa4de9c2ad510d54c
checksum_sha1: e7680160a9168d2c3bd3ee777d6af24511c7f07c
licenses:
- key: bsd-new
name: BSD-3-Clause
file: bsd-new.LICENSE
Binary file removed thirdparty/dist/gitpython-3.1.45-py3-none-any.whl
Binary file not shown.
14 changes: 0 additions & 14 deletions thirdparty/dist/gitpython-3.1.45-py3-none-any.whl.ABOUT

This file was deleted.

Binary file not shown.
14 changes: 14 additions & 0 deletions thirdparty/dist/gitpython-3.1.46-py3-none-any.whl.ABOUT
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
about_resource: gitpython-3.1.46-py3-none-any.whl
name: gitpython
version: 3.1.46
download_url: https://files.pythonhosted.org/packages/6a/09/e21df6aef1e1ffc0c816f0522ddc3f6dcded766c3261813131c78a704470/gitpython-3.1.46-py3-none-any.whl
package_url: pkg:pypi/gitpython@3.1.46
license_expression: bsd-new
copyright: Copyright gitpython project contributors
attribute: yes
checksum_md5: 0b9ccbb78ace1a13175d9fbe935a295f
checksum_sha1: f1bfc68d7e6f2697425a4f25a66dbaa21e872084
licenses:
- key: bsd-new
name: BSD-3-Clause
file: bsd-new.LICENSE
Binary file not shown.
14 changes: 0 additions & 14 deletions thirdparty/dist/packageurl_python-0.17.5-py3-none-any.whl.ABOUT

This file was deleted.

Binary file not shown.
14 changes: 14 additions & 0 deletions thirdparty/dist/packageurl_python-0.17.6-py3-none-any.whl.ABOUT
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
about_resource: packageurl_python-0.17.6-py3-none-any.whl
name: packageurl-python
version: 0.17.6
download_url: https://files.pythonhosted.org/packages/b1/2f/c7277b7615a93f51b5fbc1eacfc1b75e8103370e786fd8ce2abf6e5c04ab/packageurl_python-0.17.6-py3-none-any.whl
package_url: pkg:pypi/packageurl-python@0.17.6
license_expression: mit
copyright: Copyright packageurl-python project contributors
attribute: yes
checksum_md5: 61c10b06a9a6ca3b353eeb68d5d748d6
checksum_sha1: 335c63c5b95b142a1eb3e25defe5f85ba3b4da08
licenses:
- key: mit
name: MIT License
file: mit.LICENSE
Binary file removed thirdparty/dist/redis-7.0.1-py3-none-any.whl
Binary file not shown.
14 changes: 0 additions & 14 deletions thirdparty/dist/redis-7.0.1-py3-none-any.whl.ABOUT

This file was deleted.

Binary file added thirdparty/dist/redis-7.1.0-py3-none-any.whl
Binary file not shown.
14 changes: 14 additions & 0 deletions thirdparty/dist/redis-7.1.0-py3-none-any.whl.ABOUT
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
about_resource: redis-7.1.0-py3-none-any.whl
name: redis
version: 7.1.0
download_url: https://files.pythonhosted.org/packages/89/f0/8956f8a86b20d7bb9d6ac0187cf4cd54d8065bc9a1a09eb8011d4d326596/redis-7.1.0-py3-none-any.whl
package_url: pkg:pypi/redis@7.1.0
license_expression: mit
copyright: Copyright redis project contributors
attribute: yes
checksum_md5: 2f1f3836f74917f9f658b46ca11bc48a
checksum_sha1: d1e8582bc6a821250be0df686b442b0d53464f09
licenses:
- key: mit
name: MIT License
file: mit.LICENSE
Binary file removed thirdparty/dist/tblib-3.1.0-py3-none-any.whl
Binary file not shown.
14 changes: 0 additions & 14 deletions thirdparty/dist/tblib-3.1.0-py3-none-any.whl.ABOUT

This file was deleted.

Binary file added thirdparty/dist/tblib-3.2.2-py3-none-any.whl
Binary file not shown.
Loading