Skip to content

Commit 9ace09f

Browse files
committed
Update packages
1 parent 4267fd8 commit 9ace09f

File tree

2 files changed

+92
-90
lines changed

2 files changed

+92
-90
lines changed

pyproject.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies = [
66
"aiohttp>=3.13.2",
77
"azure-cosmos>=4.14.3",
88
"azure-monitor-opentelemetry>=1.8.3",
9-
"fastapi[standard-no-fastapi-cloud-cli]>=0.124.0",
9+
"fastapi[standard-no-fastapi-cloud-cli]>=0.124.4",
1010
"pydantic>=2.12.5",
1111
"pydantic-settings[azure-key-vault]>=2.12.0",
1212
]
@@ -18,8 +18,8 @@ dev = [
1818
"pytest-asyncio>=1.3.0",
1919
"pytest-cov>=7.0.0",
2020
"pytest-mock>=3.15.1",
21-
"ruff>=0.14.8",
22-
"ty>=0.0.1a32",
21+
"ruff>=0.14.9",
22+
"ty>=0.0.2",
2323
]
2424

2525
[build-system]
@@ -46,6 +46,8 @@ ignore = [
4646
"S101", # assert
4747
"TRY003", # raise-vanilla-args
4848
"TC", # flake8-type-checking
49+
"FBT001", # boolean-type-hint-positional-argument
50+
"FBT002", # boolean-default-value-positional-argument
4951
]
5052

5153
[tool.pytest]

0 commit comments

Comments
 (0)