Skip to content

Commit ad16fc2

Browse files
chore: update dependency constraints
1 parent f064f8f commit ad16fc2

2 files changed

Lines changed: 253 additions & 235 deletions

File tree

pyproject.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,25 +20,25 @@ license = { file = "LICENSE" }
2020
# Core optional dependencies
2121
aiosqlite = ["aiosqlite>=0.22.1"]
2222
behave = ["behave>=1.3.3"]
23-
cache = ["cachetools>=7.0.1", "async-lru>=2.2.0"]
23+
cache = ["cachetools>=7.0.4", "async-lru>=2.2.0"]
2424
dependency-injection = ["dependency-injector>=4.48.3"]
2525
elastic-apm = ["elastic-apm>=6.25.0"]
2626
elasticsearch = ["elasticsearch>=9.3.0"]
2727
elasticsearch-async = ["elasticsearch[async]>=9.3.0"]
28-
fakeredis = ["fakeredis>=2.34.0"]
29-
fastapi = ["fastapi[all]>=0.133.0"]
30-
grpc = ["grpcio>=1.78.1", "grpcio-health-checking>=1.78.1", "protobuf>=6.33.5"]
28+
fakeredis = ["fakeredis>=2.34.1"]
29+
fastapi = ["fastapi[all]>=0.135.1"]
30+
grpc = ["grpcio>=1.78.0", "grpcio-health-checking>=1.78.0", "protobuf>=6.33.5"]
3131
jwt = ["pyjwt>=2.11.0"]
32-
kafka = ["confluent-kafka>=2.13.0"]
32+
kafka = ["confluent-kafka>=2.13.2"]
3333
kavenegar = ["kavenegar>=1.1.2"]
34-
keycloak = ["python-keycloak>=7.1.1", "cachetools>=7.0.1", "async-lru>=2.2.0"]
35-
minio = ["boto3>=1.42.56", "cachetools>=7.0.1", "async-lru>=2.2.0"]
34+
keycloak = ["python-keycloak>=7.1.1", "cachetools>=7.0.4", "async-lru>=2.2.0"]
35+
minio = ["boto3>=1.42.63", "cachetools>=7.0.4", "async-lru>=2.2.0"]
3636
parsian-ipg = ["zeep>=4.3.2", "requests[socks]>=2.32.5"]
3737
postgres = ["psycopg[binary,pool]>=3.3.3"]
3838
prometheus = ["prometheus-client>=0.24.1"]
3939
redis = ["redis[hiredis]>=7.2.0"]
4040
scheduler = ["apscheduler>=3.11.2"]
41-
scylladb = ["scylla-driver>=3.29.8", "lz4>=4.4.5", "cachetools>=7.0.1", "async-lru>=2.2.0"]
41+
scylladb = ["scylla-driver>=3.29.8", "lz4>=4.4.5", "cachetools>=7.0.4", "async-lru>=2.2.0"]
4242
sentry = ["sentry-sdk>=2.53.0"]
4343
sqlalchemy = ["sqlalchemy>=2.0.47"]
4444
sqlalchemy-async = ["sqlalchemy[asyncio]>=2.0.47"]
@@ -66,7 +66,7 @@ build-backend = "hatchling.build"
6666
[dependency-groups]
6767
dev = [
6868
"add-trailing-comma>=4.0.0",
69-
"bandit>=1.9.3",
69+
"bandit>=1.9.4",
7070
"codespell>=2.4.1",
7171
"ty>=0.0.18",
7272
"pre-commit-hooks>=6.0.0",

0 commit comments

Comments
 (0)