Skip to content

Commit 2dc1bd8

Browse files
committed
Update packages
1 parent 0f1dc70 commit 2dc1bd8

File tree

2 files changed

+72
-70
lines changed

2 files changed

+72
-70
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ name = "python-architecture"
33
version = "0.1.0"
44
requires-python = ">=3.12"
55
dependencies = [
6-
"aiohttp==3.11.18",
6+
"aiohttp==3.12.6",
77
"azure-cosmos==4.9.0",
88
"common",
99
"domain",
1010
"fastapi[standard]==0.115.12",
1111
"opentelemetry-instrumentation-fastapi==0.54b1",
1212
"poethepoet==0.34.0",
13-
"pydantic==2.11.4",
13+
"pydantic==2.11.5",
1414
"pydantic-settings[azure-key-vault]==2.9.1",
1515
]
1616

@@ -22,8 +22,8 @@ dev = [
2222
"pytest==8.3.5",
2323
"pytest-asyncio==1.0.0",
2424
"pytest-cov==6.1.1",
25-
"pytest-mock==3.14.0",
26-
"ruff==0.11.11",
25+
"pytest-mock==3.14.1",
26+
"ruff==0.11.12",
2727
"test-utils",
2828
"transcriber",
2929
]

0 commit comments

Comments
 (0)