@@ -20,30 +20,30 @@ license = { file = "LICENSE" }
2020# Core optional dependencies
2121aiosqlite = [" aiosqlite>=0.21.0" ]
2222behave = [" behave>=1.3.3" ]
23- cache = [" cachetools>=6.2.1 " , " async-lru>=2.0.5" ]
23+ cache = [" cachetools>=6.2.2 " , " async-lru>=2.0.5" ]
2424dependency-injection = [" dependency-injector>=4.48.2" ]
2525elastic-apm = [" elastic-apm>=6.24.0" ]
2626elasticsearch = [" elasticsearch>=9.2.0" ]
2727elasticsearch-async = [" elasticsearch[async]>=9.2.0" ]
2828fakeredis = [" fakeredis>=2.32.1" ]
29- fastapi = [" fastapi[all]>=0.121.1 " ]
30- grpc = [" grpcio>=1.76.0" , " grpcio-health-checking>=1.76.0" , " protobuf>=6.33.0 " ]
29+ fastapi = [" fastapi[all]>=0.121.3 " ]
30+ grpc = [" grpcio>=1.76.0" , " grpcio-health-checking>=1.76.0" , " protobuf>=6.33.1 " ]
3131jwt = [" pyjwt>=2.10.1" ]
3232kafka = [" confluent-kafka>=2.12.2" ]
3333kavenegar = [" kavenegar>=1.1.2" ]
34- keycloak = [" python-keycloak>=5.8.1" , " cachetools>=6.2.1 " , " async-lru>=2.0.5" ]
35- minio = [" minio>=7.2.18" , " cachetools>=6.2.1 " , " async-lru>=2.0.5" ]
34+ keycloak = [" python-keycloak>=5.8.1" , " cachetools>=6.2.2 " , " async-lru>=2.0.5" ]
35+ minio = [" minio>=7.2.18" , " cachetools>=6.2.2 " , " async-lru>=2.0.5" ]
3636parsian-ipg = [" zeep>=4.3.2" , " requests[socks]>=2.32.5" ]
3737postgres = [" psycopg[binary,pool]>=3.2.12" ]
3838prometheus = [" prometheus-client>=0.23.1" ]
39- redis = [" redis[hiredis]>=7.0.1 " ]
39+ redis = [" redis[hiredis]>=7.1.0 " ]
4040scheduler = [" apscheduler>=3.11.1" ]
41- sentry = [" sentry-sdk>=2.43 .0" ]
41+ sentry = [" sentry-sdk>=2.45 .0" ]
4242sqlalchemy = [" sqlalchemy>=2.0.44" ]
4343starrocks = [" starrocks>=1.2.3" , " pymysql>=1.1.2" ]
4444starrocks-async = [" starrocks>=1.2.3" , " aiomysql>=0.3.2" ]
45- temporalio = [" temporalio>=1.18.2 " ]
46- testcontainers = [" testcontainers>=4.13.2 " ]
45+ temporalio = [" temporalio>=1.19.0 " ]
46+ testcontainers = [" testcontainers>=4.13.3 " ]
4747
4848[tool .pytest .ini_options ]
4949asyncio_mode = " auto"
@@ -64,13 +64,13 @@ build-backend = "hatchling.build"
6464[dependency-groups ]
6565dev = [
6666 " add-trailing-comma>=4.0.0" ,
67- " bandit>=1.8.6 " ,
67+ " bandit>=1.9.1 " ,
6868 " black>=25.11.0" ,
6969 " codespell>=2.4.1" ,
7070 " mypy>=1.18.2" ,
7171 " pre-commit-hooks>=6.0.0" ,
7272 " pre-commit>=4.4.0" ,
73- " ruff>=0.14.4 " ,
73+ " ruff>=0.14.5 " ,
7474 " types-cachetools>=6.2.0.20251022" ,
7575 " types-grpcio>=1.0.0.20251009" ,
7676 " types-protobuf>=6.32.1.20251105" ,
@@ -82,11 +82,11 @@ dev = [
8282
8383docs = [
8484 " mkdocs-autorefs>=1.4.3" ,
85- " mkdocs-material>=9.6.23 " ,
85+ " mkdocs-material>=9.7.0 " ,
8686 " mkdocs>=1.6.1" ,
8787 " mkdocstrings-python>=1.18.2" ,
8888 " mkdocstrings>=0.30.1" ,
89- " pymdown-extensions>=10.16 .1" ,
89+ " pymdown-extensions>=10.17 .1" ,
9090]
9191
9292
0 commit comments