File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 5
5
# && go mod download \
6
6
# && CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o deck \
7
7
# -ldflags "-s -w -X github.com/kong/deck/cmd.VERSION=$TAG -X github.com/kong/deck/cmd.COMMIT=$COMMIT"
8
- FROM python:3.11 -alpine3.20
8
+ FROM python:3.13 -alpine3.20
9
9
10
10
RUN mkdir /.kube
11
11
Original file line number Diff line number Diff line change @@ -8,29 +8,29 @@ authors = []
8
8
[tool .poetry .dependencies ]
9
9
python = " ^3.11"
10
10
werkzeug = " 2.2.2"
11
- ply = " 3.10 "
11
+ ply = " 3.11 "
12
12
cryptography = " 38.0.4"
13
13
authlib = " 0.15.3"
14
14
flask-swagger-ui = " 3.36.0"
15
15
Jinja2 = " 3.0.3"
16
- PyYAML = " 6.0.1 "
16
+ PyYAML = " 6.0.2 "
17
17
munch = " 2.5.0"
18
18
boto3 = " 1.9.12"
19
19
flask = " 2.1.3"
20
- flask-compress = " 1.4.0 "
20
+ flask-compress = " 1.17 "
21
21
flask-cors = " 3.0.9"
22
22
gevent = " 22.10.2"
23
23
# greenlet = "2.0.2"
24
24
gunicorn = " 20.1.0"
25
- python-keycloak = " 0.22.0 "
25
+ python-keycloak = " 0.29.1 "
26
26
requests = " ^2.32"
27
27
flask-jwt-simple = " 0.0.3"
28
28
29
29
[tool .poetry .dev-dependencies ]
30
30
autopep8 = " ^1.5.7"
31
- pycodestyle = " 2.10.0 "
32
- pylint = " 1.7.2 "
33
- python-dotenv = " ^0.19.1 "
31
+ pycodestyle = " 2.12.1 "
32
+ pylint = " 1.9.5 "
33
+ python-dotenv = " ^0.21.0 "
34
34
pytest = " ^8.2.0"
35
35
pytest-cov = " ^5.0.0"
36
36
pytest-mock = " ^3.14.0"
You can’t perform that action at this time.
0 commit comments