Skip to content

Commit 256cf50

Browse files
kdeldyckegithub-actions[bot]
authored andcommitted
Fix vulnerable dependencies
1 parent 19a4325 commit 256cf50

2 files changed

Lines changed: 11 additions & 9 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ dependency-groups.docs = { requires-python = ">= 3.14" }
237237
# (sync-uv-lock) reverts uv.lock when the only diff is timestamp noise.
238238
exclude-newer = "1 week"
239239
# Exclude tabulate from the cooldown period.
240-
exclude-newer-package = { "tabulate" = "0 day" }
240+
exclude-newer-package = { "tabulate" = "0 day", "pygments" = "0 day", "requests" = "0 day" }
241241
# Package is at root level, not in "./src/".
242242
build-backend.module-root = ""
243243

uv.lock

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

0 commit comments

Comments
 (0)