Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies = [
# highlighter test fixtures that trip the org's Socket license policy.
# pytest 8.3.x covers every feature this project uses.
dev = [
"pytest>=8.0,<8.4",
"pytest>=9.0.3,<9.1",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Keep pytest below the Pygments-adding releases

This version range reintroduces exactly the dependency the adjacent comment says is intentionally avoided: the updated lockfile now pulls in pygments as a pytest runtime dependency (uv.lock lines 77-95). In environments where the org's Socket license policy runs against dev dependencies or lockfiles, this bump will trip the GPL-fixture policy the previous <8.4 cap was added to avoid, so the dependency update can block dependency checks/CI unless the policy exception is also changed.

Useful? React with 👍 / 👎.

"ruff>=0.6",
]

Expand Down
18 changes: 14 additions & 4 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading