Skip to content

Commit d6c751d

Browse files
committed
Update packages
1 parent 7349bde commit d6c751d

File tree

2 files changed

+594
-476
lines changed

2 files changed

+594
-476
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ name = "python-architecture"
33
version = "0.1.0"
44
requires-python = ">=3.12"
55
dependencies = [
6-
"aiohttp==3.12.14",
6+
"aiohttp==3.12.15",
77
"azure-cosmos==4.9.0",
88
"common",
99
"domain",
1010
"fastapi[standard-no-fastapi-cloud-cli]==0.116.1",
11-
"opentelemetry-instrumentation-fastapi==0.56b0",
12-
"poethepoet==0.36.0",
11+
"opentelemetry-instrumentation-fastapi==0.57b0",
12+
"poethepoet==0.37.0",
1313
"pydantic==2.11.7",
1414
"pydantic-settings[azure-key-vault]==2.10.1",
1515
]
@@ -23,7 +23,7 @@ dev = [
2323
"pytest-asyncio==1.1.0",
2424
"pytest-cov==6.2.1",
2525
"pytest-mock==3.14.1",
26-
"ruff==0.12.4",
26+
"ruff==0.12.9",
2727
"test-utils",
2828
"transcriber",
2929
]

0 commit comments

Comments
 (0)