Skip to content

Commit 6ddf220

Browse files
build(deps): update all non-major dependencies
1 parent 76fe854 commit 6ddf220

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
authors = [{ name = "Bean", email = "[email protected]" }]
33
dependencies = [
44
"black (>=25.1.0,<25.1.1)",
5-
"fastapi (>=0.115.8,<0.116.0)",
6-
"fonttools (>=4.55.8,<5.0.0)",
5+
"fastapi (>=0.115.12,<0.116.0)",
6+
"fonttools (>=4.57.0,<5.0.0)",
77
"freetype-py (>=2.5.1,<3.0.0)",
88
"python-multipart (>=0.0.20,<0.0.21)",
99
"requests (>=2.32.3,<3.0.0)",
1010
"svgpathtools (>=1.6.1,<2.0.0)",
1111
"uvicorn (>=0.34.0,<0.35.0)",
12-
"yuanfen (>=2025.1.13.1,<2026.0.0.0)",
12+
"yuanfen (>=2025.3.15.3,<2026.0.0.0)",
1313
]
1414
description = "Font2svg server-side project, written in Python."
1515
license = { text = "MIT" }
@@ -20,7 +20,7 @@
2020

2121
[build-system]
2222
build-backend = "poetry.core.masonry.api"
23-
requires = ["poetry-core>=2.0.1,<3.0.0"]
23+
requires = ["poetry-core>=2.1.2,<3.0.0"]
2424

2525
[tool.isort]
2626
profile = "black"

0 commit comments

Comments
 (0)