Skip to content

Commit fb16615

Browse files
committed
Update deps + use exclude-newer
1 parent 8410e74 commit fb16615

2 files changed

Lines changed: 214 additions & 191 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ requires-python = ">=3.11.0,<4.0"
77
readme = "README.md"
88
license = "BSD-3-Clause"
99
dependencies = [
10-
"tabulate>=0.9.0,<0.10",
10+
"tabulate>=0.10.0,<0.11",
1111
"requests>=2.28.2,<3",
1212
"pydantic>=2.0,<3",
1313
"backports-zstd>=1.2.0,<2.0.0; python_version < '3.14'",
@@ -59,3 +59,6 @@ exclude = [".venv"]
5959
[tool.ruff.lint]
6060
select = ["E", "F"]
6161
ignore = ["E741"]
62+
63+
[tool.uv]
64+
exclude-newer = "7 days"

0 commit comments

Comments
 (0)