Skip to content
Closed
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 @@ -359,7 +359,7 @@ dev = [
# IndexFile.from_tree (GHSA-9rj7-rf2p-w77r, GHSA-4gmw-gg2m-w46p), all patched 3.1.58. cosmic-ray
# sets no upper cap, so floor at the highest patched version. Dev-scope only — gitpython is not a
# pyrxd runtime dependency and never ships in the published package.
"gitpython>=3.1.59",
"gitpython>=3.1.60",
]
test = [
"bandit[toml]>=1.9.4,<2.0.0",
Expand Down
Loading