@@ -37,22 +37,22 @@ dependencies = [
3737 " importlib-metadata==8.7.0" ,
3838 " setuptools==80.9.0" ,
3939 # Django related
40- " Django==5.1.13 " ,
40+ " Django==5.1.14 " ,
4141 " django-environ==0.12.0" ,
42- " django-crispy-forms==2.4 " ,
42+ " django-crispy-forms==2.5 " ,
4343 " crispy-bootstrap3==2024.1" ,
4444 " django-filter==25.1" ,
4545 " djangorestframework==3.16.1" ,
4646 " django-taggit==6.1.0" ,
47- " django-htmx==1.26 .0" ,
47+ " django-htmx==1.27 .0" ,
4848 # Database
49- " psycopg[binary]==3.2.10 " ,
49+ " psycopg[binary]==3.2.13 " ,
5050 # wait_for_database Django management command
51- " django-probes==1.7 .0" ,
51+ " django-probes==1.8 .0" ,
5252 # Task queue
53- " rq==2.6.0 " ,
54- " django-rq==3.1" ,
55- " redis==6.4 .0" ,
53+ " rq==2.6.1 " ,
54+ " django-rq==3.2. 1" ,
55+ " redis==7.1 .0" ,
5656 # WSGI server
5757 " gunicorn==23.0.0" ,
5858 # Docker
@@ -62,7 +62,7 @@ dependencies = [
6262 " extractcode[full]==31.0.0" ,
6363 " commoncode==32.3.0" ,
6464 " Beautifulsoup4[chardet]==4.13.4" ,
65- " packageurl-python==0.17.5 " ,
65+ " packageurl-python==0.17.6 " ,
6666 # Workaround issue https://github.com/aboutcode-org/scancode.io/issues/1795
6767 " fingerprints==1.2.3" ,
6868 " normality==2.6.1" ,
@@ -74,7 +74,7 @@ dependencies = [
7474 " go-inspector==0.5.0" ,
7575 " rust-inspector==0.1.0" ,
7676 " binary-inspector==0.1.2" ,
77- " python-inspector==0.14.4 " ,
77+ " python-inspector==0.15.0 " ,
7878 " source-inspector==0.7.0; sys_platform != 'darwin' and platform_machine != 'arm64'" ,
7979 " aboutcode-toolkit==11.1.1" ,
8080 # Utilities
@@ -85,22 +85,22 @@ dependencies = [
8585 # Profiling
8686 " pyinstrument==5.1.1" ,
8787 # CycloneDX
88- " cyclonedx-python-lib==11.2 .0" ,
88+ " cyclonedx-python-lib==11.5 .0" ,
8989 " jsonschema==4.25.1" ,
9090 # MatchCode-toolkit
9191 " matchcode-toolkit==7.2.2" ,
9292 # Univers
9393 " univers==31.1.0" ,
9494 # Markdown
9595 " markdown-it-py==4.0.0" ,
96- " bleach==6.2 .0" ,
96+ " bleach==6.3 .0" ,
9797 # Antivirus
9898 " clamd==1.0.2" ,
9999 # FederatedCode
100100 " aboutcode.hashid==0.2.0" ,
101101 # AboutCode pipeline
102102 " aboutcode.pipeline==0.2.1" ,
103- " scipy==1.15.3" ,
103+ " scipy==1.15.3" , # 1.16.x requires Python >=3.11
104104 # ScoreCode
105105 " scorecode==0.0.4" ,
106106 # Workaround issue https://github.com/aboutcode-org/scancode.io/issues/1885
@@ -110,10 +110,10 @@ dependencies = [
110110[project .optional-dependencies ]
111111dev = [
112112 # Validation
113- " ruff==0.14.0 " ,
113+ " ruff==0.14.7 " ,
114114 " doc8==2.0.0" ,
115115 # Debug
116- " django-debug-toolbar==6.0 .0" ,
116+ " django-debug-toolbar==6.1 .0" ,
117117 # Documentation
118118 " Sphinx==8.1.3" , # Newer versions dropped Python 3.10 support
119119 " sphinx-rtd-theme==3.0.2" ,
0 commit comments