Skip to content

Commit ab882a7

Browse files
chore: Update dependencies
1 parent c9e2436 commit ab882a7

3 files changed

Lines changed: 74 additions & 75 deletions

File tree

.env.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ POSTGRES_SQLALCHEMY__PASSWORD=test_password
3131

3232
# Keycloak Configuration (KeycloakConfig)
3333
KEYCLOAK__SERVER_URL=http://localhost:8080
34-
KEYCLOAK__IMAGE=quay.io/keycloak/keycloak:26.3.5
34+
KEYCLOAK__IMAGE=quay.io/keycloak/keycloak:26.4.0
3535
KEYCLOAK__ADMIN_USERNAME=admin
3636
KEYCLOAK__ADMIN_PASSWORD=admin
3737
KEYCLOAK__REALM_NAME=master

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ sentry = ["sentry-sdk (>=2.39.0)"]
4242
sqlalchemy = ["sqlalchemy (>=2.0.41)"]
4343
starrocks = ["starrocks (>=1.2.3,<2.0.0)", "pymysql (>=1.1.2,<2.0.0)"]
4444
starrocks-async = ["starrocks (>=1.2.2,<2.0.0)", "aiomysql (>=0.2.0,<0.3.0)"]
45-
temporalio = ["temporalio>=1.18.0"]
45+
temporalio = ["temporalio>=1.18.1"]
4646
testcontainers = ["testcontainers (>=4.13.1,<5.0.0)"]
4747

4848
[tool.pytest.ini_options]
@@ -72,7 +72,7 @@ dev = [
7272
"pre-commit>=3.8.0",
7373
"ruff>=0.13.2",
7474
"types-cachetools>=6.2.0.20250827",
75-
"types-grpcio>=1.0.0.20250914",
75+
"types-grpcio>=1.0.0.20251001",
7676
"types-protobuf>=6.32.1.20250918",
7777
"types-pymysql>=1.1.0.20250916",
7878
"types-regex>=2025.9.18.20250921",
@@ -82,7 +82,7 @@ dev = [
8282

8383
docs = [
8484
"mkdocs-autorefs>=1.4.3",
85-
"mkdocs-material>=9.6.20",
85+
"mkdocs-material>=9.6.21",
8686
"mkdocs>=1.6.1",
8787
"mkdocstrings-python>=1.18.2",
8888
"mkdocstrings>=0.30.1",

0 commit comments

Comments
 (0)