Skip to content

Commit 9d1c04b

Browse files
committed
Update dependency versioning
1 parent 92d9010 commit 9d1c04b

2 files changed

Lines changed: 257 additions & 234 deletions

File tree

pyproject.toml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,24 @@ name = "python-template"
33
version = "0.1.0"
44
requires-python = ">=3.14"
55
dependencies = [
6-
"aiohttp==3.13.1",
7-
"azure-cosmos==4.14.0",
8-
"azure-monitor-opentelemetry==1.8.1",
9-
"fastapi[standard-no-fastapi-cloud-cli]==0.119.1",
10-
"pydantic==2.12.3",
11-
"pydantic-settings[azure-key-vault]==2.11.0",
6+
"aiohttp>=3.13.2",
7+
"azure-cosmos>=4.14.1",
8+
"azure-monitor-opentelemetry>=1.8.1",
9+
"fastapi[standard-no-fastapi-cloud-cli]>=0.121.0",
10+
"pydantic>=2.12.4",
11+
"pydantic-settings[azure-key-vault]>=2.11.0",
1212
]
1313

1414
[dependency-groups]
1515
dev = [
16-
"jupyter==1.1.1",
17-
"poethepoet==0.37.0",
18-
"pyright[nodejs]==1.1.406",
19-
"pytest==8.4.2",
20-
"pytest-asyncio==1.2.0",
21-
"pytest-cov==7.0.0",
22-
"pytest-mock==3.15.1",
23-
"ruff==0.14.1",
16+
"jupyter>=1.1.1",
17+
"poethepoet>=0.37.0",
18+
"pyright[nodejs]>=1.1.407",
19+
"pytest>=8.4.2",
20+
"pytest-asyncio>=1.2.0",
21+
"pytest-cov>=7.0.0",
22+
"pytest-mock>=3.15.1",
23+
"ruff>=0.14.4",
2424
]
2525

2626
[build-system]

0 commit comments

Comments
 (0)