File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1
- FROM python:3.8.1-alpine3.11
2
-
3
- COPY requirements.txt .
1
+ FROM python:3.10.8-alpine3.16
4
2
5
3
RUN apk --no-cache --update add openssl libffi
4
+ COPY requirements.txt .
6
5
RUN apk --no-cache --update add --virtual build-dependencies build-base libffi-dev openssl-dev \
7
6
&& pty=False python3 -m pip install --disable-pip-version-check -r requirements.txt \
8
7
&& apk del build-dependencies
Original file line number Diff line number Diff line change @@ -6,15 +6,19 @@ boto3==1.18.63
6
6
botocore == 1.21.63
7
7
bravado-core == 5.16.0
8
8
certifi == 2019.11.28
9
- cffi == 1.13.2
9
+ cffi == 1.15.1
10
10
chardet == 3.0.4
11
+ charset-normalizer == 2.0.12
11
12
colorama == 0.4.1
12
13
cryptography == 3.3.2
13
14
docutils == 0.15.2
15
+ exceptiongroup == 1.0.4
14
16
glob2 == 0.7
15
17
idna == 2.8
16
18
importlib-metadata == 1.4.0
19
+ iniconfig == 1.1.1
17
20
jmespath == 0.9.4
21
+ jsonpointer == 2.3
18
22
jsonref == 0.2
19
23
jsonschema == 3.2.0
20
24
Mako == 1.2.2
@@ -32,7 +36,7 @@ pycparser==2.19
32
36
PyJWT == 2.4.0
33
37
pyparsing == 2.4.6
34
38
pyrsistent == 0.15.7
35
- pytest == 5.3.4
39
+ pytest == 7.2.0
36
40
pytest-bdd == 3.2.1
37
41
pytest-parallel == 0.1.0
38
42
python-dateutil == 2.8.1
@@ -46,6 +50,8 @@ simplejson==3.17.0
46
50
six == 1.14.0
47
51
strict-rfc3339 == 0.7
48
52
swagger-spec-validator == 2.4.3
53
+ tblib == 1.7.0
54
+ tomli == 2.0.1
49
55
urllib3 == 1.26.5
50
56
wcwidth == 0.1.8
51
57
webcolors == 1.10
You can’t perform that action at this time.
0 commit comments