File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ version = 2
1111[Python]
1212
1313cli = 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
2323cli = poetry
24- version = 1.0.3
24+ version = 1.0.5
2525
2626[Java]
2727
2828cli = java
2929cli_version_arg = -version
30- version = 2019
30+ version = 2020
3131
3232[Leiningen]
3333
Original file line number Diff line number Diff line change 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 && \
1111pipenv --version
1212
1313# Poetry
14- RUN sudo pip install poetry==1.0.3 && \
14+ RUN sudo pip install poetry==1.0.5 && \
1515poetry --version
1616
1717# Leiningen
You can’t perform that action at this time.
0 commit comments