Skip to content

Commit 4386042

Browse files
committed
Update packages
1 parent b464e96 commit 4386042

File tree

2 files changed

+87
-87
lines changed

2 files changed

+87
-87
lines changed

pyproject.toml

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

0 commit comments

Comments
 (0)