mirror of
				https://github.com/docker/compose.git
				synced 2025-10-24 16:53:52 +02:00 
			
		
		
		
	Merge pull request #7939 from docker/dependabot/pip/virtualenv-20.2.1
Bump virtualenv from 20.0.30 to 20.2.1
This commit is contained in:
		
						commit
						c56f57da12
					
				| @ -68,7 +68,7 @@ WORKDIR /code/ | ||||
| COPY docker-compose-entrypoint.sh /usr/local/bin/ | ||||
| COPY --from=docker-cli /usr/local/bin/docker /usr/local/bin/docker | ||||
| RUN pip install \ | ||||
|     virtualenv==20.0.30 \ | ||||
|     virtualenv==20.2.1 \ | ||||
|     tox==3.19.0 | ||||
| COPY requirements-dev.txt . | ||||
| COPY requirements-indirect.txt . | ||||
|  | ||||
| @ -24,5 +24,5 @@ smmap==3.0.4 | ||||
| smmap2==3.0.1 | ||||
| toml==0.10.1 | ||||
| tox==3.19.0 | ||||
| virtualenv==20.0.30 | ||||
| virtualenv==20.2.1 | ||||
| wcwidth==0.2.5 | ||||
|  | ||||
| @ -16,7 +16,7 @@ | ||||
| # | ||||
| # 4. In Powershell, run the following commands: | ||||
| # | ||||
| #        $ pip install 'virtualenv==20.0.30' | ||||
| #        $ pip install 'virtualenv==20.2.1' | ||||
| #        $ Set-ExecutionPolicy -Scope CurrentUser RemoteSigned | ||||
| # | ||||
| # 5. Clone the repository: | ||||
|  | ||||
| @ -36,7 +36,7 @@ if ! [ -x "$(command -v python3)" ]; then | ||||
|   brew install python3 | ||||
| fi | ||||
| if ! [ -x "$(command -v virtualenv)" ]; then | ||||
|   pip3 install virtualenv==20.0.30 | ||||
|   pip3 install virtualenv==20.2.1 | ||||
| fi | ||||
| 
 | ||||
| # | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user