Skip to content

Commit 41fabac

Browse files
committed
fix: Update dependencies
1 parent 552e021 commit 41fabac

2 files changed

Lines changed: 68 additions & 60 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,10 @@ classifiers = [
2424
"Development Status :: 3 - Alpha",
2525
"License :: OSI Approved :: MIT License",
2626
"Operating System :: OS Independent",
27-
"Programming Language :: Python :: 3.9",
28-
"Programming Language :: Python :: 3.10",
2927
"Programming Language :: Python :: 3.11",
3028
"Programming Language :: Python :: 3.12",
3129
"Programming Language :: Python :: 3.13",
30+
"Programming Language :: Python :: 3.14",
3231
"Programming Language :: Python :: Implementation :: CPython",
3332
"Programming Language :: Rust",
3433
"Typing :: Typed",
@@ -151,3 +150,8 @@ commands =
151150
uv run --frozen pytest
152151
uv run --frozen coverage report
153152
"""
153+
154+
[tool.uv]
155+
constraint-dependencies = [
156+
"pygments>=2.20.0",
157+
]

0 commit comments

Comments
 (0)