Skip to content

Commit 380078c

Browse files
chore: Update pip, poetry & pre-commit versions to use.
1 parent 13e8fba commit 380078c

3 files changed

Lines changed: 11 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 1.0.1 (2019-05-13)
2+
3+
- Upgrade [pip](https://pip.pypa.io) to 19.1.1
4+
- Upgrade [poetry](https://poetry.eustace.io) to 0.12.15
5+
- Upgrade [pre-commit](https://pre-commit.com) to 1.16.1
6+
17
# 1.0.0 (2019-05-02)
28

39
- Initial release

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
FROM python:3.7.3-slim-stretch
22
MAINTAINER Igor Davydenko <iam@igordavydenko.com>
33

4-
RUN pip install pip==19.1 pre-commit==1.15.2
4+
RUN pip install pip==19.1.1 pre-commit==1.16.1
55

6-
ENV POETRY_VERSION=0.12.14
6+
ENV POETRY_VERSION=0.12.15
77
RUN apt update && apt upgrade -y && apt install -y curl git locales locales-all make && apt autoremove -y
88
RUN curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python
99

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ FROM playpauseandstop/docker-python
1111

1212
### Included dev-tools
1313

14-
- [pip](https://pip.pypa.io) 19.1
15-
- [poetry](https://poetry.eustace.io) 0.12.14
16-
- [pre-commit](https://pre-commit.com) 1.15.2
14+
- [pip](https://pip.pypa.io) 19.1.1
15+
- [poetry](https://poetry.eustace.io) 0.12.15
16+
- [pre-commit](https://pre-commit.com) 1.16.1
1717
- [curl](https://curl.haxx.se) 7.52.1
1818
- [git](https://git-scm.com) 2.11.0
1919
- [locales](https://packages.debian.org/stretch/locales) &

0 commit comments

Comments
 (0)