Skip to content

Commit 923a65f

Browse files
feature: Update poetry to 1.0.0b5 & tox to 3.14.1.
1 parent feb06fd commit 923a65f

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# 3.0.0 (In Development)
22

3+
## 3.0.0b1 (2019-11-16)
4+
5+
- Update poetry to 1.0.0b5
6+
- Update tox to 3.14.1
7+
38
## 3.0.0b0 (2019-11-13)
49

510
- **Breaking change:** Make `py38` default image

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ RUN apt update -qq && apt upgrade -y && apt install -y curl gcc git locales loca
77

88
ENV PATH="/root/.local/bin:/root/.poetry/bin:${PATH}"
99

10-
RUN pip install pip==19.3.1 pre-commit==1.20.0 tox==3.14.0 virtualenv==16.7.7
10+
RUN pip install pip==19.3.1 pre-commit==1.20.0 tox==3.14.1 virtualenv==16.7.7
1111

12-
ENV POETRY_VERSION=1.0.0b4
12+
ENV POETRY_VERSION=1.0.0b5
1313
RUN curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python
1414

1515
WORKDIR /app

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ FROM playpauseandstop/docker-python:3.0.0b0
1616

1717
- [pip](https://pip.pypa.io) 19.3.1
1818
- [virtualenv](https://virtualenv.pypa.io) 16.7.7
19-
- [poetry](https://poetry.eustace.io) 1.0.0b4
19+
- [poetry](https://poetry.eustace.io) 1.0.0b5
2020
- [pre-commit](https://pre-commit.com) 1.20.0
2121
- [tox](https://tox.readthedocs.io/) 3.14.0
2222
- [curl](https://curl.haxx.se) 7.64.0

0 commit comments

Comments
 (0)