Skip to content

Commit 343653e

Browse files
chore: update dependencies and test environment images
1 parent 4c22e63 commit 343653e

3 files changed

Lines changed: 83 additions & 66 deletions

File tree

.env.test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ FASTAPI__SWAGGER_UI_PARAMS={}
1717

1818
# Redis Configuration (RedisConfig)
1919
REDIS__MASTER_HOST=localhost:6379
20-
REDIS__IMAGE=redis:8.2.1-alpine
20+
REDIS__IMAGE=redis:8.2.2-alpine
2121
REDIS__DATABASE=0
2222
REDIS__PASSWORD=test_password
2323

@@ -45,7 +45,7 @@ KEYCLOAK__TIMEOUT=30
4545

4646
# Elasticsearch Configuration (ElasticsearchConfig)
4747
ELASTIC__HOSTS=["http://localhost:9200"]
48-
ELASTIC__IMAGE=docker.elastic.co/elasticsearch/elasticsearch:9.1.4
48+
ELASTIC__IMAGE=docker.elastic.co/elasticsearch/elasticsearch:9.1.5
4949
ELASTIC__PORT=9200
5050
ELASTIC__HTTP_USER_NAME=elastic
5151
ELASTIC__HTTP_PASSWORD=test_password

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ readme = "README.md"
99
version = "0.1.0" # This vesrion set on publish flow!
1010
requires-python = ">=3.13,<4"
1111
dependencies = [
12-
"pydantic>=2.11.10",
12+
"pydantic>=2.12.0",
1313
"pydantic-settings>=2.11.0",
1414
"requests>=2.32.5",
1515
"jdatetime>=5.2.0",
@@ -25,8 +25,8 @@ dependency-injection = ["dependency-injector>=4.48.2"]
2525
elastic-apm = ["elastic-apm>=6.24.0"]
2626
elasticsearch = ["elasticsearch>=9.1.1"]
2727
elasticsearch-async = ["elasticsearch[async]>=9.1.1"]
28-
fakeredis = ["fakeredis>=2.31.3"]
29-
fastapi = ["fastapi[all]>=0.118.0"]
28+
fakeredis = ["fakeredis>=2.32.0"]
29+
fastapi = ["fastapi[all]>=0.118.1"]
3030
grpc = ["grpcio>=1.75.1", "grpcio-health-checking>=1.75.1", "protobuf>=6.32.1"]
3131
jwt = ["pyjwt>=2.10.1"]
3232
kafka = ["confluent-kafka>=2.11.1"]
@@ -43,7 +43,7 @@ sqlalchemy = ["sqlalchemy>=2.0.43"]
4343
starrocks = ["starrocks>=1.2.3", "pymysql>=1.1.2"]
4444
starrocks-async = ["starrocks>=1.2.3", "aiomysql>=0.2.0"]
4545
temporalio = ["temporalio>=1.18.1"]
46-
testcontainers = ["testcontainers>=4.13.1"]
46+
testcontainers = ["testcontainers>=4.13.2"]
4747

4848
[tool.pytest.ini_options]
4949
asyncio_mode = "auto"
@@ -70,7 +70,7 @@ dev = [
7070
"mypy>=1.18.2",
7171
"pre-commit-hooks>=6.0.0",
7272
"pre-commit>=4.3.0",
73-
"ruff>=0.13.3",
73+
"ruff>=0.14.0",
7474
"types-cachetools>=6.2.0.20250827",
7575
"types-grpcio>=1.0.0.20251001",
7676
"types-protobuf>=6.32.1.20250918",

0 commit comments

Comments
 (0)