Explorar o código

Bump version in build scripts

Signed-off-by: aiordache <[email protected]>
aiordache %!s(int64=4) %!d(string=hai) anos
pai
achega
d6e3af36dd
Modificáronse 3 ficheiros con 3 adicións e 3 borrados
  1. 1 1
      Dockerfile
  2. 1 1
      script/build/windows.ps1
  3. 1 1
      script/setup/osx

+ 1 - 1
Dockerfile

@@ -66,7 +66,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 .

+ 1 - 1
script/build/windows.ps1

@@ -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:

+ 1 - 1
script/setup/osx

@@ -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
 
 #