Skip to content

Commit ef76ba8

Browse files
fix(deps): update all non-major dependencies
1 parent 33e17a1 commit ef76ba8

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

microservices/gatewayApi/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# && go mod download \
66
# && CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o deck \
77
# -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
99

1010
RUN mkdir /.kube
1111

microservices/gatewayApi/pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,29 +8,29 @@ authors = []
88
[tool.poetry.dependencies]
99
python = "^3.11"
1010
werkzeug = "2.2.2"
11-
ply = "3.10"
11+
ply = "3.11"
1212
cryptography = "38.0.4"
1313
authlib = "0.15.3"
1414
flask-swagger-ui = "3.36.0"
1515
Jinja2 = "3.0.3"
16-
PyYAML = "6.0.1"
16+
PyYAML = "6.0.2"
1717
munch = "2.5.0"
1818
boto3 = "1.9.12"
1919
flask = "2.1.3"
20-
flask-compress = "1.4.0"
20+
flask-compress = "1.17"
2121
flask-cors = "3.0.9"
2222
gevent = "22.10.2"
2323
# greenlet = "2.0.2"
2424
gunicorn = "20.1.0"
25-
python-keycloak = "0.22.0"
25+
python-keycloak = "0.29.1"
2626
requests = "^2.32"
2727
flask-jwt-simple = "0.0.3"
2828

2929
[tool.poetry.dev-dependencies]
3030
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"
3434
pytest = "^8.2.0"
3535
pytest-cov = "^5.0.0"
3636
pytest-mock = "^3.14.0"

0 commit comments

Comments
 (0)