Skip to content

Commit a43888d

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

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,25 @@
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)",
11-
"uvicorn (>=0.34.0,<0.35.0)",
12-
"yuanfen (>=2025.1.13.1,<2026.0.0.0)",
11+
"uvicorn (>=0.34.2,<0.35.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" }
1616
name = "font2svg-api"
1717
readme = "README.md"
18-
requires-python = ">=3.13"
18+
requires-python = ">=3.13.3"
1919
version = "0.1.0"
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.3,<3.0.0"]
2424

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

0 commit comments

Comments
 (0)