mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-04 07:05:41 +00:00 
			
		
		
		
	Docker build fix (#4811)
* Attempt to fix crypto build on raspbian * Run CI if requirements files change
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/qc_checks.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/qc_checks.yaml
									
									
									
									
										vendored
									
									
								
							@@ -37,6 +37,8 @@ jobs:
 | 
				
			|||||||
        filters: |
 | 
					        filters: |
 | 
				
			||||||
          server:
 | 
					          server:
 | 
				
			||||||
            - 'InvenTree/**'
 | 
					            - 'InvenTree/**'
 | 
				
			||||||
 | 
					            - 'requirements.txt'
 | 
				
			||||||
 | 
					            - 'requirements-dev.txt'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  pep_style:
 | 
					  pep_style:
 | 
				
			||||||
    name: Style [Python]
 | 
					    name: Style [Python]
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,7 +1,7 @@
 | 
				
			|||||||
# Please keep this list sorted - if you pin a version provide a reason
 | 
					# Please keep this list sorted - if you pin a version provide a reason
 | 
				
			||||||
Django>=3.2.14,<4                       # Django package
 | 
					Django>=3.2.14,<4                       # Django package
 | 
				
			||||||
coreapi                                 # API documentation for djangorestframework
 | 
					coreapi                                 # API documentation for djangorestframework
 | 
				
			||||||
cryptography>=40.0.0                    # Core cryptographic functionality
 | 
					cryptography>=40.0.0,!=40.0.2           # Core cryptographic functionality
 | 
				
			||||||
django-allauth                          # SSO for external providers via OpenID
 | 
					django-allauth                          # SSO for external providers via OpenID
 | 
				
			||||||
django-allauth-2fa                      # MFA / 2FA
 | 
					django-allauth-2fa                      # MFA / 2FA
 | 
				
			||||||
django-cleanup                          # Automated deletion of old / unused uploaded files
 | 
					django-cleanup                          # Automated deletion of old / unused uploaded files
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -32,7 +32,7 @@ coreapi==2.3.3
 | 
				
			|||||||
    # via -r requirements.in
 | 
					    # via -r requirements.in
 | 
				
			||||||
coreschema==0.0.4
 | 
					coreschema==0.0.4
 | 
				
			||||||
    # via coreapi
 | 
					    # via coreapi
 | 
				
			||||||
cryptography==40.0.2
 | 
					cryptography==40.0.1
 | 
				
			||||||
    # via
 | 
					    # via
 | 
				
			||||||
    #   -r requirements.in
 | 
					    #   -r requirements.in
 | 
				
			||||||
    #   pyjwt
 | 
					    #   pyjwt
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user