Skip to content

Commit 8e0a8ab

Browse files
committed
Update Python to 3.6.8
1 parent 318efde commit 8e0a8ab

File tree

2 files changed

+15
-10
lines changed

2 files changed

+15
-10
lines changed

.verchew.ini

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,39 +6,44 @@ version = GNU Make
66
[Git]
77

88
cli = git
9-
version = 2.
9+
version = 2
1010

1111
[Python]
1212

1313
cli = python
14-
version = Python 3.6.5
14+
version = Python 3.6.8
15+
16+
[pip]
17+
18+
cli = pip
19+
version = 19
1520

1621
[pipenv]
1722

1823
cli = pipenv
19-
version = 11.
24+
version = 2018.11.26
2025

2126
[Node]
2227

2328
cli = node
24-
version = v8.
29+
version = v8
2530

2631
[npm]
2732

2833
cli = npm
29-
version = 5.
34+
version = 6
3035

3136
[Yarn]
3237

3338
cli = yarn
34-
version = 1.
39+
version = 1
3540

3641
[Firefox]
3742

3843
cli = firefox
39-
version = 55.
44+
version = 55
4045

4146
[Firefox WebDriver]
4247

4348
cli = geckodriver
44-
version = 0.19.
49+
version = 0.19

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM circleci/python:3.6.5-stretch-browsers
1+
FROM circleci/python:3.6.8-stretch-browsers
22

33
# Pipenv
44

5-
RUN sudo pip install --upgrade pipenv && \
5+
RUN sudo pip install --upgrade pip pipenv && \
66
pipenv --version
77

88
# Node

0 commit comments

Comments
 (0)