mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 21:25:42 +00:00 
			
		
		
		
	Improve reproduciblity of image (#7120)
* hard-pin doc requirements * update docs and commands * hard pin container requirements * check hashes in image build * remove seperate uv install (is in base_requirements) * containers already ships 3.11 - adjust packaging * move build deps to general ci requirements * install yarn using native tools Closes https://github.com/inventree/InvenTree/security/code-scanning/95 Closes https://github.com/inventree/InvenTree/security/code-scanning/96 * merge install steps * adapt install command args to be similar * adapt docs to suggest safer install arg * fix install path * update dependabot settings
This commit is contained in:
		
							
								
								
									
										8
									
								
								docs/requirements.in
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								docs/requirements.in
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,8 @@ | ||||
| mkdocs==1.6.0 | ||||
| mkdocs-macros-plugin>=0.7,<2.0 | ||||
| mkdocs-material>=9.0,<10.0 | ||||
| mkdocs-git-revision-date-localized-plugin>=1.1,<2.0 | ||||
| mkdocs-simple-hooks>=0.1,<1.0 | ||||
| mkdocs-include-markdown-plugin | ||||
| neoteroi-mkdocs | ||||
| mkdocstrings[python]>=0.24.0 | ||||
		Reference in New Issue
	
	Block a user