File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ STARROCKS_SQLALCHEMY__USERNAME=root
5555STARROCKS_SQLALCHEMY__PASSWORD =
5656
5757# Keycloak Configuration
58- KEYCLOAK__IMAGE = keycloak/keycloak:26.5.7
58+ KEYCLOAK__IMAGE = keycloak/keycloak:26.6.0
5959KEYCLOAK__SERVER_URL = http://localhost:8080
6060KEYCLOAK__ADMIN_USERNAME = admin
6161KEYCLOAK__ADMIN_PASSWORD = admin
@@ -83,7 +83,7 @@ MINIO__ACCESS_KEY=test_access_key
8383MINIO__SECRET_KEY = test_secret_key
8484
8585# ScyllaDB Configuration
86- SCYLLADB__IMAGE = scylladb/scylla:2025.4.3
86+ SCYLLADB__IMAGE = scylladb/scylla:2026.1.1
8787SCYLLADB__CONTACT_POINTS = ["localhost"]
8888SCYLLADB__PORT = 9042
8989SCYLLADB__PROTOCOL_VERSION = 4
Original file line number Diff line number Diff line change @@ -70,13 +70,13 @@ dev = [
7070 " ty>=0.0.29" ,
7171 " pre-commit-hooks>=6.0.0" ,
7272 " pre-commit>=4.5.1" ,
73- " ruff>=0.15.9 " ,
74- " types-cachetools>=6.2.0.20260317 " ,
75- " types-grpcio>=1.0.0.20251009 " ,
76- " types-protobuf>=7.34.1.20260403 " ,
77- " types-pymysql>=1.1.0.20251220 " ,
78- " types-regex>=2026.4.4.20260405 " ,
79- " types-requests>=2.33.0.20260402 " ,
73+ " ruff>=0.15.10 " ,
74+ " types-cachetools>=6.2.0.20260408 " ,
75+ " types-grpcio>=1.0.0.20260408 " ,
76+ " types-protobuf>=7.34.1.20260408 " ,
77+ " types-pymysql>=1.1.0.20260408 " ,
78+ " types-regex>=2026.4.4.20260408 " ,
79+ " types-requests>=2.33.0.20260408 " ,
8080 " validate-pyproject>=0.25" ,
8181]
8282
You can’t perform that action at this time.
0 commit comments