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
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ dev = [
# 'I forgot to test the empty input / unicode edge / a value
# that happens to be 256 bytes long' that example-based tests
# systematically miss because the author didn't think of it.
"hypothesis>=6.164.0",
"hypothesis>=6.165.0",
# Static quality gates are part of the committed universal lock so CI
# never downloads an unreviewed "latest" linter at execution time.
"ruff>=0.16.1,<0.17",
Expand Down Expand Up @@ -182,7 +182,7 @@ security = [
"bandit>=1.7",
"cyclonedx-bom>=4.4",
"uv>=0.12.1,<0.13",
"zizmor>=1.27,<2",
"zizmor>=1.29.0,<2",
]

[dependency-groups]
Expand Down
Loading
Loading