From 17da1ce09ad6eabf0c0f21d8ad9f34ca59589a5b Mon Sep 17 00:00:00 2001 From: tdruez Date: Wed, 23 Jul 2025 13:02:07 +0300 Subject: [PATCH 1/4] Upgrade some dependencies to their latest version Signed-off-by: tdruez --- pyproject.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3263262137..55052ee748 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dependencies = [ # wait_for_database Django management command "django-probes==1.7.0", # Task queue - "rq==2.4.0", + "rq==2.4.1", "django-rq==3.0.1", "redis==6.2.0", # WSGI server @@ -68,7 +68,7 @@ dependencies = [ "go-inspector==0.5.0", "rust-inspector==0.1.0", "binary-inspector==0.1.2", - "python-inspector==0.14.0", + "python-inspector==0.14.2", "source-inspector==0.7.0; sys_platform != 'darwin' and platform_machine != 'arm64'", "aboutcode-toolkit==11.1.1", # Utilities @@ -77,7 +77,7 @@ dependencies = [ "requests==2.32.4", "GitPython==3.1.44", # Profiling - "pyinstrument==5.0.2", + "pyinstrument==5.0.3", # CycloneDX "cyclonedx-python-lib==10.2.0", "jsonschema==4.24.0", @@ -94,18 +94,18 @@ dependencies = [ "aboutcode.hashid==0.2.0", # AboutCode pipeline "aboutcode.pipeline==0.2.1", - "scipy==1.15.3" + "scipy==1.16.0" ] [project.optional-dependencies] dev = [ # Validation - "ruff==0.12.0", + "ruff==0.12.4", "doc8==2.0.0", # Debug "django-debug-toolbar==5.2.0", # Documentation - "Sphinx==8.1.3", + "Sphinx==8.2.3", "sphinx-rtd-theme==3.0.2", "sphinx-rtd-dark-mode==1.3.0", "sphinxcontrib-django==2.5", From 40aac8250f974e73bc80b3ee5f67e3bf45e76ede Mon Sep 17 00:00:00 2001 From: tdruez Date: Fri, 25 Jul 2025 15:09:23 +0300 Subject: [PATCH 2/4] Revert the scipy upgrade Signed-off-by: tdruez --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 55052ee748..75885dea7d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -94,7 +94,7 @@ dependencies = [ "aboutcode.hashid==0.2.0", # AboutCode pipeline "aboutcode.pipeline==0.2.1", - "scipy==1.16.0" + "scipy==1.15.3" ] [project.optional-dependencies] From fbc9df1cd3bd590a20b482e3ae10d050b9b1478e Mon Sep 17 00:00:00 2001 From: tdruez Date: Fri, 25 Jul 2025 15:12:15 +0300 Subject: [PATCH 3/4] Upgrade a few more dependencies Signed-off-by: tdruez --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 75885dea7d..f099f3a8bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,14 +68,14 @@ dependencies = [ "go-inspector==0.5.0", "rust-inspector==0.1.0", "binary-inspector==0.1.2", - "python-inspector==0.14.2", + "python-inspector==0.14.3", "source-inspector==0.7.0; sys_platform != 'darwin' and platform_machine != 'arm64'", "aboutcode-toolkit==11.1.1", # Utilities "XlsxWriter==3.2.5", "openpyxl==3.1.5", "requests==2.32.4", - "GitPython==3.1.44", + "GitPython==3.1.45", # Profiling "pyinstrument==5.0.3", # CycloneDX @@ -100,7 +100,7 @@ dependencies = [ [project.optional-dependencies] dev = [ # Validation - "ruff==0.12.4", + "ruff==0.12.5", "doc8==2.0.0", # Debug "django-debug-toolbar==5.2.0", From f21968bd91871290774961afbaae9f1b7aca1f83 Mon Sep 17 00:00:00 2001 From: tdruez Date: Fri, 25 Jul 2025 15:19:21 +0300 Subject: [PATCH 4/4] Revert the Sphinx upgrade Signed-off-by: tdruez --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f099f3a8bb..7591c6a15c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -105,7 +105,7 @@ dev = [ # Debug "django-debug-toolbar==5.2.0", # Documentation - "Sphinx==8.2.3", + "Sphinx==8.1.3", # Newer versions dropped Python 3.10 support "sphinx-rtd-theme==3.0.2", "sphinx-rtd-dark-mode==1.3.0", "sphinxcontrib-django==2.5",