Skip to content

Commit b395cc1

Browse files
committedMar 1, 2020
Update Python to 3.7.6
1 parent cfe8417 commit b395cc1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎.verchew.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ version = 2
1111
[Python]
1212

1313
cli = python
14-
version = 3.7.5
14+
version = 3.7.6
1515

1616
[Pipenv]
1717

@@ -21,13 +21,13 @@ version = 2018.11.26
2121
[Poetry]
2222

2323
cli = poetry
24-
version = 1.0.3
24+
version = 1.0.5
2525

2626
[Java]
2727

2828
cli = java
2929
cli_version_arg = -version
30-
version = 2019
30+
version = 2020
3131

3232
[Leiningen]
3333

‎Dockerfile

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

33
# Python
44

@@ -11,7 +11,7 @@ RUN sudo pip install pipenv==2018.11.26 && \
1111
pipenv --version
1212

1313
# Poetry
14-
RUN sudo pip install poetry==1.0.3 && \
14+
RUN sudo pip install poetry==1.0.5 && \
1515
poetry --version
1616

1717
# Leiningen

0 commit comments

Comments
 (0)
Please sign in to comment.