Skip to content

Commit 13e1944

Browse files
committed
chore: upgrade lockfile; specify hatchling minver
1 parent 596037c commit 13e1944

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
build-backend = 'hatchling.build'
3-
requires = ['hatchling']
3+
requires = [ 'hatchling >=1.27.0' ]
44

55

66
[project]
@@ -92,7 +92,7 @@ target-version = 'py39'
9292
[tool.uv]
9393
dev-dependencies = [
9494
'httpx >=0.24.1',
95-
'mypy >=1.3.0',
95+
'mypy >=1.15.0',
9696
'pdoc >=14.7.0',
9797
'pytest >=7.3.1',
9898
'ruff >=0.4.7',

uv.lock

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)