mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	Bulk updates all the backend libraries (#5061)
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							@@ -16,7 +16,7 @@ on:
 | 
				
			|||||||
env:
 | 
					env:
 | 
				
			||||||
  # This is the version of pipenv all the steps will use
 | 
					  # This is the version of pipenv all the steps will use
 | 
				
			||||||
  # If changing this, change Dockerfile
 | 
					  # If changing this, change Dockerfile
 | 
				
			||||||
  DEFAULT_PIP_ENV_VERSION: "2023.10.24"
 | 
					  DEFAULT_PIP_ENV_VERSION: "2023.11.15"
 | 
				
			||||||
  # This is the default version of Python to use in most steps which aren't specific
 | 
					  # This is the default version of Python to use in most steps which aren't specific
 | 
				
			||||||
  DEFAULT_PYTHON_VERSION: "3.10"
 | 
					  DEFAULT_PYTHON_VERSION: "3.10"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -29,7 +29,7 @@ COPY Pipfile* ./
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
RUN set -eux \
 | 
					RUN set -eux \
 | 
				
			||||||
  && echo "Installing pipenv" \
 | 
					  && echo "Installing pipenv" \
 | 
				
			||||||
    && python3 -m pip install --no-cache-dir --upgrade pipenv==2023.10.24 \
 | 
					    && python3 -m pip install --no-cache-dir --upgrade pipenv==2023.11.15 \
 | 
				
			||||||
  && echo "Generating requirement.txt" \
 | 
					  && echo "Generating requirement.txt" \
 | 
				
			||||||
    && pipenv requirements > requirements.txt
 | 
					    && pipenv requirements > requirements.txt
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										2
									
								
								Pipfile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Pipfile
									
									
									
									
									
								
							@@ -57,7 +57,7 @@ zxing-cpp = {version = "*", platform_machine = "== 'x86_64'"}
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[dev-packages]
 | 
					[dev-packages]
 | 
				
			||||||
# Linting
 | 
					# Linting
 | 
				
			||||||
black = "*"
 | 
					black = "==23.11.0"
 | 
				
			||||||
pre-commit = "*"
 | 
					pre-commit = "*"
 | 
				
			||||||
ruff = "*"
 | 
					ruff = "*"
 | 
				
			||||||
# Testing
 | 
					# Testing
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										837
									
								
								Pipfile.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										837
									
								
								Pipfile.lock
									
									
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
		Reference in New Issue
	
	Block a user